Jump to content

tobywuk

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tobywuk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i put that in but now i get Warning: Cannot modify header information - headers already sent by (output started at /home/tobywuk/public_html/nstorm/bloglogin.php:9) in /home/tobywuk/public_html/nstorm/bloglogin.php on line 21 line 21 is [code]header("location: blogentry.php");[/code]
  2. i have the code [code] if($_POST[password] == $correct) { http "blogentry.php"; } else { echo "Password was incorect"; include("index.php"); } ?> [/code] im trying to make it so if the password is entered correctly the page blogentry.php will load. the only thing is i dont know how to do this. I know if i put echo"password is correct" this will display but i dont want just text to display i want the page to actualy load. I'v tried include"blogentry.php" but this just opens up that page within that webpage which i dont want can anyone help?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.