Jump to content

condor

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

condor's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hmmm. Next.php is definitely there.
  2. Hi, The IF statement below redirects the user to next.php if "entry" is not in my database. I thought I'd try the GET method to define "entry" once the user is on next.php. However, I get a 404 error. Am I missing something? Thanks $anymatches=mysql_num_rows($result); if ($anymatches == 0) { $_GET['entry'] = (isset($_POST['entry'])) ? $_POST['entry'] : $_GET['entry']; $_GET['entry'] = strtolower($_GET['entry']); header("Location:next.php&entry={$_GET['entry']}"); exit; }
×
×
  • 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.