Jump to content

mysql error! this is pissin me off!


boo_lolly

Recommended Posts

error!

[b]Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/hiphopjam4kidz.com/www/merchandise/includes/item_display.inc on line 27[/b]

what does that mean?!?

here's lines 20 - 35 of item_display.inc:
[code=php:0]
          </font></b>
          </td>
          <?
          // Now lets see if we need to start a new row
          $tot = 0;
          $rtot = 0;
          $rows = $config[rows_display];
          $cols = $config[cols_display];
          while ($i = mysql_fetch_array($iQuery)) {      //<---- LINE 27
            if(($tot % $config[cols_display]) == 0) {
            print "        </tr><tr>";
              }
          // New row accomplished if needed
            print "          <td align=center class=\"header\">\n";

            print "          <table border=0 width=\"100%\">";
            print "          <tr>";
print "          <td class=\"header\" align=left width=\"200\">";

[/code]
Link to comment
Share on other sites

Guest
This topic is now 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.