yhi Posted April 26, 2015 Share Posted April 26, 2015 i want a php scipt to fetch data from columns & display it on a page as table also in <td > i want to add href (reffer a link) the output should be like this <table> <tr><td>ID</td><td>Name</td><td>random</td></tr> <tr><td>1</td><td><a href="profile_link">yhi</a></td><a href'link_2'>some text</td></tr> Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted April 28, 2015 Share Posted April 28, 2015 Where is the data coming from...MySQL? What have you tried so far / where are you stuck? If the data comes from MySQL, you should be able to find a solution here: https://www.google.com/search?q=php%20mysql%20data%20as%20an%20html%20table&rct=j Quote Link to comment Share on other sites More sharing options...
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.