catch UUID of phone in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
khalidahmed.skm
Forum Newbie
Posts: 6
Joined: Thu Nov 24, 2011 5:47 am

catch UUID of phone in php

Post by khalidahmed.skm »

Hi All,

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

Post by mikeashfield »

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

Post by khalidahmed.skm »

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
mikeashfield
Forum Contributor
Posts: 159
Joined: Sat Oct 22, 2011 10:50 am

Re: catch UUID of phone in php

Post by mikeashfield »

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

Post by khalidahmed.skm »

Hi mikeashfield,

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

Post by khalidahmed.skm »

Hi mikeashfield,

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

Post by mikeashfield »

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

Post by khalidahmed.skm »

yes mikeashfield,

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

Post by mikeashfield »

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

Post by khalidahmed.skm »

Thanks mikeashfield ,

i got totally blocked now.
maxx99
Forum Contributor
Posts: 142
Joined: Mon Nov 21, 2011 3:40 am

Re: catch UUID of phone in php

Post by maxx99 »

You can ask user to write it down manually :)
Post Reply