Jump to content

page just not showing properly


illuz1on

Recommended Posts

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/capetown/public_html/pza/db.php on line 47

You must be logged in, in order to purchase anything from the shop

 

         

  Name  Price  Available ?  Delivery Time 

 

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/capetown/public_html/pza/db.php on line 35

 

Can anyone tell me what this error could be from?

Link to comment
https://forums.phpfreaks.com/topic/46734-page-just-not-showing-properly/
Share on other sites

This is one place that it is being called, there are many of them..

 

 

<font class="header">Party-zA Clubs</font><br>
	<br>
		<?php
			$result = SQLQuery('SELECT ID,Name from '.SQLTable('partyza_club'));
			$c = 1;
			while (list($clubid,$clubname) = SQLGetRow($result))
			{
		?>
			<?php echo $c ?>. <a href="clubs.php?view=<?php echo $clubid; ?>&name=<?php echo $clubname; ?>"><?php echo $clubname; ?><br></a>
		<?php
				$c++;
			}
		?>

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.