I have a page with links, pulled out from a mysql database. Right now I'm just displaying them on the page. But it seems a bit empty now. Now the output is one big html table with rows for each link. I want to make a html table with 2 columns so you would have 2 links next to each other. How can I do this.
An example is at: <!-- m --><a class="postlink" href="http://www.php.net/quickref.php">http://www.php.net/quickref.php</a><!-- m --> where you can see two columns of functions. I want to do the same things with links
I looked into the source already but they look at the files in a directory and I need to get it from a database...
So, could anyone please help me?
An example is at: <!-- m --><a class="postlink" href="http://www.php.net/quickref.php">http://www.php.net/quickref.php</a><!-- m --> where you can see two columns of functions. I want to do the same things with links
I looked into the source already but they look at the files in a directory and I need to get it from a database...
So, could anyone please help me?