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; ?> Quote 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 Quote 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; Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/200387-rusty/#findComment-1051603 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.