On Thu, Oct 23, 2003 at 01:57:38PM +0200, P M wrote:
:
: I'm having trouble retrieving a selection of my database contents. The
: problem is when I search for entries that exactly match a search
: criteria, see below:
:
: (database connection established successfully here..)
:
: $result = mysq
Sorry for my previous post ..
no need of removing ' '(single quotes)
echo you query and then run it on mysql and see u getting the desired
result..
Binay
- Original Message -
From: "P M" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 5:27 PM
Subject: [PHP] Pr
$authorf is empty, I guess register_globals is off, you should use
"select * from complete where authorf = '$_POST[authorf]'"
or
"select * from complete where authorf = '$_GET[authorf]'"
depending if you use get or post variable.
P M wrote:
Hi all!
I'm having trouble retrieving a selection of my
remove ' '(single quotes) around variable name..
cheers
binay
- Original Message -
From: "P M" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 5:27 PM
Subject: [PHP] Problem with SELECT statement and reference material wanted..
Hi all!
I'm having trouble ret
4 matches
Mail list logo