I'm using PHP code to display a picture on it's own page (from thumbnail to larger size) <?php echo $_GET['name']; ?>
I would like to also display information to go with this text. Anyone have any thoughts on how to do this without using mysql or do I need to dig into that?
I would like to also display information to go with this text. Anyone have any thoughts on how to do this without using mysql or do I need to dig into that?