Hi all,
Wondering if someone knew which is normally quicker:
1) Writing mostly html code and inserting <?php ... ?> when required.
2) Writing mostly <?php ?> and using echo to print stuff, even when it's mostly html.
And is there some way I can test this for myself?
Thanks,
Wondering if someone knew which is normally quicker:
1) Writing mostly html code and inserting <?php ... ?> when required.
2) Writing mostly <?php ?> and using echo to print stuff, even when it's mostly html.
And is there some way I can test this for myself?
Thanks,
Comment