Welcome Guest, Not a member yet? Register   Sign In
Why this page keeps loading?
#1

[eluser]behnampmdg3[/eluser]
Hello;

This script reads files from a directory and shows the names. It works fine, shows all the content properly but it keeps loading the page over and over (the browser reload botton keeps turning).

What am I doing wrong? Should I somehow close the foreach or something like that?

Thanks

Code:
$directory_url = "/home/nickdavi/public_html/upload/server/php/files/thumbnail";
$this->load->helper('directory');
$files = directory_map($directory_url);
foreach($files as $photo)
{
  ?&gt;<img src="/files/thumbnail/&lt;?php echo $photo;?&gt;"  margin-right:5px;"/>&lt;?php
  
}


Messages In This Thread
Why this page keeps loading? - by El Forum - 01-12-2013, 12:12 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 12:44 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 12:58 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:17 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:19 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:49 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 03:58 PM
Why this page keeps loading? - by El Forum - 01-12-2013, 04:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB