PHP Code:
header("Location: tex.php");

echo 
"Hello world";

mysql_fetch_array($query); 
php Code:
  1. header("Location: tex.php");
  2.  
  3. echo "Hello world";
  4.  
  5. mysql_fetch_array($query);