W WYSIWYG New member Jul 2, 2009 #1 Hi, I get T error with the below. Any Ideas what i am doing wrong. I am a noob to php: echo '"$result"'': <input type="radio" name="hello" value="hello">';
Hi, I get T error with the below. Any Ideas what i am doing wrong. I am a noob to php: echo '"$result"'': <input type="radio" name="hello" value="hello">';
D DzSoundNirvana New member Jul 2, 2009 #2 change echo '"$result"'': <input type="radio" name="hello" value="hello">'; to echo $result . "<input type=\"radio\" name=\"hello\" value=\"hello\">";
change echo '"$result"'': <input type="radio" name="hello" value="hello">'; to echo $result . "<input type=\"radio\" name=\"hello\" value=\"hello\">";