Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.]+["']{0,1}\s*,’: "tt$col_valuen"; } echo "tn"; } echo "n"; mysql_free_result($result) // Closing connection mysql_close($link); ?> <html> <title>HTML with PHP</title> <body> <h1>My Example</h1> <?php // Connecting, selecting database $link = mysql_connect('10.10.10.60', 'MyUser', '1234') or die('Could not connect: ' . mysql_error()); echo "Connected successfully"; mysql_select_db('my_database') or die('Could not select database'); // Performing SQL query [...]
↧