Wed May 05, 2004 9:48 pm |
Replies: 4 |
Views: 6207 |
|
 |
Not sure I can extract stuff quickly but I'll try. However, as far as I can tell, all you really need is a webpage inside <?php with a link that has the TARGET=_BLANK attribute in it. It seems th ...
|
Sun May 02, 2004 3:43 pm |
Replies: 4 |
Views: 6207 |
|
 |
And I now know what the problem is - all the links that were causing PHPED to crash had the target=_blank attribute in them.
If I remove that attribute, PHPED works fine.
Is this something t ...
|
Sun May 02, 2004 3:31 pm |
Replies: 4 |
Views: 6207 |
|
 |
I'm trying to debug a set of PHP scripts - when I click on one particular link in the output window, it should load/invoke another script but PHPED just hangs at that point.
Anyone know what's wron ...
|