D
Dunder Mifflin
Guest
It is easier for me to create a form in HTML and have my PHP script process it. But a lot of people talk about creating PHP scripts that generate the HTML form and process it. The problem with this for me is, my forms are also very graphic intensive which means that my PHP is huge and 90% of it is creating the form. If my form is static, is there anything wrong with making HTML forms and handling them with PHP, or is it a security issue?
Thank you
Thank you