I am new to php and would like to know if there are any differences between these server tags :
<?php
?>
and
<?
?>
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.
The first is a safe open and close tag variation, the second is the so called short-open tag. The second one is not always available, use the first option if it’s possible.
You could check the availability of short open tags in php.ini, at the short_open_tag.