Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
class.AmazonAPI.inc:
An interface between PHP and Amazon Web Services. Supports all the different search types and retuns an XML string. Includes various Amazon modes (books, dvd, etc.) with methods to check if modes exist and return their String value.
class.AmazonLiteXMLParser.inc:
Parses the Amazon XML reply into a PHP array. Supports multiple fields and data larger than 1024 KB.
|
|
This is a class I developed to interface with Amazon Web Services 4.0. Knowledge of the XML data that amazon returns is required for futher development past my example. Please email me with comments/improvements/bugs.
This code has been updated per Amazon for the 4.0 Production release.
|
|
This project enables draft printing in the client side or server side or to
wherever the printer server is.
|
|
Adds commas to an integer
|
|
You can use this debugging class to create output when certain things are happening in your code. You can mark messages with a verbose level when you add a message to the debugging message queue. Then you can get a terse, verbose or very verbose report when you want to see all your debug statements.
|
|
This little recursive function prints all the content of nested arrays and is very, very helpful for debugging.
|
|
This error handler either outputs error messages together with current variables (type, name, value) and GLOBALS in a separate browser window(for development), writes to a file or sends a message to anyone (webmaster for example).
|
|
Handle multiple domains on a single user web directory space.
|
|
Extract Hollywood Box Office Results from http://www.hollywood.com and output to file!
An excellent example of regular expression using array.
|
|
The script adds some thing to a file specified can be used to make guest book or mailing list. This function is currently used at many places on hhtp://www.kinfotechindia.com
|
|
This function grabs the links from one or more URLs or local files. It works with ALL links including image links. It also automatically corrects relative links.
|
|
This short script uses ldd to find the shared library dependencies for a given executable file, then the executable and all of the files that it depends on are packaged using tar. This is great for making backups or relocating an executable to another machine where necessary the libraries might be missing.
You are free to use this script however you see fit as
long as you agree to the following disclaimer:
Disclaimer:
this script is provided as is and without any warrenty,
not even the implied warrenties of merchantability or
fitness for a particular purpose.
I explicitly disclaim responsibility for this script
including any damages that might result from your use or
misuse of the script.
|