Removing text in HTML with PHP - Help Please
I have a PHP page that has a script for uploading an image in it. After the script is a form that allows you to select and upload an image. Just before the form I have some text that I just wrote in stating some rules. What I want to do is remove the text when the submit button is clicked.
After the image uploads it shows a clickable preview of the image and some text telling you that your image was added to the DB. But it still shows the actual content text. Can anyone help me with some code to remove it after uploading an image?
Joe