I have a dlstore script running on one of my website and when ever i add some thing to the cart it gives me this error can anyone over here help me fix this problem url is http://www.gfaelectronics.com/dlstore/item.php?item=112 click the add to cart button and you will know what i am talking about. any help appreciated.
I don't need to add anything to the cart. That is a very old script that requires register_globals on in order to work. Register_globals are off by default sine PHP4 and you should consider having the script modified to work without them as having them on can pose some security risks. If your host allows it and you want to know how to turn them on, post and ask.
thanks for the help that helped. but i will make sure to get the script work without the register globals on.