Computer Science, asked by SoorajNair2803, 4 months ago

Write HTML coding for: Design a web page that should accept name of the user, Email-id, Number of years completed
in office, office phone number, image with a submit button.​

Answers

Answered by puneetdevman
5

Answer:

Details here with HTML,PHP

Explanation:

Hi,

I have uploaded a sample form, along with its connection with the php code

PHP processes the inputs received from the user via HTML form.

You need to modify it as per your requirements.

Just remember that the HTML form fields, should match with the code in the PHP.

Attachments:
Similar questions