Jas,
Try looking into the $HTTP_REFERER variable, for example;
Cheers
-Original Message-
From: jas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 27 February 2002 6:04 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Re: forced page links...
Can you accomplish this without having the user
You should enclose any string that you searching on within a ' and '
Your SQL query should look something like;
$query = "SELECT * FROM auth WHERE password = '". $password ."'";
Cheers
"Greg Lobring" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I dont und