kellz Posted November 8, 2007 Share Posted November 8, 2007 hey.. I only wanted to make pictures appear on the page so i did this and it kinda made sense at the time: if ($dir_list = opendir('pics')) { while(($filename = readdir($dir_list)) !== false) { print '<img src="' . $filename . '" width="32" height="32" />'; } closedir($dir_list); } could you tell me why it's not working but like don't give me the right code, i want to do that part myself^^ thx! Link to comment https://forums.phpfreaks.com/topic/76521-solved-pictures-not-showing/ Share on other sites More sharing options...
kellz Posted November 8, 2007 Author Share Posted November 8, 2007 i did it, nevermind^^ Link to comment https://forums.phpfreaks.com/topic/76521-solved-pictures-not-showing/#findComment-387560 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.