header
 
     
 
pixel
pixel pixel

Starting your php code

Always start your PHP code with <?php rather than <? as it's less work for your parser. Subtle but good practice nonetheless!
Unhelpful Helpful Rating 3.0 (score out of 5, no. of ratings: 5)
Comments
Comment by Alfredo Cancino on 2005-07-07
Good

Comment by Steve on 2005-10-07
One can echo short bits of PHP data with where $data is a variable (actually, the '=' just means 'echo ', so anything that works with echo will work there).

Comment by Steve on 2005-10-07
That would be left-bracket?=$data?right-bracket.

Post a Comment
Name
Email
(optional)
Comment
RatingUnhelpful Helpful
Security Image* (this is just to prevent spam submissions)
Security Image