The following are errors I received thus far:
The first line in the following is line 154 and the last line is line 167.Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/virtual/site88/fst/var/www/html/mcpages/ads/lib/func_common.php on line 154
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/virtual/site88/fst/var/www/html/mcpages/ads/lib/func_common.php on line 167
Can anyone decipher this error for me?$result = mysql_query($query, $myDB);
if ($centered_or_not)
{ echo '<CENTER>' ;
}
echo '<table width="'.$table_width.'" cellpadding="'.$table_pad.'" cellspacing="'.$table_spc.'">';
$countCols = 1;
$num_cols = $num_cols+($num_cols-1);
for ($i=0; $i<mysql_num_rows($result); $i++ )
Thanks in advance,
Jim