These functions will decode the so called encryption algorithm that the cuecat scans in, resulting in usable data.
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.
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);
Use to convert a number in any base from to to any other base from to ie convertBase quot FF quot returns You can also use HEX BINARY BASE DECIMAL
kevins trick
This is the PHP interface module for Voicent Gateway a VoiceXML gateway for your PC You can use this interface module to make telephone calls from your PHP script provided
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
Help you send mail in HTML format Here you can change the variables as required to suit your needs please make it sure that the code is on live server
Include for parent folder links
Code which will extract all the keys from an array and convert them into variables Useful if you have code written with register globals on and wants the same code