Code:
$tables = mysql_query("SHOW tables;");
while($row = mysql_fetch_array($tables)) {
$tableNames .= "<a href=\"".$_SERVER['PHP_SELF'].">".$row[0]."</a><br/>\n";
$tableCount++;
}
$tables = mysql_query("SHOW tables;");
while($row = mysql_fetch_array($tables)) {
$tableNames .= "<a href=\"".$_SERVER['PHP_SELF'].">".$row[0]."</a><br/>\n";
$tableCount++;
}
protected void Page_Load(object sender, EventArgs e)
{
serverSocket = new Socket(AddressFamily.InterNetwork,
SocketType.Dgram, ProtocolType.Udp);