Is there a way to check if JavaScript is enabled with PHP? If so, how?
perhaps a more simple option...
<html> <head> <noscript> This page needs JavaScript activated to work. <style>div { display:none; }</style> </noscript> </head> <body> <div> my content </div> </body> </html>
1.4m articles
1.4m replys
5 comments
57.0k users