Yes - separation of HTML and PHP code is not really a question of speed or efficiency. It's about coding style. Combining the two together might be fine for small projects, but when that project grows and grows, the readability of your code deteriorates if you don't separate the languages, not to mention code in a well defined style. Glenn. Chris wrote: > Sancar Saran wrote: >> Hi there, following words are my ideas about that HTML PHP parting. I >> hope you can understand my broken english and do not take personally. >> >> SEPERATING html FROM php ARE USELESS > > Try customising a CMS (any open source) with html embedded in the php... > > Good luck and get back to us (in a few years) when you have it completed. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php