Posts by Anderson Silva • 1 point
1 post
-
-3
votes3
answers1138
viewsA: Take a PHP variable using AJAX
Let’s see if I understand, you are on a page in PHP, wanting to make an asynchronous request to another page in PHP, this? Why not use Curl. $Curl = curl_init( "request.php? data=data" );…