Jump to content

rusty


Destramic

Recommended Posts

i've just trying to get back into php after a long break...and im a bit rusty on a few certian things...and i can't get this code to work below if anyone can hep me please cause i've forgtten how to use <<<CODE to echo the html

<?php 

<<<CODE

<form action="<?php echo __FILE__; ?>" name="test">
Name : <input type="text" name="name" /><br />
E-Mail : <input type="text" name="email" /><br />
</form>

>>>CODE;
?>

Link to comment
https://forums.phpfreaks.com/topic/200387-rusty/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.