nelquintin Posted August 15, 2006 Share Posted August 15, 2006 with mysql and php how would i display diffrent results with image instead of text Link to comment https://forums.phpfreaks.com/topic/17639-how-do-you-show-a-result-as-a-image/ Share on other sites More sharing options...
SharkBait Posted August 15, 2006 Share Posted August 15, 2006 Are you storing the image along with an entry for it in a database?If so then you could tie the filename with an entry in the database, query the database for the name, filesize, etc and then display the corrisponding image. Link to comment https://forums.phpfreaks.com/topic/17639-how-do-you-show-a-result-as-a-image/#findComment-75197 Share on other sites More sharing options...
nelquintin Posted August 15, 2006 Author Share Posted August 15, 2006 thanks Link to comment https://forums.phpfreaks.com/topic/17639-how-do-you-show-a-result-as-a-image/#findComment-75198 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.