Search Results

0
votes
6answers
120 views

Website security question with PHP? (Probably applies to ASP/Rails/etc.. too)

Say, I have "index.htm" and "routines.php". "index.htm" will call eventually call "routines.php" using JS (AJAX). So, my question is, how can "routines.php" verify that the request …