Re: [PHP] exasperated again

2009-07-05 Thread Jim Lucas
Stuart wrote: 2009/7/4 PJ : Stuart wrote: 2009/7/4 PJ : Ashley Sheridan wrote: On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: Jim Lucas 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

Re: [PHP] exasperated again

2009-07-04 Thread Stuart
2009/7/4 PJ : > Stuart wrote: >> 2009/7/4 PJ : >> >>> Ashley Sheridan wrote: >>> On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: > Jim Lucas wrote: > > >> PJ wrote: >> >> >>> Could somebody please explain to me what is wrong with this code? >>> In my scri

Re: [PHP] exasperated again

2009-07-04 Thread PJ
Stuart wrote: > 2009/7/4 PJ : > >> Ashley Sheridan wrote: >> >>> On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: >>> >>> Jim Lucas wrote: > PJ wrote: > > >> Could somebody please explain to me what is wrong with this code? >> In my

Re: [PHP] exasperated again

2009-07-04 Thread PJ
Stuart wrote: > 2009/7/4 PJ : > >> Ashley Sheridan wrote: >> >>> On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: >>> >>> Jim Lucas wrote: > PJ wrote: > > >> Could somebody please explain to me what is wrong with this code? >> In my

Re: [PHP] exasperated again

2009-07-04 Thread Stuart
2009/7/4 PJ : > Ashley Sheridan wrote: >> On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: >> >>> Jim Lucas 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

Re: [PHP] exasperated again

2009-07-04 Thread PJ
Ashley Sheridan wrote: > On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: > >> Jim Lucas 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

Re: [PHP] exasperated again

2009-07-04 Thread Ashley Sheridan
On Sat, 2009-07-04 at 10:47 -0400, PJ wrote: > Jim Lucas 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 > >>

Re: [PHP] exasperated again

2009-07-04 Thread PJ
Jim Lucas 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 WORKS IN ANOTHER PAGE; IN THE

Re: [PHP] exasperated again

2009-07-01 Thread Maximiliano Churichi
2009/6/30 PJ : > 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

Re: [PHP] exasperated again

2009-07-01 Thread Jim Lucas
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. $sql = "

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

2009-06-30 Thread Andrew Ballard
On Tue, Jun 30, 2009 at 4:01 PM, 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 PAG

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.

[PHP] exasperated again

2009-06-30 Thread PJ
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. $sql = "SELECT id FR