0
votes
0answers
36 views

Unable to upload camera pictures

Firstly, I am fairly new to SO, HTML & PHP, also English isn't my main language so sorry if I'm offending you in any way or simply asking stupid questions. I have a(n almost) fully functional ...
1
vote
1answer
55 views

Get phone number of SMS sender, using Twilio

I am trying to retrieve the phone number of a user who sends SMS to my Twilio number, but I can't fetch it in my program. I have tried these: $message = ...
0
votes
2answers
119 views

PHP: How to check if string contains just 1 same number [duplicate]

I've got a Call Me Back form which sends me a phone number of a person who wants to be called back. Today I received the form with '88888888' instead of a real phone number. How can I check if the ...
0
votes
2answers
66 views

php array phone number fields stored as int

I had a MySQL table with some user data, which I needed to correct and migrate to a new MySQL table. I exported the table using "Export to PHP Array plugin for PHPMyAdmin" from "Geoffray Warnants" ...
1
vote
3answers
111 views

How validate “(344) 004-1585” type of phone number

I mask the phone numbers like "(342) 004-1452" with jQuery. Now I am trying validate this input with PHP. I tried if(!preg_match('\(?[2-9][0-8][0-9]\)?[-. ]?[0-9]{3}[-. ]?[0-9]{4}', $_POST['tel'])) { ...
0
votes
0answers
89 views

Shoretel's html call script

Does anyone happen to know how to make the code to make a phone call from a site using shoretel? I am trying to have it so that I can click the phone number and my shoretel phone dials out. I have ...
0
votes
1answer
268 views

How can I get my cell provider to let my application send SMS through an API [closed]

Question How can I use my cell phone provider (e.g. Fido in Canada, or AT&T in the US) to send SMS messages from a PHP application, programatically (from a server through an API) ? And I want to ...
1
vote
2answers
56 views

Phone number formating help in php

I am a php novice and know there is a simple solution, however I can't seem to find it. I am looking to perge the field of user entered symbols on return and apply formatting. static function ...
0
votes
1answer
69 views

Calling my website from my phone

Is there any way to call my website to receive some data about it? For example: I connect my phone to my PC and call it from another cell phone and then i press 1 and it will tell me how many users ...
7
votes
1answer
275 views

How can I see if tel: is actually linked to a device that can make a call?

I'm currently on a project that needs to detect whether or not a device can make a phone call. Depending on whether or not it can, I need to switch views and apply two different functions, one is a ...
5
votes
2answers
2k views

Php mobile/tablet/desktop detect?

How to detect with php, if the user use a desktop, mobile or a tablet?
2
votes
1answer
1k views

Phone number validation in php codeigniter

I have used the call back function for phone no validation from this link : codeigniter form validation with phone numbers the code is: function valid_phone_number_or_empty($value) { $value ...
3
votes
1answer
382 views

Validating USA phone numbers

Okay, so my code does work. But, I need to edit some of it. For example, I want it to allow numbers 7 or 10 numbers in length. The second part is that it is not validating my numbers with - or () in ...
0
votes
3answers
959 views

Regex phone validation

I have created a reg Exp, which basically allows all formats I like it to allow. However, there still is a little problem with the ()... ^\(?(\+?\d+)?\)? ?\d*(-?\d{2,3} ?){0,4}$ This would be ...
0
votes
3answers
332 views

Ultimate way to find phone numbers in PHP string with preg_replace

working on a project right now where we have large amount of text strings that we must localize phone numbers and make them clickable for android phones. The phone numbers can be in different ...
1
vote
4answers
531 views

Cell Phone Based Verification

I want to do mobile phone based verification for users. I understand the code generation process and i understand maintaining cell phone carrier database. But to send the text, do I need a phone ...
0
votes
4answers
619 views

Regular Expression for International and local mobile and landline numbers [closed]

I just wanted to get a Regex for an input form field for Phone Number which verifies the following test cases for me - It can start with + or any number 0-9, + can come only once and only at the ...
0
votes
3answers
249 views

match phone numbers from text

I have regex in php that matches pretty good phone numbers from some text. ([\+|0](?:[0-9/\-\(\) ] ?){7,25}[0-9]) good matches: 041 797 - 991 or +386 2 80 55 291 or +386 (0)41 718 827 bad ...
0
votes
2answers
332 views

How to run code when you receive an email

I'm making a mobile product for a social network and one of the features we would like to add is text-to-status. We are doing something different though, similar to YouTube's mobile upload. YouTube ...
3
votes
1answer
781 views

How can I send a text message/SMS with PHP? [duplicate]

Possible Duplicate: any good php tutorial on how to send sms to phones? I'm trying to figure out how I can send text messages/SMS messages with PHP to phones. Is there a way to do this ...
2
votes
2answers
571 views

Generating QR codes for email-adresses and phone numbers

I have a website where people can contact each other, and quite often people also post emails or phone numbers in the ad or classifieds copy. I already replace the contact information with images so ...
1
vote
7answers
284 views

A regular expression to extract a business extension from a phone number

I am having the dang-est time trying to write a regex that will extract the phone extension from a full phone number string. This should work on a number like this one: 777.777.7777 x 7302 It should ...
2
votes
3answers
638 views

Help identifying international phone numbers in string in PHP

I am trying to write a function that will pull valid phone numbers from a string that are valid somewhere on the planet. This is for a truly international site for an organization that has locations ...
1
vote
4answers
990 views

How to send sms by connecting a phone to a Ubuntu machine? [closed]

I am writing a PHP script from which i want to send sms. I know smsgateways are easy and cheap...But somehow we are planning to attach a cell phone to the machine ....and send sms using that ...
1
vote
3answers
2k views

Regex allowing spaces (for a Phone number regex)

I have this regex: preg_match("#^([0-9]+)$#", $post['telephone']) who allow only numbers (for a phone number in the French type so 0123456789) but I would like to allow spaces. For example allow ...
1
vote
0answers
275 views

Why aren't my php moodle OK Tech webservice methods shown on my windows phone 7 project?

I'm a student and I'm building a Moodle client for Windows Phone 7 to learn about the interoperability between WP7 and PHP. First of all, of course I have to make a call to the Moodle webservice. I ...
2
votes
4answers
2k views

IMEI validation function

Does anybody know a php function for IMEI validation or if somebody can point me in some direction
4
votes
6answers
637 views

Determining local / international phone numbers for the US

You're probably thinking this has been asked a million times before but I think that my question is a little different. Most requests for phone number validation are used for validating user input. In ...
2
votes
1answer
953 views

submitting POST data when you hang up on Twilio

I have an application that runs with Twilio. The idea is that you will call a phone number twilio will answer and give you menu options. Once you press a digit it will submit the post data and then ...
3
votes
1answer
1k views

PHP - How to get phone carrier info from number

Are there any good, free ways to do this? I found fonefinder.net, which looks okay. If that's my best best, how can I query it with a phone number and get the returned carrier? (I don't see an API, ...
0
votes
2answers
242 views

Phone Contacts With PHP [closed]

Good day guys, is there a way for me to access a users phone contact like from a nokia phone using PHP? I want to build a mobile website that can get the users phone book.
1
vote
3answers
1k views

looking to validate US phone number w/ area code

I'm working on a function to validate a US phone number submitted by a user, which can be submitted in any of the popular number formats people usually use. My code so far is as follows: $number = ...
0
votes
4answers
528 views

Regex which controls phone numbers

i'm new to regex, and i only need one statement. I want that my statement accepts these numbertyps: 06643823423 could be longer or 0664 3843455 or +43664 4356999 and it's important that these is ...
3
votes
3answers
2k views

International phone number max and min?

What is the max and min digits for an international telephone number? (country code + area code + phone number)
3
votes
1answer
783 views

Call into a website and use php to recognize caller ID

I have this idea where I want to allow someone to call a phone number from their cell phone, and then a website would display their caller ID. I want to do this in php, but I'm really not sure how. ...
1
vote
2answers
91 views

Formatting numbers by tokens with php

I'm looking for a way to format numbers using "tokens". This needs to be conditional (for the first few leading characters). Example: <?php $styles=array('04## ### ###','0# #### ####','13# ...
2
votes
5answers
5k views

How do you format a 10 digit string into a phone number?

I have database records in the form of 10 character long strings, such as 4085551234. I wish to format these into this format: (408) 555-1234. I think this is regex related. I'm new to programming ...
0
votes
2answers
776 views

Can anyone find the error in this POST NSMutableURLRequest to a PHP script?

I try to send data to this php script: mb_internal_encoding("UTF-8"); if(isset($_POST['format']) && isset($_POST['category']) && isset($_POST['title']) && ...