merrygoround
03-01-2010, 04:17 AM
What does this code mean?
$body.="<tr><td align=center>".rawurldecode($HeaderBox)."</td></tr>";
I have a php template I'm trying to customize and I'm trying to figure out where the header image is coming from, and I assume it's from this code. But, I don't understand what it means, or why it chooses the image it does.
yes, obviously I'm a newbie, and learning new stuff is soooo frustrating.
thanks for reading!
$body.="<tr><td align=center>".rawurldecode($HeaderBox)."</td></tr>";
I have a php template I'm trying to customize and I'm trying to figure out where the header image is coming from, and I assume it's from this code. But, I don't understand what it means, or why it chooses the image it does.
yes, obviously I'm a newbie, and learning new stuff is soooo frustrating.
thanks for reading!