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
By using Mobile_Detect PHP class you can detect your mobile devices. It uses the user-agent string combined with specific HTTP headers to detect the mobile environment.