catch UUID of phone in php
Moderator: General Moderators
-
khalidahmed.skm
- Forum Newbie
- Posts: 6
- Joined: Thu Nov 24, 2011 5:47 am
catch UUID of phone in php
Hi All,
How i can get the UUID of phone into my php script.
Any help will great for me.
Thanks & Regards,
Khalid
How i can get the UUID of phone into my php script.
Any help will great for me.
Thanks & Regards,
Khalid
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: catch UUID of phone in php
It isn't possible.
-
khalidahmed.skm
- Forum Newbie
- Posts: 6
- Joined: Thu Nov 24, 2011 5:47 am
Re: catch UUID of phone in php
Hi mikeashfield,
Thank you for your valuable information.
The function $_SERVER['HTTP_USER_AGENT'] will give the phone browser information.
Is there any other function in php which will give us the UUID of the phone from which the script is running.
Thanks & Regards,
Khalid
Thank you for your valuable information.
The function $_SERVER['HTTP_USER_AGENT'] will give the phone browser information.
Is there any other function in php which will give us the UUID of the phone from which the script is running.
Thanks & Regards,
Khalid
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: catch UUID of phone in php
No. It isn't possible.
-
khalidahmed.skm
- Forum Newbie
- Posts: 6
- Joined: Thu Nov 24, 2011 5:47 am
Re: catch UUID of phone in php
Hi mikeashfield,
thanks, is there any other method to read the mobile UUID ?
Thanks & Regards,
Khalid
thanks, is there any other method to read the mobile UUID ?
Thanks & Regards,
Khalid
-
khalidahmed.skm
- Forum Newbie
- Posts: 6
- Joined: Thu Nov 24, 2011 5:47 am
Re: catch UUID of phone in php
Hi mikeashfield,
i got the UUID by using the following script.
echo $_SERVER['UNIQUE_ID'];
Thank you for your kind help.
Khalid
i got the UUID by using the following script.
echo $_SERVER['UNIQUE_ID'];
Thank you for your kind help.
Khalid
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: catch UUID of phone in php
You'll find that $_SERVER['UNIQUE_ID'] changes with EVERY request.
-
khalidahmed.skm
- Forum Newbie
- Posts: 6
- Joined: Thu Nov 24, 2011 5:47 am
Re: catch UUID of phone in php
yes mikeashfield,
its again problem.
any suggestion......
its again problem.
any suggestion......
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: catch UUID of phone in php
No. It isn't possible.
-
khalidahmed.skm
- Forum Newbie
- Posts: 6
- Joined: Thu Nov 24, 2011 5:47 am
Re: catch UUID of phone in php
Thanks mikeashfield ,
i got totally blocked now.
i got totally blocked now.
Re: catch UUID of phone in php
You can ask user to write it down manually 