php-windows | 2001042
Date: 04/19/01
- Next message: steve lee: "[PHP-WIN] xml with php"
- Previous message: Phil Driscoll: "Re: [PHP-WIN] PHP4 on Win problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello
Is there anyway to configure PHP and/or mySQl and/or Apache
that a detailled message appears when an error occurs
executing a query like in phpMyAdmin 2.1.0?
* mysql-3.23.36-win
* apache_1.3.19-win32
* php-4.0.4pl1-Win32
Olivier.
NB about sub-select on this morning I save myself without
adding and adding and adding substring in while instruction making :
SELECT t_effet.lib_effet
FROM t_effet, tr_scene_effet, t_scene
WHERE t_effet.num_effet = tr_scene_effet.num_effet AND tr_scene_effet.num_scene = 3 AND tr_scene_effet.num_scene = t_scene.num_scene
or
SELECT DISTINCT t_effet.lib_effet
FROM t_effet, tr_scene_effet
WHERE t_effet.num_effet = tr_scene_effet.num_effet AND tr_scene_effet.num_scene = 3
Thats not easy without sub-select for non " produit cartesien " friend !
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: steve lee: "[PHP-WIN] xml with php"
- Previous message: Phil Driscoll: "Re: [PHP-WIN] PHP4 on Win problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

