Jiraiya Posted January 12, 2009 Share Posted January 12, 2009 i was wondering if i could create a file upload script with php that stores the url for a picture and stores the url under a "picture" variable in my database. so my question is there a way i can echo the url that is stored in the database but have it show the picture instead of the url Link to comment https://forums.phpfreaks.com/topic/140527-solved-can-you-do-this-with-php/ Share on other sites More sharing options...
bluesoul Posted January 12, 2009 Share Posted January 12, 2009 Easiest way without messing with headers or anything would be to do... <img src="$foo" /> Where $foo is the URL you stored. Link to comment https://forums.phpfreaks.com/topic/140527-solved-can-you-do-this-with-php/#findComment-735389 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.