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!
Is there any difference between using one set of tags or the other, or do they do the same thing? I'm wondering if they're slightly different in the say single and double quotes differ.
<? ?> are called short tags, and are dependant on the short tags options being enabled in your php.ini (which isn't always the case). It is best always to use <?php ?> tags.