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! Quote Link to comment Share on other sites More sharing options...
kellz Posted November 8, 2007 Author Share Posted November 8, 2007 i did it, nevermind^^ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.