PHP Snippets

Every PHP developer needs a good and reliable collection of code snippets. In this category, you will find 900+ copy and paste code snippets that will help in your next PHP project.

Results via Envato Market

This function converts a number (1354.20) into a string (one thousand three hundred fifty four dollars and twenty cents).

usage:
$var=1354.20;
echo numtotext($var);

A include file to replace the standard PHP session handler using MSSQL Please Note This file MUST be included before any calls to the session functions If there are any

A guestbook script that requires no database or even anything other than PHP Uses quot guestbook txt quot for entry storage and formats text when writing it to the file