Quote:
Originally Posted by pyro.699
I dont understand your question. But, as for input cleaners, i use it on every $_POST (except $_POST['do']). There is no real reason to have it for a $_GET value, because its being submitted by your own site? right?
|
I'm not sure, and one reason I'm asking for help. This code worked on vbulletin 3.0, and I'm pretty sure on 3.5, but now it's not. What would I put to pull those values in the URL to writable variables in the database?
Again, if I navigate to
http://www.aggiefans.com/forums/vbco...t=TESTA&week=1 I would want the variable $contestname1 to write TESTA and $week1 to write 1 to the database.
If they navigate and submit the form from
http://www.aggiefans.com/forums/vbco...grocks&week=34 I would want $contestname1 to write vbulletinorgrocks and $week1 to write 34 to the database.
I'm available on Yahoo IM at vlyrockaf if you think it'll be easier to clarify and resolve the problem.
Thanks again for the replies so far.