gator Posted November 5, 2009 Share Posted November 5, 2009 Please disregard..........I figured it out Link to comment https://forums.phpfreaks.com/topic/180421-perplexing-problem-showing-a-jpg/ Share on other sites More sharing options...
Bricktop Posted November 5, 2009 Share Posted November 5, 2009 Hi gator, If you simply echo out $vid_row[13] does it give the expected result? e.g. somethumbnail.jpg Also, is ../storage/movies/thumbs the correct path? Remember the paths in this script are relative to where the script is being run from. The "../" moves down a directory level. So, if you move down a folder from where this script is being run, can you then get to storage->moves->thumbs? Hope this helps. Link to comment https://forums.phpfreaks.com/topic/180421-perplexing-problem-showing-a-jpg/#findComment-951803 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.