SMS Messaging
how sms messeging works, Do you have to use a server such as teleflip or clickatell?
View Complete Forum Thread with Replies
Sponsored Links:
Related Messages:
Php To Sms Messaging
Anyone out there have experience in sending SMS messages to a database? I have a weather site running on PHP and want to offer a weather alert service. Particularly intereseted in bulk SMS providers to get the price down for customers.
View Replies !
View Related
Text Messaging?
Has anyone ever had any experience doing this? There are several services out there for a monthly fee. I have a script that I would like to send to my phone when a new user submitts information. Any ideas?
View Replies !
View Related
PHP Messaging And Sleep
I would like to get my php script to send a message to a user for example to notify that a DB update or insert has been successful or not. After that the script will be redirected to the home page. how can this be done ? I have tried using sleep(5) to delay the script but that does not work the way that I want it to since it simply delays the execution of the ENTIRE script RATHER than a part of it !!
View Replies !
View Related
Instant Messaging
I would like my website visitors to be able to see whether I am online to talk or write with me without any registration. I have icq, msn messenger and I can install whatever. The site is built in PHP. Is there any software for this?
View Replies !
View Related
Messaging App Using Mysql?
I'm writing an internal messaging application. I'm making something that will allow users who are logged in to a system send and receive messages from other registered users. This is not sending email to external email systems. How do most people go about this? My gut feeling is that it's nothing more than a table in a mysql database. user ¦ recipient ¦ sent ¦ received ¦ date with updates sent whenever a user has an item in the received box. is it this simple? Curious to hear how others have gone about this. All my initial work looking into the subject turned up a lot of info about php's mail() function and not much else.
View Replies !
View Related
Messaging In My Chat
If anyone here would know how to redo the private messaging so that instead of showing up among the main screen messages and just not visible to other users. I would like to make them show up under all the messages on the main screen.
View Replies !
View Related
Instant Messaging And PHP
What would the best way be, to implemennt this in PHP? I could use popen or proc_open but do these functions allow the process to continue after a request is finished? How would I keep the socket open? Or should I use something like Simple AIM (CLI JAVA) to handle the connection, and let PHP pass commands to it. I'm looking for something as simple as possible.
View Replies !
View Related
Messaging System In PHP
I am trying to implement a private messaging system for a website, whereby members send, receive (even block) emails to/from each other. I am initially thinking of attempting to implement this in PHP with MYSQL. Basically i would like it to eventually look something like Sticky Mail but maybe with less functionality.
View Replies !
View Related
Private Messaging Module
Is there anyone that has developed an Instant Messenger using PHP and is it possible? Something where users online and logged on to the same site can send private messages that will open up in a popup box. Has this been done in PHP? If not can someone tell me what sort of logic will be used so I can proceed and put some code up together.
View Replies !
View Related
SMS - System Messaging Service
All users who came to this site may exchanging an sms (write message and send it to server, server sends it to the other user) Can u advice me the following steps: 1. How client knows when sms is arrives? 2. How i can create a new window and write a recieved text? 3. How i can store smses in the server side, if user offline in this moment.
View Replies !
View Related
Private Messaging System
I am trying to integrate a private messaging system into my current login system. all i need is a simple page where (from the admin CP) the admin can select out of all the users, send a PM with a subject. Then the users under the admin can only read and reply to the private message and delete. Each user (including administrators) would need to have their own inbox (and each admin would need compose and sent).
View Replies !
View Related
Embed SMS Wireless Messaging Into PHP Applications
I know wireless is a big topic these days, and combining wireless messaging and PHP is a great new advance. Our company, Simplewire, is involved in doing that. We've set up a free Developer Program where you guys can try out our PHP software which lets your application send wireless messages via SMS to cell phones and pagerws worldwide. You can join at URL and try it out.
View Replies !
View Related
How To Make A Private Messaging System, But It Uses Cookies?
found a tutorial on how to make a private messaging system, but it uses cookies, and I use sessions, and i'm pretty new to php and I dont know where my mistakes were. First off all the error im getting is when U click on inbox or new message, its supposed to bring up a page to compose or to my inbox but it just shows a page not found I dont understand why, and I though it might just be because of my updates but I tried with original coding and it still didnt work, So i though maybe it doesnt work because (my modified one) because I didnt modify it right. And the original one because I dont have cookies, but I dont know :-S Code:
View Replies !
View Related
|