gerrydevis
Banned
- Messages
- 3
- Joined
- Jan 4, 2010
- Messages
- 3
- Reaction score
- 0
- Points
- 3
I found this error:
Query failed : Unknown column 'admin' in 'where clause'
well in fact, I successfully pass its id which is 'admin' to other page that will be using its value to a certain query.
here's my query:
$strID=$_GET['ID'];"SELECT userid,password,username,email,active FROM user WHERE userid=".$strID;
Query failed : Unknown column 'admin' in 'where clause'
well in fact, I successfully pass its id which is 'admin' to other page that will be using its value to a certain query.
here's my query:
$strID=$_GET['ID'];"SELECT userid,password,username,email,active FROM user WHERE userid=".$strID;