Correct Syntax.
Posted: Thu Nov 27, 2008 10:13 am
Hi all
Do you know the correct syntax for this: <?php header("Location: http://www.testsite.co.uk/index.php?sid=".$var); ?>
basically this is correct: <?php header("Location: http://www.testsite.co.uk/index.php?sid="); ?>
but what is the correct syntax for adding the $var to the end??
Thank you.
Tate
Do you know the correct syntax for this: <?php header("Location: http://www.testsite.co.uk/index.php?sid=".$var); ?>
basically this is correct: <?php header("Location: http://www.testsite.co.uk/index.php?sid="); ?>
but what is the correct syntax for adding the $var to the end??
Thank you.
Tate