I just installed WAMP, and I can’t get my <? to work.
Is there a module I need to enable?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to have short_open_tags enabled to use the
<?open tag. But I recommend you not to use them but to use the standard open tag<?phpfor compatibility and portability reasons.