2 questions how to open a webpage, and a form question

A

Anonymous

Guest
1- use header("Location: some.php")
you must use this function before any other header is displayed (see reference manual)

2- use <?php =$var?> or better <?php echo $var;?>

fabrizzio
 
Back
Top