alot of people inside on escaping your double quotes, I dont, I use single
quotes, its nicer to read.

echo "<form method='post' name='form_1' action='somepage.php'>\n";

echo "<form method=\"post\" name=\"form_1\" action=\"somepage.php\">\n";

I find the prior easier to read. they both work 100% no quibles.

Chris Lee
Mediawaveonline.com



""Karl J. Stubsjoen"" <[EMAIL PROTECTED]> wrote in message
017b01c081a0$2ad77e50$0afc020a@kstubsjoen">news:017b01c081a0$2ad77e50$0afc020a@kstubsjoen...
> Hello,
>
> I am trying to do this:
>
> $myVal = "<form name="$name"" action="$action" method="$method"">
> *trying to accomplish putting " qotes around my string values*
>
> Thanks!
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to