Posted by Robertu on 05/18/07 14:50
Hi alt all
$connection = mysql_connect("12.34.5.67.89", "Sql111111","hELLOWORLD");
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
[Back to original message]
|