Results 1 to 10 of 15
Threaded View
-
23rd Dec 2010, 10:03 PM #2The Wise OneWebsite's:
twilight.ws ddlrank.comFirst of all you have your query above the table:
PHP Code:$get = mysql_query("SELECT * FROM releases ORDER BY whateveryouwant");
PHP Code:<table>
// Head of the table like ID, name, etc goes here
<?php
while($row = mysql_fetch_object($get)){
?>
<tr>
<td><?php echo $row->id; ?></td>
<td><?php echo $row->name; ?></td>
...
</tr>
<?php
}
?>
</table>, just the stuff you need
I can always be contacted by sending a tweet @twilightws
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
E-Mail Can Reveal Your Friend Hierarchy
By Daniel in forum News & Current EventsReplies: 0Last Post: 30th Nov 2011, 08:19 PM -
Porn Forum List "add your list"
By Mr-Egy in forum Webmaster DiscussionReplies: 3Last Post: 15th Jul 2011, 11:11 AM -
Rank Hierarchy Icons
By gmaister22 in forum Webmaster DiscussionReplies: 8Last Post: 27th Feb 2011, 06:29 PM -
List of ips what spam/ddos - Please add yours if you have a list
By Sp32 in forum Webmaster DiscussionReplies: 23Last Post: 3rd Jul 2009, 04:07 AM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...