Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I need to check from server side if client machine is Javascript enabled or not. Is it possible in PHP? If it is, how?
HTML
noscript
Try using ajax from client, if it works then javascript is enabled
ajax
With jQuery you can simply:
$.ajax({ url: "/checkjavascript.php" });
if your php receives call from client then Javascript is enabled in the client
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
HTMLnoscripttag