Re: [PHP] Re: Simple Problem about forms and sending info to db

2004-09-14 Thread Wouter van Vliet
On Tue, 14 Sep 2004 18:32:50 +0800, Jason Wong <[EMAIL PROTECTED]> wrote: > On Tuesday 14 September 2004 18:06, Logan Moore wrote: > > Ok I think I figured out my own problem. The speechmarks in the Form break > > up the speech marks in the echo statement so I originally changed the echo > > statem

Re: [PHP] Re: Simple Problem about forms and sending info to db

2004-09-14 Thread Jason Wong
On Tuesday 14 September 2004 18:06, Logan Moore wrote: > Ok I think I figured out my own problem. The speechmarks in the Form break > up the speech marks in the echo statement so I originally changed the echo > statements speechmark to a ' which worked but was informed that this was > considered ba

[PHP] Re: Simple Problem about forms and sending info to db

2004-09-14 Thread Niklas Lampén
First of all, I'd use something like this: -- CODE -- . Foo -- END -- But the actual error is in the echo. You're having quotation marks inside it. You need to do it my way, or write the form like echo "..."; ?> Niklas Logan Moore wrote: I am currently coding a cms. So f

[PHP] Re: Simple Problem about forms and sending info to db

2004-09-14 Thread Logan Moore
Ok I think I figured out my own problem. The speechmarks in the Form break up the speech marks in the echo statement so I originally changed the echo statements speechmark to a ' which worked but was informed that this was considered bad syntax and that maybe I should add a \ in front of all speech