Using just PHP, is there anyway to detect if the page is being loaded from a SPECIFIC device? Say, I would want the page to react differently if only MY iPhone was loading t
I would use cookies instead of detecting the device. It much easier to keep track of multiple users and automate stuff. Just set one on your device and then do different things depending on the cookie.