|
-
Jun 25th, 2003, 11:34 AM
#2
Frenzied Member
mysql_result needs 2 parameters. and it will only return 1 result, not all 3. fix this and I bet the rest go away.
mysql_result ( resource result, int row )
to get all the results you need mysql_fetch_array(), not mysql_result()
oh and
$LOGINQUERY
$loginquery
those are very different variables.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|