404 redirect not found
PHP Tips
Other Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, and Tricks & Hacks.
This code prevents session hijacking. It compares the ip number of the creator with that of the user of the session. If they don’t match it gives an
I had once needed to run two MySQL servers from the same binary one with Transactional support and another without. The procedure followed is
A lot of news and information sites have introduced so called Printer Friendly Pages that provide an alternative layout for their pages
What if a user could select a browser bookmark and get their data? BadBlue’s free PHP web server for Windows has a new
Begin PHP processing
none
Maybe this is a simple tip, but I lost many hours to find it. I wanted to list the content of Postgres’ table and show some
You can grudgingly use jpeg2swf program to dynamically convert jpeg to swf . download it from :
This script uses explode() and implode() to separate and combine elements for arrays. About the searching of words you