bookmark - Html Table Rows Problem   [solved]

Html Table Rows Problem [solved]

 
 Discussion by Eggie with 6 Replies.
 Last Update: February 10, 2010, 1:29 am
 
bookmark - Html Table Rows Problem   [solved]  
    
free web hosting
 
ok...i have a problem with aligning rows in a table...
i have this table..
[img]http://www.imagefilez.com/out.php/i218485_untitled.JPG[/img]
i need to align that row with "Players Registered" goes over the whole table...and column with numbers does not spread like that with row which is upon it...

CODE

<table border=1 bordercolor=red align=right>
<td>Players Registered</td>
<tr><td>
<?php
$osel = mysql_query("select * from members");
while ($online = mysql_fetch_array($osel))
{
?><tr><?php
$s=$online['username'];
$id=$online['id'];
$i++;
?><td><?php
echo $online['id'];?></td>
<?php
?>
<td>
<?php echo $s;?></td>
<?php
?></tr><?php
}?>
</td></tr>
</table>


SOLVED!

CODE

<TH colspan="2">Players Registered</TH>

Sat Feb 23, 2008    Reply    New Discussion   


Congrats, Eggie, you solved the problem by yourself, that's the first step toward ;) perfection.

Sat Feb 23, 2008    Reply    New Discussion   

link to the retrieve data from mysqlHtml Table Rows Problem [solved]I retrieved the data from mysql, and I display that in a html table ,but I have to make that retrieve data as a link , for one row I have two or three data,how can I change in to link...-reply by raman

Tue Jul 14, 2009    Reply    New Discussion   

Need help creating tableHtml Table Rows Problem [solved]

I can use this code to create a table but I cant seem to figure out how to get each answer into it's own individual cell. Can someone please help. It is a simple code.  below is the table I created.

<?php$output .= '';Echo "<h1>Table</h1>";Echo "<table border='1' width '250'><td>";for ($counter = 1; $counter <= 10; ++$counter){     for ($number = 1; $number <=10; ++$number)   {     $output .= $counter * $number . ' ' ;   }   $output .= '<br />';}Echo "</table>";Include 'multiply.Html.Php';?>

 

Table

[TROW][TCOL][/TCOL][/TROW]
1 2 3 4 5 6 7 8 9 10 2 4 6 8 10 12 14 16 18 20 3 6 9 12 15 18 21 24 27 30 4 8 12 16 20 24 28 32 36 40 5 10 15 20 25 30 35 40 45 50 6 12 18 24 30 36 42 48 54 60 7 14 21 28 35 42 49 56 63 70 8 16 24 32 40 48 56 64 72 80 9 18 27 36 45 54 63 72 81 90 10 20 30 40 50 60 70 80 90 100

-question by candy


Fri Oct 2, 2009    Reply    New Discussion   


Candy, let us start by saying that in the beginning where you declare the variable "output" you put a dot first.

Wed Jan 20, 2010    Reply    New Discussion   

html table rows problemHtml Table Rows Problem [solved]

<?phpEcho "<h1>Table</h1>";Echo "<table border='1' width '250'>";

for ($counter = 1; $counter <= 10; ++$counter){echo "<tr>";   for ($number = 1; $number <=10; ++$number)   { echo "<td>";    echo $output = $counter * $number . ' ' ; echo "</td>";   } echo "</tr>";}Echo "</table>";?> 


Fri Jan 22, 2010    Reply    New Discussion   

tables with corresponding numbers on each cell using php?Html Table Rows Problem [solved]

 hello how can I generate table with numbers inside the cells?

 eg:

 


 

1  4  7  10 

2  5  8  11 

3  6  9 12

 


or :

 


 

12  9  6  3

10  8  5  2 

10  7  4  1

 


 thanks

 

-reply by james

Wed Feb 10, 2010    Reply    New Discussion   

Quickly Post to Html Table Rows Problem   [solved]  w/o signup Share Info about Html Table Rows Problem   [solved]  using Facebook, Twitter etc. email your friend about Html Table Rows Problem   [solved] Print
Reply / Comment Ask a Question? Share / Bookmark E-Mail a Friend Print

Auto-click Script   Auto-click Script (15) (5) Looking For Script need help  Looking For Script need help