skip to Main Content

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