I need to check whether a users browser has javascript enabled. Im building a database for a small company, so there will only be at max 10 people using it and i know that all will be using IE
I need to use js, as its a lot easier than using session vars to pass ids etc to other forms. Also, as none of the people using it probably know what js is, its unlikely theyll have disabled it, but the site will be unusable without it, so i need to check just in case.
Is there a way php can check before it returns the html or would i just have to use a <noscript> ?
Thanks