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 bad syntax and that maybe I should add a \ in front of all
> speechmarks which are not part of the echo statement.

It's up to you. IMO, using single quote strings and breaking out when handling 
variables is more readable than using double quote strings and escaping the 
double quote (\").

> I could still do with an example of how to put the information from the
> form into the db though. As I have never done this before.

Plenty of tutorials out there.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
There are no working trigger cables, unless they are too short 
                -- Ralf's Laws of Observational Astronomy n2
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to