HormonX
11-13-2002, 07:05 PM
Can start session withing an if statement ?
here is an example:
if(something)
{
session_start();
}
else(something)
{
some code
}
<html>
<body>
I don't think i can start a session within HTML tags .... or can i ?
Thanx
HormonX
here is an example:
if(something)
{
session_start();
}
else(something)
{
some code
}
<html>
<body>
I don't think i can start a session within HTML tags .... or can i ?
Thanx
HormonX