Quote:
Originally Posted by georgeyw
Are you wanting to control which gallery is displayed or simply random?
yourdomain.com/gallery.php?id=<Gallery ID here ie 3>
use a
$id = $_GET to grab the id
then include 'file'.$id.php
Better way would be to create a db and call gallerys by their id in the db.
|
Oh yeah baby! that's a great way to get hacked