Mega Code Archive

 
Categories / Php / Functions
 

Enclosure html into a string and echo out

<html> <?php   $str = "<textarea rows=\"5\" cols=\"48\">\"this is a test!\"\n(test!)\n\n \t\t\t Caligula </textarea>";   echo( $str ); ?> </html>