[PHP] php editor

2003-09-03 Thread STONE Steven
What's the best php editor out there?
 
Thanks in advance for nay replies!


[PHP] session control query

2003-10-03 Thread STONE Steven
Hi there,
 
I'm currently working on a user login script. I'm using session
variables. Everything seems to be working fine but I continually get the
following warning message when I run the programs:
 
Warning: Cannot send session cache limiter - headers already sent
(output started at c:\phpdev\www\staffdb2\side_menu.php:3) in
c:\phpdev\www\staffdb2\side_menu.php on line 4
 
The side_menu.php routine is below:


Log out';
}
else 
{
echo 'You are not logged in';
}
?>
 
The session variable 'valid_user' is set in the following routine:

 
Any ideas.
 
PS : I am rather new to php so be kind please.
 
Regards,
Steve.