Destramic Posted May 1, 2010 Share Posted May 1, 2010 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 More sharing options...
PFMaBiSmAd Posted May 1, 2010 Share Posted May 1, 2010 http://php.net/manual/en/language.types.string.php Link to comment https://forums.phpfreaks.com/topic/200387-rusty/#findComment-1051601 Share on other sites More sharing options...
papaface Posted May 1, 2010 Share Posted May 1, 2010 echo <<<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/#findComment-1051602 Share on other sites More sharing options...
Destramic Posted May 1, 2010 Author Share Posted May 1, 2010 thats a great help...thank again Link to comment https://forums.phpfreaks.com/topic/200387-rusty/#findComment-1051603 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.