Hi alt all
$connection = mysql_connect(" 12.34.5.67.89", "Sql111111","hE LLOWORLD");
mysql_select_db ("11111111_1 ")
$query = "SELECT from where.......... .....
in any of these 3 steeps it can make error or any visitor can try to call a
different database or make irs own query
what can I do To be sure that on error in any of these 3 seep the PHP code
self call a certain page?
Thank you in advance and regards
$connection = mysql_connect(" 12.34.5.67.89", "Sql111111","hE LLOWORLD");
mysql_select_db ("11111111_1 ")
$query = "SELECT from where.......... .....
in any of these 3 steeps it can make error or any visitor can try to call a
different database or make irs own query
what can I do To be sure that on error in any of these 3 seep the PHP code
self call a certain page?
Thank you in advance and regards
Comment