Hi

guive wrote:
> 
> When I complete this step and try to open http://localhost/index.php ,
> insead of obtaining a wellformed document,  the browser shows:
> 
> [...]
> 
> ( see image   [...])
> 


I think that your PHP is probably configured to only use <?php but not <? as
opening tags. The phtml-snippets in the tutorial unfortunately all use the
ShortOpenTag-format. Just change all "<?=" to "<?php echo" and all remaining
"<?" to "<?php". Then it should work.
-- 
View this message in context: 
http://www.nabble.com/Zend-Newbie---Quickstart-Layout-does-not-work-please-HELP-%21--Have-spent-one-week-on-problem-tp21119467p21148485.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to