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
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
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
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
4 matches
Mail list logo