What's Wrong on this code ?
Posted: Sat Apr 21, 2007 11:10 am
what's wrong on this code ?
Code: Select all
while ($Row = mysql_fetch_array($Result))
{
extract($Row);
}
Premium hosting with SSD VPS, cPanel/WHM hosting and dedicated servers support and discussion forums. Get help from co-webmasters and professionals!
https://smokyhosts.com/forums/
Code: Select all
while ($Row = mysql_fetch_array($Result))
{
extract($Row);
}