Wrap text
Report abuse
"."Error #" . mysql_errno() . ": " . mysql_error());
// Put the data into an array
while ($Row = mysql_fetch_array( $myData ))
{
$id[] = $Row[id];
$productName[] = $Row[productname];
$description[] = $Row[description];
$price[] = $Row[price];
}
$z = count($id);
//-------
?>
Axiom Widgets