wich is better print 'html' or html with <?php ?> inside ?
Posted: Wed Jul 08, 2009 2:23 pm
Hello,
I found two type of php sites one print all html like that:
print '<div> ....
and other is html and then embed php inside with <?php ?>
which is better for developer ? faster ? and easier ? or when I should use one method over another ?
Thanks
I found two type of php sites one print all html like that:
print '<div> ....
and other is html and then embed php inside with <?php ?>
which is better for developer ? faster ? and easier ? or when I should use one method over another ?
Thanks