Tue Jan 26, 2010 11:37 am |
Replies: 1 |
Views: 2692 |
|
|
I have a lot of Ajax stuff going on, and it takes forever to get where I need to go when starting in debug mode. Is there a way to start with normal running and automatically switch to debug (with so ...
|
Tue Aug 25, 2009 3:04 pm |
Replies: 1 |
Views: 2888 |
|
|
In the old days (last year) when a combination PHP-HTML page reloaded itself with submit, the original PHP break points were still active and I could see what was posted and how it traveled. For a wh ...
|
Tue Sep 02, 2008 10:05 am |
Replies: 2 |
Views: 4823 |
|
|
That works. Thanks. I appreciate the help.
|
Mon Sep 01, 2008 7:54 pm |
Replies: 2 |
Views: 4823 |
|
|
Is there a way for the editor to immediately echo information (from the PHP code) instead of waiting for the program to terminate, i.e., no output buffering? I need the output to make sure a long run ...
|
Wed Jun 11, 2008 6:48 pm |
Replies: 1 |
Views: 4324 |
|
|
Never mind- I was editing the wrong php.ini file to activate the zip functions.
Brain Fart.......
Sorry.
|
Wed Jun 11, 2008 6:35 pm |
Replies: 1 |
Views: 4324 |
|
|
I know that PHP 5.x comes with zip functionality (turned off?), but I don't know how to make it work. When I try to use it in a script it can't find ZipArchive. I've tried $zip = new ZipArchive; and ...
|