Page 1 of 1

Php doesnt work

PostPosted: 16. October 2010 01:43
by wylennissa
Php doesnt work.

Instead of exicuting the code, it just prints it>

Example: <title><?=$config["title"];?></title>

it displays in the web browser as <?=$config["title"];?>


Can anyone help?

Re: Php doesnt work

PostPosted: 16. October 2010 02:44
by Dariusc123456
In your php.ini make sure you have this

Code: Select all
short_open_tag = On


so you can use <??> and <?php?>.