How to create php form

hi how to create simple php form? that form should be contains following details like Name, contact number, email id, message box. now i would like to know about how to create that form? can you give some suggestions?

You’re form will likely be created with HTML and CSS. PHP would be used to handle the data submitted by the user (validating the data and using prepared statements if the data is to be inserted into a database)

1 Like

It is a bit old, but goes over the basics, which it seems you need to learn first.

Scott

1 Like

@s_molinari s_molinari : May be according to you it is bit old. But for me its new one.

:smile: I meant old, because it was written in 2010. It should still help you some though. Happy reading.

Scott

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.