printing parts of a page
Posted: Mon Jan 26, 2004 11:27 am
Oke.. i would like to start making a button_click(); which will print only the values added to a form ( input type )
How would i start on this. tried looking in http://www.php.net however didnt really able to find me something.
example
Now i would like to have input1 and input2 being printed on Paper.
HOw would i do such a thing?
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?