Why does the database query function not work inside the AJAX
'if ($_REQUEST[...]'?
If I do not try to include the query, then AJAX works fine. If I include the query outside of the 'if ($_REQUEST..)' then it queries the database fine. Can someone explain why this is?


Reply With Quote

