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> Link to comment https://forums.phpfreaks.com/topic/295880-help-in-php/ 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 Link to comment https://forums.phpfreaks.com/topic/295880-help-in-php/#findComment-1510182 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.