n8w Posted December 24, 2008 Share Posted December 24, 2008 my ajax script makes a call to a script like so: admin_favorites.php?f=1&illustrator_id=someid&user_id=someotherid how do I make this secure so that a user can't just browse to http://www.mysite.com/admin_favorites.php?f=1&illustrator_id=someid&user_id=bad_id and put false data? I was using their session id but it doesn't work when calling the ajax script so I guess I need to put it in the query string? Quote Link to comment Share on other sites More sharing options...
n8w Posted December 24, 2008 Author Share Posted December 24, 2008 never mind .. simple mistake Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.