Design a from which upload & Display image in PHP
Answers
Answer:
Create The HTML Form
Create The HTML Form<! DOCTYPE html>
Create The HTML Form<! DOCTYPE html><html>
Create The HTML Form<! DOCTYPE html><html><body>
Create The HTML Form<! DOCTYPE html><html><body><form action="upload.php" method="post" enctype="multipart/form-data"> Select image to upload:
Create The HTML Form<! DOCTYPE html><html><body><form action="upload.php" method="post" enctype="multipart/form-data"> Select image to upload:<input type="file" name="fileToUpload" id="fileToUpload">
Create The HTML Form<! DOCTYPE html><html><body><form action="upload.php" method="post" enctype="multipart/form-data"> Select image to upload:<input type="file" name="fileToUpload" id="fileToUpload"><input type="submit" value="Upload Image" name="submit">
Create The HTML Form<! DOCTYPE html><html><body><form action="upload.php" method="post" enctype="multipart/form-data"> Select image to upload:<input type="file" name="fileToUpload" id="fileToUpload"><input type="submit" value="Upload Image" name="submit"></form>
Create The HTML Form<! DOCTYPE html><html><body><form action="upload.php" method="post" enctype="multipart/form-data"> Select image to upload:<input type="file" name="fileToUpload" id="fileToUpload"><input type="submit" value="Upload Image" name="submit"></form></body>