i have problem openinng new pagee in my server by using php what i like is
if the if statemant is true then open this page
example:
[code=php]
if (x==0)
{
open page1.php
}else
{
open page2.php
}
[/code]
please help
if the if statemant is true then open this page
example:
[code=php]
if (x==0)
{
open page1.php
}else
{
open page2.php
}
[/code]
please help
Comment