RE: jumping to the end of a loop

2003-03-03 Thread Dan Muey
> > At 04:01 PM 3/1/2003 +, Anadi Taylor wrote: > >Hi all, > > > >I have written a script that reads in information from a database: > >name, > >email, password and username. > > > > >Also: the only reason I am having to pull all this data from > the mySql > >database is because for some

Re: jumping to the end of a loop

2003-03-02 Thread Scott Taylor
At 04:01 PM 3/1/2003 +, Anadi Taylor wrote: Hi all, I have written a script that reads in information from a database: name, email, password and username. Also: the only reason I am having to pull all this data from the mySql database is because for some very strange reason mySql doent lik

Re: jumping to the end of a loop

2003-03-02 Thread R. Joseph Newton
Scott Taylor wrote: > I would not be thanking the person that told you > this was a MySQL problem. ... > > I have no problem executing this statement in MySQL, from command line > mysql, from Webmin's MySQL Database server, or strict Perl. > > You need to form this in a new question giving us d

Re: jumping to the end of a loop

2003-03-02 Thread Scott Taylor
At 09:42 PM 3/1/2003 +, Anadi Taylor wrote: Thank you - this helps a lot - its good to also know that the SQL problem I was having is a mySql thing - not me ! That may be true, I not too sure though. You never did disclose how you are using Perl to build the SQL command and send it to th

Re: jumping to the end of a loop

2003-03-01 Thread Anadi Taylor
Thank you - this helps a lot - its good to also know that the SQL problem I was having is a mySql thing - not me ! From: "R. Joseph Newton" <[EMAIL PROTECTED]> To: Anadi Taylor <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: jumping to the end of a loop Date:

Re: jumping to the end of a loop

2003-03-01 Thread R. Joseph Newton
Anadi Taylor wrote: > Hi all, > > I have written a script that reads in information from a database: name, > email, password and username. > I am then searching through this information to match an email address > entered by a user ( this script is web based ) against the email address > pulled of

Re: jumping to the end of a loop

2003-03-01 Thread Stefan Lidman
Anadi Taylor wrote: > > Hi all, > > I have written a script that reads in information from a database: name, > email, password and username. > I am then searching through this information to match an email address > entered by a user ( this script is web based ) against the email address > pulled

jumping to the end of a loop

2003-03-01 Thread Anadi Taylor
Hi all, I have written a script that reads in information from a database: name, email, password and username. I am then searching through this information to match an email address entered by a user ( this script is web based ) against the email address pulled off the database. This all works