Jump to content

Help with a simple dynamic table


Recommended Posts

I am trying to code the following and keep getting the same error, I am trying to accomplish everything in a single echo statement but I am not sure if that is possible, maybe i just need to use multiple echos.  I don't know but its driving me nuts and i can't figure out what is wrong.  it is probably something simple

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/.latke/diamondice/diamondice.spikapino.com/downloads2.php on line 100

Also another error I have gotten is also

Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /home/.latke/diamondice/diamondice.spikapino.com/downloads2.php on line 100

while ( $row = mysql_fetch_array($result) )
{
echo(
"<tr>"
"<td width = '200'>" . $row["sw_name"] . "</td>"  //<----(line100)
"<td width = "150">" . $row["file_size"] . "</td>"
"<td width = "50">" . "<a href=" . $row["url"] . ">download</a>" . "</td>"
"</tr>"
"<tr>"
"<td width = "400" colspan = "3">" . $row["description"] . "</td>"
"</tr>");
}

What do these errors mean... and how can i fix them?  please help
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.