Link to another page with php?

Eric

New member
I have statement:
if($somevar == 66)
goto_some_page.php //how to I get php to open this

So how to I link to another .php page within the php script?
 
Back
Top