Home › Forums › Back End › Need a Point in the Right Direction. › Re: Need a Point in the Right Direction.
September 16, 2009 at 9:57 pm
#64245
Member
I would personally make a mysql database with the following fields: name, description, thumbnail_url, and fullsize_url; and then use something like like this to display the photos:
Code:
$conn = mysql_connect(‘localhost, ‘username’, ‘password’) or die (‘Error’);
mysql_select_db(‘name’);
mysql_select_db(‘name’);
$sql = “SELECT * FROM dbname”;
$result = mysql_query($sql);
echo ‘