avatar.alex Posted April 30, 2007 Share Posted April 30, 2007 the field that I want to display on the site is bl_admin and the database name is mystrh00_b how would I display that on a page?? ??? Link to comment https://forums.phpfreaks.com/topic/49345-bl_admin/ Share on other sites More sharing options...
Wildbug Posted April 30, 2007 Share Posted April 30, 2007 I'll assume you're using MySQL... if not, Google it. PHP MySQL example MySQL tutorial Link to comment https://forums.phpfreaks.com/topic/49345-bl_admin/#findComment-241815 Share on other sites More sharing options...
avatar.alex Posted April 30, 2007 Author Share Posted April 30, 2007 ok well the title of the thread is bl_admin and that is the name of a table in my database...well in the table theres a field called adminid how would I display it in order from like 1 2 3 4 5 and so on heres the code Im using to display it now. $id = mysql_result($result,$i,"adminid"); Link to comment https://forums.phpfreaks.com/topic/49345-bl_admin/#findComment-241834 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.