what should i configure?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nancyjsf
Forum Newbie
Posts: 1
Joined: Sun Aug 22, 2010 10:14 pm

what should i configure?

Post by nancyjsf »

hi all.. i've just configured php+apache in my local PC. my php script won't work when i put <? intead of <?php. what should i configure? anyway i am a beginner. thanks in advance.
Gargoyle
Forum Contributor
Posts: 130
Joined: Wed Jul 14, 2010 12:25 am

Re: what should i configure?

Post by Gargoyle »

the variable is called "short_open_tag"

it's bad practice to turn this on, though.
Post Reply