Thread: How to insert?
View Single Post
  #1  
Old 14th August 2009, 20:39
szaby szaby is offline
Senior Member
 
Join Date: Jul 2008
Posts: 36
Question How to insert?
Hello!
How is needed to load up the undermentioned assumption? ($time_to_live)

Details in the userdetails.php file:
PHP Code:
$ret "<table class='main' border='1' cellspacing='0' cellpadding='5'>" .
"<tr>
<td class='colhead' align='center'>Category</td>
<td class='colhead'>Name</td>"
;

if (
$time_to_live == "yes") {
print(
"<td class='colhead' align='center'>TTL</td>");
}

"<td class='colhead' align='center'>Size</td>
<td class='colhead' align='right'>Uploaders</td>
<td class='colhead' align='right'>Leechers</td>
<td class='colhead' align='center'>Uploaded</td>\n" 
.
"<td class='colhead' align='center'>Downloaded</td>
<td class='colhead' align='center'>Ratio</td></tr>\n"

The present code does not work.
Thank You!
Reply With Quote