Cheers
ps I would like to stay away from flash because of the amount of pictures and do not want to simply use a FTP server cause it must be viewable from a phone.
This post has been edited by polska03: 07 July 2011 - 03:43 PM




Posted 07 July 2011 - 03:36 PM
This post has been edited by polska03: 07 July 2011 - 03:43 PM
Posted 07 July 2011 - 03:47 PM
Posted 07 July 2011 - 04:16 PM
<html>
<body>
<?php
$files = glob("images/*.*");
for ($i=1; $i<count($files); $i++)
{
$num = $files[$i];
print $num."<br />";
echo '<img src="'.$num.'" alt="random image" />'."<br /><br />";
}
?>
</body>
</html>
Posted 07 July 2011 - 04:22 PM
Posted 08 July 2011 - 01:18 AM
<html>
<body>
<?php
$files = glob("images/*.*");
for ($i=0; $i<count($files); $i++)
{
$num = $files[$i];
echo '<A HREF="'.$num.'"> <IMG HEIGHT=50 WIDTH=50 SRC="'.$num.'"> </A>'
}
?>
</body>
</html>
This post has been edited by polska03: 08 July 2011 - 10:13 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
