
August 3rd, 2001, 05:58 PM
|
|
PHP Coder
|
|
Join Date: May 2001
Location: Ontario
Posts: 66
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
echo can be broken across multiple lines...
echo "
<script>
<!--
document.write('<form action=\"http://www.mysite.com/process.php?\" method=\"post\"><!-- rest of form... --></form>');
// -->
</script>
";
document.write, on the other hand, is restricted to one line.
__________________
Click here and wait. It's a kewl effect, trust me.
|