> 1. How one can seperate HTML and PHP (or any other > programming code). Is there anything in PHP so i can > seperate Interface layer and programming logic layer?
You can do it by using some template engine or with xslt. I would suggest that you try TemplateTamer (link is in the sig), since it offers very strong separation, encourages class based development, and includes development environment to do so. Other well known options include FastTemplate, Smarty, .. rush -- http://www.templatetamer.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

