Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-11 Thread Duggles Temple
An update to my (former) problem: Hi, I've taken all your advice on debuggin, netequitte and the like. It works now and I would like to thank you all for your help in my stupidly newbie question. Thanks :)

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Kevin Kinsey
Jochem Maas wrote: Duggles Temple wrote: I am having a problem with a shop system. I can't add values into the MySQL DB via a PHP statement. The values are being transferred from one page to another (know that from the echo statement), but the SQL statement isn't working. The statement is

RE: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Jim Moseby
> > There must be a problem between > [Form of the page] <> [PHP code] > For me the problem is usually between [Keyboard] <> [Chair] ;-) JM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Barry
Duggles Temple wrote: I WOULD tell you the exact string that the echo statement outpus, but the SQL has chrashed and now PHP ownt interact (damn tin of worms i've opened here). But, I know that if i send the data from the other page, it will arrive to the addvalue.php page and be echoed successfu

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Duggles Temple
I WOULD tell you the exact string that the echo statement outpus, but the SQL has chrashed and now PHP ownt interact (damn tin of worms i've opened here). But, I know that if i send the data from the other page, it will arrive to the addvalue.php page and be echoed successfully (do you really think

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Jochem Maas
Duggles Temple wrote: ...I knew I would forget something... The echo statement show the values that I would input from the last page. I don't think so - you should be echo'ing a SQL statement that _contains_ the (sanitized???) The MySQL error would be "Query was empty". how do you know? (I

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Duggles Temple
...I knew I would forget something... The echo statement show the values that I would input from the last page. The MySQL error would be "Query was empty".

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Tom Rogers
Hi, Friday, February 10, 2006, 8:16:41 PM, you wrote: DT> Hi, DT> I'd like to say in advance that I am sorry about the silly and very newbie DT> question I'm asking. DT> I am having a problem with a shop system. I can't add values into the MySQL DT> DB via a PHP statement. The values are being t

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Jochem Maas
Duggles Temple wrote: Hi, I'd like to say in advance that I am sorry about the silly and very newbie question I'm asking. don't be - life's too short. I am having a problem with a shop system. I can't add values into the MySQL DB via a PHP statement. The values are being transferred from on

[PHP] Can't insert values into MySQL DB via PHP

2006-02-10 Thread Duggles Temple
Hi, I'd like to say in advance that I am sorry about the silly and very newbie question I'm asking. I am having a problem with a shop system. I can't add values into the MySQL DB via a PHP statement. The values are being transferred from one page to another (know that from the echo statement), bu