New Zenner
- Join Date:
- Feb 2008
- Location:
- Allen, TX
- Posts:
- 29
- Plugin Contributions:
- 0
Database query VS Ajax
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?