![Picture of Mark Allen Picture of Mark Allen](/graphics/unknown.gif)
Mark Allen - 2007-05-28 12:50:29
As an example, I have the following
$myform->METHOD="GET"
$myform->ACTION = ("new.php?var1=1&var2=2")
After presentation (via Smarty), the final output is
form method="get" action="new.php?var1=1&var2=2"
Is there any way of avoiding the "&" in the line?