View Single Post
Old 06-30-2005, 10:44 PM   #4 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,711
redhead is on a distinguished road
I just noticed:
PHP Code:
do {
  echo 
'<tr bgcolor=$bgcolor>
    <td height="19" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>' 
?> 
Shouldn't there be a trailing ; here aswell??

Else I can't seem to find what should be wrong with your code. Perhaps changing every ' to " and visa versa.. To make sure echo is having a string as it's argument.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote