How do I close a client connection early, while continuing to run my code?
I'm attempting to do an AJAX call that will initiate a fairly long process. I'd like PHP to simply send a response indic...
Latest news, tutorials, and updates from the PHP community
8483 articles available
I'm attempting to do an AJAX call that will initiate a fairly long process. I'd like PHP to simply send a response indic...
So I'm writing a framework on which I want to base a few apps that I'm working on (the framework is there so I have an e...
Who here is using WASP (http://wasp.sourceforge.net/content/) to in real world applications? What impressions do you hav...
What kind of performance implications are there to consider when using try-catch statements in php 5? I've read some old...
What is the difference between `==` and `===`? How exactly does the loosely `==` comparison work? How exactly does the s...
If user input is inserted without modification into an SQL query, then the application becomes vulnerable to SQL injecti...
I'm pretty sure the answer to this question is no, but in case there's some PHP guru is it possible to write a function ...
I need to execute a directory copy upon a user action, but the directories are quite large, so I would like to be able t...
I have a habit of keeping my variable usage to a bare minimum. So I'm wondering if there is any advantage to be gained b...
How can I find any unused functions in a PHP project? Are there features or APIs built into PHP that will allow me to an...
In a language such as (since I'm working in it now) PHP, which supports procedural and object-oriented paradigms. Is the...
Showing 8473 to 8483 of 8483 articles