Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/u809174526/public_html/buypixel.php on line 7.
aqui les pego el codigo php, para que me puedan ayudar con este error...
<?php
include("header.php");
include("inner_header.php");
include_once("includes/configure.php");
include("includes/database_tables.php");
$q_page_data = mysql_query("select * from " . TABLE_BUYPIX_PAGE . " where id=1");
$f_page_data = mysql_fetch_array($q_page_data);
?>
<table align="center" width="95%" height="1000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><?php echo $f_page_data['page_code']; ?>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><input type="button" name="buypix" value="Buy Pixels" class="button" onClick="javascript:window.location='index.php'"></td>
</tr>
</table>
<?php
include("inner_footer.php");
include("free_footer.php");
?>