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 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 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".

[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