PHP has added yet another form of “quick searching” for us to play with. Over on php.net you’ll notice a new search tip which allows users
PHP Tips
Other Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, and Tricks & Hacks.
After spending time [quite a lot…] looking for a web browser for Oracle tablespaces, I figured out I had better to make it from
We might have come across many situations to change the table structure dynamically according to the screen resolution the user
If you need to fetch a random row from a table using MySQL version 3.23 or newer: select * from your_table order by rand() limit
When working on a variety of off-site servers for client websites, often I discover that configurations of the webservers vary so wildly as to
I struggled for a number of hours trying to figure out why IE was caching pages that were being dynamically generated. I was going crazy — no matter
multiple form submissions
After recently browsing around PHP Builder and other similar sites – I have noticed an increase use in common.inc or global.inc files. This is a
I’ve found the PHPLIB template class to be very useful for seperating code from logic and I thought it would be the perfect place for caching of
There is an Open XML Library in PHP, that permits you build Office Document from PHP code. You can see it in