wenxi Posted October 14, 2008 Share Posted October 14, 2008 i need to display something from my database perhaps 3 items in a row mentioning the price , product name and image. how to do that? Link to comment https://forums.phpfreaks.com/topic/128350-help-on-online-catalog-page/ Share on other sites More sharing options...
Bendude14 Posted October 14, 2008 Share Posted October 14, 2008 do you have the database already in place? have you even looked on the net to try and do this? Link to comment https://forums.phpfreaks.com/topic/128350-help-on-online-catalog-page/#findComment-664866 Share on other sites More sharing options...
wenxi Posted October 14, 2008 Author Share Posted October 14, 2008 I do have a database in place. Net cant find my correct display Link to comment https://forums.phpfreaks.com/topic/128350-help-on-online-catalog-page/#findComment-664870 Share on other sites More sharing options...
Bendude14 Posted October 14, 2008 Share Posted October 14, 2008 well it would be nice to see what you have tried so we can help you improve? "SELECT price, product_name, image FROM tableName LIMIT 3" a query like this should get you the relevant info. If you having trouble displaying the info post your attempts and we can help you improve from there Link to comment https://forums.phpfreaks.com/topic/128350-help-on-online-catalog-page/#findComment-664894 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.