>
> 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
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
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
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
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:
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
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
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