this is a website for the basic and advanced programmers
cakePHP and other php frameworks functionality is described and some experienced php programmers are communication through this php forum site,
//function to check if the request is made through ajax function isAjax() { return (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && ($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')); } }
No comments:
Post a Comment