View Single Post
Old 2004-03-25, 01:02 PM   #3
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
Split the first line up on two lines and it will work.
You have to either have a space between the start tag and the comment or put the comment on a separat line.

PHP Code:
<?php// Script Date: 09 Jan 2004
change it to:

PHP Code:
<?php
// Script Date: 09 Jan 2004
swedguy is offline   Reply With Quote