Welcome Guest, Not a member yet? Register   Sign In
HTML vs Code Forms
#1

[eluser]CI_Newb[/eluser]
Just a question regarding best practice or thoughts on this.

So you have a large form, do you

a) code the form in standard html, php stuff like that or
b) code the entire form in php using echo's and the sorts.

I just redid 1 of mine and the all code looks much cleaner but just wondering what the pro's do.
#2

[eluser]Edmundas KondraĊĦovas[/eluser]
Any decent web application doesn't put HTML code in PHP files with echo/print. There are more elegant ways to do it. Some people use templating systems like Smarty, while others are comfortable with what, for example, CodeIgniter offers (you can take a look at CodeIgniter user guide).

In general, the question is a bit abstract because it all depends on the situation.
#3

[eluser]CI_Newb[/eluser]
Thanks for the info, figured doing it with echo/print wasn't the best way to do it since I really didn't see any need to do it that way, just more out of boredom.




Theme © iAndrew 2016 - Forum software by © MyBB