Jump to content

[SOLVED] gah more mysql help


MrBillybob

Recommended Posts

<?php $sql = 'SELECT * FROM `eve_jobs` WHERE `userid` = ' . $_SESSION['sqlid'] . ' AND `jobstatus` > 0 ORDER BY `priority` ASC'; ?>

 

and it equels this

 

SELECT * FROM `eve_jobs` WHERE `userid` = 1 AND `jobstatus` > 0 ORDER BY `priority` ASC

 

but i get this error on the query

 

Warning: Wrong parameter count for mysql_result() in /home/content/t/u/b/tubguys/html/eve/index.php on line 896

Link to comment
https://forums.phpfreaks.com/topic/64317-solved-gah-more-mysql-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.