Connecting to MySQL from PHP
Sunday September 19, 2010
In order to let your website interact with a MySQL database you must first connect to the database from your PHP file. In this tutorial we cover how to do ... Read More
Geometry Related Functions
Sunday September 12, 2010
We have covered a lot of geometry related functions in PHP. If you are looking for one place to find them all together, check out the new Geometry Functions Page. This ... Read More
Future Timestamp
Sunday September 5, 2010
If you need to generate a timestamp for a past or future date in PHP you can do so using the mktime () function. By default it will be formatted ... Read More
