A Question About PHP Preference?

  • Thread starter Thread starter Dunder Mifflin
  • Start date Start date
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
 
nope, nothing wrong with it at all, done all over the shop. just pass the variables to the php file
 
nope, nothing wrong with it at all, done all over the shop. just pass the variables to the php file
 
Back
Top