I've been working on a query to retrieve a user's data based on their UserID
that is stored in a variable "$_SESSION['logname']" which underneath I
convert using: $UserID = $_SESSION['logname'];

But when I execute a SELECT query:

$CaptureDetails = "SELECT * FROM RegisteredMembers
   WHERE UserID = $UserID";

I get:

Unknown column 'Admin' in 'where clause'

I've tried everything I can think of. any suggestions...?

-- 
-----------------------------
 Michael Mason
 Arras People
 www.arraspeople.co.uk
-----------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to