skip to Main Content

Stop PHP from clearing a form

I have 2 questions: How do you stop a PHP script from erasing the form fields when you do the submit? I've searched many posts here, most regarding JS which I'm not using. I've tried auto-complete="new-password" but that didn't appear…

VIEW QUESTION

Php – HTML Form Post URL

Ok so I have a HTML form which is using javascript to display an image thats uploaded here is my HTML code <form action="/inc/sendtochan.php" method="post"> <label for="fname">Title:</label><br> <input type="text" id="fname" name="title" value="" size="64"><br> <label for="discription">Enter content description:</label><br> <textarea name="discription" rows="10"…

VIEW QUESTION
Back To Top
Search