HTML Converter
HTML Converter - HTML to PHP
HTML Converter - HTML to PHP
HTML to PHP Converter
To insert HTML code into a PHP script you should place the HTML source into an echo command. For example - if you want php interpreter to send "test " to the user browser, you must write something like this:
<?php
echo "test\n ";
?>
Hixus HTML Converter will add all additional code for you.
(See the demo below)
Example :
HTML Source (before conversion):
< HTML >
< HEAD >
< title > HTML to PHP Converter Example < /title >
< /head >
< BODY >
This is just HTML to PHP demo...
< /BODY >
< /HTML >
PHP Output (after conversion):
<?php
echo "<HTML>\n" ;
echo "<HEAD>\n" ;
echo "<title> HTML to PHP Converter Example </title>\n" ;
echo "</head>\n" ;
echo "<BODY>\n" ;
echo "This is just HTML to PHP demo...\n" ;
echo "</BODY>\n" ;
echo "</HTML>\n" ;
?>
Related Info
For more info on html to other converters:
>> HTML to PHP Converter
>> HTML to ASP Converter
>> HTML to JavaScript Converter
>> HTML to JSP Converter
>> HTML to Perl Converter
Buy Now - $19.95 | Hixus HTML Converter Site
By downloading, purchasing, or otherwise trialing Hixus software products, you agree to the evaluation or full version license agreements, as applicable.
The Hixus brand is owned and operated by Multimedia Australia Pty. Ltd. Copyright © 2005 - 2008 Multimedia Australia Pty. Ltd. Australian Company Number 096 830 394 All rights reserved. Terms of use . Disclaimer . Privacy Statement .