I'm mainly an MVC ( Ruby / Rails / CakePHP) guy myself but I just inherited a plain PHP app...The head.php file in the app says:
<title> <?= CLIENT ?> </title> CLIENT is defined in settings.php as "vmb". Now, if I run the app on a server running php4, I get the following html rendered: <title> vmb </title> However, if I run it locally under PHP5, I get: <title> <?= CLIENT ?> </title> So <?= CLIENT ?> is rendered as a string, and not parsed as php. Any idea why? I'm sure php is running, as I have phpMyAdmin working as it should. Thanks so much for any help! Best, Gabor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
