View Single Post
Old 11-20-2004, 09:38 AM   #8 (permalink)
Redline
PHP Student
 
Join Date: Oct 2004
Location: Forest Grove, OR
Posts: 151
Redline is on a distinguished road
Send a message via AIM to Redline Send a message via MSN to Redline
in proper XML don't you need to put a space before the self closing slash, like this?

Code:
<postfield value="<? echo $skier; ?>"/>   <!-- BAD -->
<postfield value="<? echo $skier; ?>" />  <!-- GOOD -->
__________________
Current Project
Redline is offline   Reply With Quote