Posted by Alvaro G. Vicario on 11/23/45 11:51
*** daksport00@gmail.com escribió/wrote (26 Jun 2006 12:31:59 -0700):
> $mbrguid = (mysql_query(SELECT guid FROM users WHERE id='$inviteid'")
> if (is_null($mrbguid)){go into error page}
Next time please post real code. That's where errors are 99% of the times.
> All of my SQL knowledge tells me that this code should pull the GUID
> field form the Users table based on the ID.
It's normally better to just try the actual SQL code: open your favourite
MySQL client and paste it there.
--
-+ Álvaro G. Vicario - Burgos, Spain
++ http://bits.demogracia.com es mi sitio para programadores web
+- http://www.demogracia.com es mi web de humor libre de cloro
--
[Back to original message]
|