i have a page1 and page2.
in the page on a have this php code :
in the page on a have this php code :
Code:
$query = "select code, name from mscustomer";
$rs = mysql_query($query);
while($row = mysql_fetch_array($rs))
{
}
Comment