Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys..

I am thinking about an idea for my graduation project in Software engineering..
my idea is "mobile tracking" for example tracking phone numbers and their locations.....

can anyone give me more information and how this idea looks like from your point of view ...
and how it can be done , in which programming language can be done,and more..

can you help me with your ideas or any proposition advice please..

thanks a lot..
Posted

1 solution

From what I can see you can use JavaScript to accomplish this (actually it would be the only way).

Add this code in:

if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
// some code..
}

Inside the if statement I would place an HTTP request to Twilio. From there you will have the information of the user's mobile device.

Alternatively, you could make use of a PHP form and leave it to the user.

Good luck!
 
Share this answer
 
v2
Comments
eng_fahmi 24-Dec-13 19:10pm    
Is that all about,,guys..no more information or suggestions??!
Thank you a lot..anyway

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900