Trouble with the <?= syntax
Posted: Wed Dec 03, 2008 4:11 am
Hello everybody, this is my first post on this forum so everybody say hello! 
I recently found the <?= syntax for quickly printing a variable and have been thrilled, eg:
However, on my current job I'm working with a host where that syntax doesn't work. The host is Verio, I've never used them before. The php ver is 5.2.2 so my next guess is that I need to flip a switch in the .htaccess file or a setting elsewhere. I can't google for "<?=" and I don't know what it's called so I'm posting here for some help.
Can anybody tell me where to get info on this?
I recently found the <?= syntax for quickly printing a variable and have been thrilled, eg:
Code: Select all
<title><?=$page_title?></title>
<meta name="description" content="<?=$page_description?>">
<meta name="keywords" content="<?=$page_keywords?>">
Can anybody tell me where to get info on this?