Timeline for answer to Check if JavaScript is enabled with PHP by Andy Braham
Current License: CC BY-SA 3.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 19, 2015 at 4:10 | comment | added | m3nda | This works perfect! The only thing is about the URL. Once you get true or false, the state is perpetued, because you are reading the current GET params. So, if i check that, and block javascript the result is faked with the URL params. Running from the entry point is working perfect. Thanks for that example :) | |
| Mar 22, 2013 at 1:32 | history | edited | Andy Braham | CC BY-SA 3.0 | Added check for $_SERVER['HTTP_X_REQUESTED_WITH'], if it is set then obviously jQuery is enabled |
| Mar 21, 2013 at 1:26 | history | edited | Andy Braham | CC BY-SA 3.0 | added 293 characters in body |
| Mar 21, 2013 at 1:04 | history | answered | Andy Braham | CC BY-SA 3.0 |