echo

Search

You can find the results of your search below.

syntax
14 Hits, Last modified:
like this: <code> <file php myexample.php> <?php echo "hello world!"; ?> </file> </code> <file php myexample.php> <?php echo "hello world!"; ?> </file> If you don't want any... lock HTML</p> </HTML> PHP example: <code> <php> echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)'; </php> <PHP> echo '<table clas