I am working on a basic page to display data entered in a text area. If the user enters the text below, is there a way for my php page to use the html formatting entered?
<H2>Here's my heading</H2><br>More text here<br><b>I am done now.</b>
This would give the user some control over formatting. I understand that this is dangerous and that the user would have to be very careful entering data.
Thanks,
Alexis
<H2>Here's my heading</H2><br>More text here<br><b>I am done now.</b>
This would give the user some control over formatting. I understand that this is dangerous and that the user would have to be very careful entering data.
Thanks,
Alexis