SOLUTIONS:
include("../dbconnect.php");
$query = "select product, descrip, product_page, product_id from products";
$result = mysql_query($query);
$row = mysql_fetch_row($result);
while ($row) {
print $row[0] . "
\n\n";
print $row[1] . "
\n\n";
?>

$row = mysql_fetch_row($result);
}
?>
|
|

"Simplified had done it all and could do it all. The other software
companies could only say 'we can make a call go through.' It takes so much
more than that to be successful in today's competitive telecommunications
industry."
-- Pete Pattullo
President, NetworkIP
|
|
|