Using PHP to build HTML Code
An example with separation between the interpreters.
echo '<input tpye ="radio" name="spent" value="'.$load.'">$'.load.'<br>';
(php) echo(php) '(html)<input tpye ="radio" name="spent" value="(html)'(php).$load.(php)'(html)">$(html)'(php).load.(php)'(html)<br>(html)'(php);(php)
Comments
Post a Comment