473,320 Members | 1,861 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

PHP <---> SMS

Websites to SMS and SMS to websites????
I know it is beeing done using ASP, but can it also be done using PHP web
pages?
It's interesting, at least!!

K. Larsen, Oslo
Jul 17 '05 #1
5 2326
K. Larsen wrote:
Websites to SMS and SMS to websites????
I know it is beeing done using ASP, but can it also be done using PHP
web pages?
It's interesting, at least!!

K. Larsen, Oslo


Yes, quite possible, either buy an sms-connector (exists on the market... We
sell them in Miralix :-)) and use that or create your own using php and a
serial port...

--
MVH Jeppe Uhd - NX / Miralix
Jul 17 '05 #2
Thanks for reply, Jeppe!
So with Miralix technology you can use Outlook or Notes to send SMS?

That is not what I am looking for!

I want to be able to use a webpage(PHP) connected to my MySQL soldier
database containing among other things cell phone numbers, and I want to be
able to send them event-driven messages on the fly. I also would like to be
able for my internet application to receive SMS messages from cellphones.
K. Larsen

"Jeppe Uhd" <hn*********@nx.dk> wrote in message
news:40***********************@dtext02.news.tele.d k...
K. Larsen wrote:
Websites to SMS and SMS to websites????
I know it is beeing done using ASP, but can it also be done using PHP
web pages?
It's interesting, at least!!

K. Larsen, Oslo
Yes, quite possible, either buy an sms-connector (exists on the market...

We sell them in Miralix :-)) and use that or create your own using php and a
serial port...

--
MVH Jeppe Uhd - NX / Miralix

Jul 17 '05 #3
Hi K,
On Fri, 12 Mar 2004 01:25:51 +0100, "K. Larsen"
<la******@netscape.net> wrote:
Thanks for reply, Jeppe!
So with Miralix technology you can use Outlook or Notes to send SMS?

That is not what I am looking for!

I want to be able to use a webpage(PHP) connected to my MySQL soldier
database containing among other things cell phone numbers, and I want to be
able to send them event-driven messages on the fly. I also would like to be
able for my internet application to receive SMS messages from cellphones.
We do that with a Serial CDMA modem down here in New Zealand. I
modified the GSm based project of Stefan Frings to just send an AT
command to a modem from PHP. You can then implement the sending
procedure with a cron driven PHP script. Still, depending on your
country there might be a range of caveats.

If you need my serial command line script, send me a mail.

For which country is it?

Jochen
K. Larsen

"Jeppe Uhd" <hn*********@nx.dk> wrote in message
news:40***********************@dtext02.news.tele. dk...
K. Larsen wrote:
> Websites to SMS and SMS to websites????
> I know it is beeing done using ASP, but can it also be done using PHP
> web pages?
> It's interesting, at least!!
>
> K. Larsen, Oslo


Yes, quite possible, either buy an sms-connector (exists on the market...

We
sell them in Miralix :-)) and use that or create your own using php and a
serial port...

--
MVH Jeppe Uhd - NX / Miralix


--
Jochen Daum - Cabletalk Group Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 17 '05 #4
K. Larsen wrote:
Thanks for reply, Jeppe!
So with Miralix technology you can use Outlook or Notes to send SMS?
Yes, but we can also use it from within a php script, it's just not
something we've been advertising on our website...
That is not what I am looking for!
I got that...
I want to be able to use a webpage(PHP) connected to my MySQL soldier
database containing among other things cell phone numbers, and I want
to be able to send them event-driven messages on the fly. I also
would like to be able for my internet application to receive SMS
messages from cellphones. K. Larsen


--
MVH Jeppe Uhd - NX / Miralix
Jul 17 '05 #5
Check out clickatell.com or (since you're in norway) www.gemsoft.no /
www.gw4sms.com.

I did something similar for a norwegian based student organization a few
years back, where I connected their membership database to the sms
system, allowing them to send out personalized sms's linked to the
membership databse. I didn't however try to link sending an sms back to
the system, much because of security issues and cost involved. We used
gemsoft as the gateway, but clickatell was (think it still is) cheaper
and looks a bit more experienced in the field.

The way i programmed this was by opening a tcp connection to the server
using php, and sending a xml document, then when the document is sent to
the server, you recieve a xml document back, which lets you know the
status of the delivery etc. If you look at clickatell's web-sites and
documentation, you'll see that there are heaps of ways of doing this,
and there are even examples using php.

regards,
asgeir

K. Larsen wrote:
Websites to SMS and SMS to websites????
I know it is beeing done using ASP, but can it also be done using PHP web
pages?
It's interesting, at least!!

K. Larsen, Oslo

Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ludis | last post by:
Hi all Im having a problem im my class "utils". Im using linux slackware 8.0 (old? yes: so old). i trying g++ (gnu c++ compiler) 3.1 and glib default of Slack 8.0. I cant migrate this server...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.