// ssl certficate must be installed for your site // include the page where the function is defined require
PHP Tips
Other Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, and Tricks & Hacks.
I had the following thing to achieve: for a Homesite extension, I needed the data of a textarea to be put in a textfield and all real
For the most part anything I code I need to convert between mysql date style, U.S. date style, and unix timestamp. There are a lot of date
Run PHP from any folder on a CDROM, DVD, USB thumb drive or hard drive. No installation is needed. Only 5 mb in size. Comes with Apache 2.0.55,
Sometimes, while working in the HTML you need to print or manipulate a string, based upon certain values (mostly boolean). You could
I built a series of WAP pages which required a single PIN to access the final page. Each page normally passes on the $PIN variable. I wanted to
Well last week I had this problem resizing images with my Administration system ’cause my “server provider” refused to install gd2 and
If you want to run a quick check on how many records are held in various tables on your MySQL database, here’s how you can do it via your WAP
Customizable HTML using PHP & MySQL
Some classes are better left un-instantiated, but PHP4 provides no direct way to to this… To emulate a non-instantiable class (it