is there a way to tell if an insert failed while a in a loop. I tried this: $query =
"my query";
if (!$query)
{
logic here
}
but this is not working... is this even possible?
thanks!
Clint
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] How to ? Alawi Albaity
- [PHP] How to ? Alawi Albaity
- Re: [PHP] How to ? Michael Hall
- Re: [PHP] How to ? Andreas D. Landmark
- Re: [PHP] How to ? Andreas D. Landmark
- Re: [PHP] How to ? Michael Quinn
- Re: [PHP] How to ? Andreas D. Landmark
- Re: [PHP] how to ? Clint Tredway
- Re: [PHP] how to ? Andrey Hristov
- Re: [PHP] how to ? David Otton
- Re: [PHP] how to ? Clint Tredway
- [PHP] HOW TO ? Luis A

