Why is the $_REQUEST super global not populating on ajax requests in Ubuntu

Serendipity

New member
with php5 and apache2? It is working fine on normal page submissions, but when i send a request via ajax for some reason the values get stripped out.

Using Firebug i can see that the $_POST is correctly populated, but when i do a var_dump in the ajax PHP file, i get an empty array.

Note: this script worked perfectly in windows, and everything else appears to be running fine.
Thank you :)
 
Back
Top