Im making a site, and I pass some variables by url etc... Since users can modify urls, I want to take all precautions. Is there a way to eliminate users from modifyin variable sin the url so that I can take out all mysql queries.
I currently take out all hml and php tags, but I feel like if the user/hacker knows my table names then they could put queries in the variable names etc.
ex: or hacker
query
not sure if they can do anythign but I wanted to eliminate if its possible.
Thanks
If not then what are other precautions I can take?
Thanks
I currently take out all hml and php tags, but I feel like if the user/hacker knows my table names then they could put queries in the variable names etc.
ex: or hacker
query
not sure if they can do anythign but I wanted to eliminate if its possible.
Thanks
If not then what are other precautions I can take?
Thanks