I'm very new to php, so bear with me. I'm trying to use a variable from a querystring but I'm having trouble. The querystring is:
<a href="gallery3.php?galleryid='greydisplay'">
and the code is:
$gallery = $_GET['galleryid');
Problem is if I print that retrieved value ( i.e print $gallery;)...
Hi,
I'm having trouble displaying a select bit of data from my xml in html.
the xml is a load of galleries, each containing paintings:
<galleries>
<gallery name="greydisplay">
<painting>
<photo>/paintings/kitchen.jpg</photo>
<title>Table Under Window</title>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.