heyas,
ive recently made a page up with 3 php references in it. the references connect to a mysql database and grab the contents of some fields to generate some parts of my site dynamically. I had the first 2 working sweet but as soon as I added the 3rd(whch is executed before the 2nd one) it seemed to stuff the 2nd one up. I made the script so that i could type the url http://url.com/index.php?name=nameofdoc and it would load 'nameofdoc' from the mysql table. Having added the 3rd reference it brings up a document even when I dont type name=nameofdoc, and no matter what I type on the end of name= it brings up the same document.
I assume the 3rd script has clashed with some variable names or something, is it possible to tell the 2nd script to forget the values and variables of the script that was executed before it or is this done automatically?
hope someone gets what I mean, I kind of confused myself with this one!
Thanks for any help,
-Stewart