l 2001 13:46
To: PHP Windows list (Adresse de messagerie)
Subject: [PHP-WIN] Managing SQL errors in php pages
hi
is there a way to get control when an error occurs
executing sql querry? I mean to have a detailled
message like in phpMyAdmin.
When I do in my php page ( table t_reffet doesn't
hi
is there a way to get control when an error occurs
executing sql querry? I mean to have a detailled
message like in phpMyAdmin.
When I do in my php page ( table t_reffet doesn't exist, thats for the purpose ) :
$query_effet = "SELECT t_effet.lib_effet FROM t_reffet, tr_scene_effet, t_scene "