Re: [PHP] exasperated again - shot in the foot

2009-07-01 Thread Shawn McKenzie
Lester Caine wrote: > Stuart wrote: >> 3) Google/Bing it (yeah, Bing's never gonna catch on like that!) > > Of cause it would be nice to see the Bing clockwork toys that run it ... > I couldn't help giggle when they announced they were naming it after a > toy manuafacturer :) > OT, but the first

Re: [PHP] exasperated again - shot in the foot

2009-07-01 Thread Lester Caine
Stuart wrote: 3) Google/Bing it (yeah, Bing's never gonna catch on like that!) Of cause it would be nice to see the Bing clockwork toys that run it ... I couldn't help giggle when they announced they were naming it after a toy manuafacturer :) -- Lester Caine - G8HFL

Re: [PHP] exasperated again - shot in the foot

2009-07-01 Thread Stuart
2009/7/1 PJ : > Jay Blanchard wrote: >> [snip] >> Use the OOP interface to mysqli or PDO and these problems don't happen >> [/snip] >> >> Either that or include a modicum of error checking in your code. >> >> > OK, Ok, I feel stupid enough already. > I'm not sure I want to get in that deep... it's

Re: [PHP] exasperated again - shot in the foot

2009-06-30 Thread PJ
Jay Blanchard wrote: > [snip] > Use the OOP interface to mysqli or PDO and these problems don't happen > [/snip] > > Either that or include a modicum of error checking in your code. > > OK, Ok, I feel stupid enough already. I'm not sure I want to get in that deep... it's tough enough with the s

RE: [PHP] exasperated again - shot in the foot

2009-06-30 Thread Jay Blanchard
[snip] Use the OOP interface to mysqli or PDO and these problems don't happen [/snip] Either that or include a modicum of error checking in your code. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] exasperated again - shot in the foot

2009-06-30 Thread Eddie Drapkin
On Tue, Jun 30, 2009 at 4:50 PM, Bastien Koert wrote: > On Tue, Jun 30, 2009 at 4:48 PM, PJ wrote: >> PJ wrote: >>> Could somebody please explain to me what is wrong with this code? >>> In my script it works, returns the correct id, but when I try it in a >>> test pages, nothing in the world gets i

Re: [PHP] exasperated again - shot in the foot

2009-06-30 Thread Bastien Koert
On Tue, Jun 30, 2009 at 4:48 PM, PJ wrote: > PJ wrote: >> Could somebody please explain to me what is wrong with this code? >> In my script it works, returns the correct id, but when I try it in a >> test pages, nothing in the world gets it to work. This is rather >> frustrating, again: >> THIS WOR

Re: [PHP] exasperated again - shot in the foot

2009-06-30 Thread PJ
PJ wrote: > Could somebody please explain to me what is wrong with this code? > In my script it works, returns the correct id, but when I try it in a > test pages, nothing in the world gets it to work. This is rather > frustrating, again: > THIS WORKS IN ANOTHER PAGE; IN THE TEST PAGE ID DOES NOT.