Site Under Construction!!!
Opening Soon!!!
Hello World, I think I will start to write something in PHP!!!"; ?>
strstr must have returned true
You are using Internet Explorer
strstr must have returned false
You are not using Internet Explorer
\n";
while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
print "\t\n";
foreach ($line as $col_value) {
print "\t\t| $col_value | \n";
}
print "\t
\n";
}
print "\n";
/* Free resultset */
mysql_free_result($result);
/* Closing connection */
mysql_close($link);
?>