Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Beething
  • Content: Threads
  • Order by date
  1. Beething

    querystring problem

    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;)...
  2. Beething

    displaying specific xml data

    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>...

Part and Inventory Search

Back
Top