How to check if Javascript is enabled or not in browser using PHP? -
this question has answer here:
- check if javascript enabled php 24 answers
i need check server side if client machine javascript enabled or not.
possible in php? if is, how?
try using ajax
client, if works javascript enabled
with jquery can simply:
$.ajax({ url: "/checkjavascript.php" });
if php receives call client javascript enabled in client
Comments
Post a Comment