Here is my solution for returning precompressed (.gz) files when available: ==== File .htaccess
PHP Tips
Other Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, and Tricks & Hacks.
I don’t know about you, but getting PHP up and running on a random development machine can be a pain. It’s not PHP’s fault… it’s often the size
small rand banner system
If you ever need to check the contents of an FTP server but don’t have a computer handy, you can now do so using a WAP phone ! Login account details
Multiple Sessions Running Consecutively with PHP While implementing a inventory control system using PHP, I realized that I
If you need to use XML with PHP, look no further than the awesome
If you don’t have a debugger installed you will probably find yourself adding numerous echo, var_dump and die/exit commands as you chase through
Did you know you could write your own encryption functions? It’s actually really simple, and can allow any size of keys. Here are the
1. connect and execute your mysql query $sql = “SELECT * FROM auth”; $res =
This article will give you a brief explanation about how to get the content from others web sites. Before we go on, I must to remind you