Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How I can send more than 1 AJAX JQuery request to same PHP file.

I cant put like this:

PHP
if(isset($_POST['value'])){}


It wont work.

But if I write it like this:

PHP
if(isset($_POST)){}


It will work, I want to send more than request. How I can do that?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900