Solid Snake Posted September 28, 2008 Posted September 28, 2008 how do you do those tables for user stats and things like that Quote
Tezza` Posted September 28, 2008 Posted September 28, 2008 Re: Tables why dont you go on to the page where the "user stats" are and have a look :). Quote
Zero-Affect Posted September 29, 2008 Posted September 29, 2008 Re: Tables what type of table are you talking about sql or php? Quote
POG1 Posted September 29, 2008 Posted September 29, 2008 Re: Tables <table> <tr> <td>stat 1</td> <td>stat 2</td> </tr> <tr> <td>stat 3</td> <td>stat 4</td> </tr> </table> Quote
Zero-Affect Posted October 1, 2008 Posted October 1, 2008 Re: Tables <table> <tr> <td>stat 1</td> <td>stat 2</td> </tr> <tr> <td>stat 3</td> <td>stat 4</td> </tr> </table> echo <<<EOF <table class="table" border="1"> <tr> <td>stat 1</td> <td>stat 2</td> </tr> <tr> <td>stat 3</td> <td>stat 4</td> </tr> </table> EOF; Quote
POG1 Posted October 1, 2008 Posted October 1, 2008 Re: Tables why use echo on something that is static? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.