Typo or not?

Hello guys,

I'm reading some PHP Tutorials in here and I think I found a typo inside the code for this tutorial:

[Using Incluces with PHP](http://www.kirupa.com/web/phpinclude.htm)

It says you can include a file called "include.php" by this code:
 [left][color=black][font=Courier New][size=2]                       [color=#000000]Main file: [/color]
                          [color=#0000bb]<? 
                          [/color][color=#007700]include([/color][color=#dd0000]"include.inc"[/color][color=#007700]);                       
                          [/color][color=#ff9900]// The rest of my code would                        go here...[/color] 
                          [color=#ff9900]// and here...[/color] 
                          [color=#ff9900]// and here...[/color] 
                          [color=#ff9900]// and here...[/color] 
                          [color=#ff9900]// and here...[/color] 
                          [color=#0000bb]?>[/color] [/size][/font][/color]
   [/left]
    
But doesn't that have to be [color=black][font=Courier New][size=2][color=#007700][color=black]"[/color]include([/color][color=#dd0000]"include.**php**"[/color][color=#007700]);[color=black]" ??

[font=Tahoma]Greetz.

BTW: The tags are “<?” and “?>” here. But ive seen “<?php” and “?>” in others.
Does it matter? :nerd:
[/font] [/color][/color][/size][/font][/color]