How would i start on this. tried looking in http://www.php.net however didnt really able to find me something.
example
Code: Select all
echo <<<input
<input type=text name=number1>input1</input>
<input type=text name=number1>input2</input>
input;HOw would i do such a thing?