Posted by Ulf Kadner on 09/05/07 18:43
amerar@iwc.net wrote:
> I cannot get this stupid Javascript code to embed properly in my PHP.
> It does not show the 'select' button. I believe it is my quotes,
> maybe Javascript does not like something.......
>
> Anyhow, can someone help me with the syntax?? I'd really appreciate
> it. The code works fine in just plain HTML......
Rik gives you some usefull informations. I will show you only a way for
doing better:
PHP (and other languages) give you a construct, named Heredoc
echo <<<TXT
<TABLE><TR>
<TD><input type=text name='partydate' value='$party_date'>
.... and so on...
TXT;
Thats it.
So long, Ulf
--
_,
_(_p> Ulf [Kado] Kadner
\<_)
^^
[Back to original message]
|