Sun Jul 22, 2007 9:01 am |
Replies: 8 |
Views: 5125 |
|
 |
ok, it is auto_start
when i have auto_start = 1 and run it in the debugger, it does not work.
when i have auto_start = - and run it it works.
So here is my next questions.
If this a bug in th ...
|
Sun Jul 22, 2007 8:44 am |
Replies: 8 |
Views: 5125 |
|
 |
It works fine in explorer, i am having problems with the debugger.
|
Sun Jul 22, 2007 8:26 am |
Replies: 8 |
Views: 5125 |
|
 |
here is two simple pages that show the error
--------------------------------------------------------
redir1.php
<?php
function redirect($page)
{
?>
<meta http-equiv="Ref ...
|
Thu Jul 19, 2007 3:05 pm |
Replies: 8 |
Views: 5125 |
|
 |
i am trying to set a session variable directly before a meta refresh
<meta http-equiv="Refresh" content="0;url=<?=$page?>">
why is my session variable not being s ...
|
Thu Jun 08, 2006 12:18 pm |
Replies: 3 |
Views: 6264 |
|
 |
I think i just fixed it.
I had the run mode in local. I switched it to http 3rd party
I set my root url to my http address
and my root directory to my local path
it seems like that worked.
...
|
Thu Jun 08, 2006 10:24 am |
Replies: 3 |
Views: 6264 |
|
 |
I am trying to setup the php editor to debug using smarty.
I keep on getting an error saying it could not open the smary.class.php file.
I went to the project properties and inserted a few directo ...
|