Caching HTML output with PHP
I would like to create a cache for my php pages on my site. I did find too many solutions but what I want is a script wh...
Latest news, tutorials, and updates from the PHP community
8455 articles available
I would like to create a cache for my php pages on my site. I did find too many solutions but what I want is a script wh...
I use lazy connection to connect to my DB within my DB object. This basically means that it doesn't call mysql_connect()...
I know that codeIgniter turns off GET parameters by default. But by having everything done in POST, don't you get annoye...
I can find lots of information on how Long Polling works (For example, this, and this), but no simple examples of how to...
According to the documentation, a prepared query provides a significant performance benefit if you're running a query mu...
I am using Zend_Db to insert some data inside a transaction. My function starts a transaction and then calls another met...
How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that...
I'm trying to make a class that will execute any one of a number of stored procedures with any amount of variables Im us...
I need to build a function which parses the domain from a URL. So, with [Code Block] or [Code Block] it should return `g...
Say i have this PHP code: [Code Block] i then need a function like this: [Code Block] which prints: [Code Block] Any Ide...
Can someone explain how PHP implements associative arrays? What underlying data structure does PHP use? Does PHP hash th...
I have Slackware 12.1 and wish to try out Eclipse for PHP/HTML/JavaScript development. However, it seems I'm facing myri...
Showing 8425 to 8436 of 8455 articles