I want to build a simple chat box using php and jquery.
use the data base to post and get messages between 2 users.
there will be no login on this site so i assume i will add 2 users to the data base.
first user being Admin
2nd being the Guest.
This is easy can knock this out in an hour I assume. here is what I am trying to accomplish by doing this.
I want to find a way to have the chat conversations when people contact me from the box on my website to be sent to me SMS. Does anyone know how to redirect a GET or POST to and SMS message and send it from the server?????
instant chat for customers
Moderators: egami, macek, gesf
-
- php-forum Fan User
- Posts: 973
- Joined: Mon Oct 01, 2012 12:32 pm
I haven't tried it yet, but i think http://code.google.com/p/textmagic-sms-api-php/ may be just what you're looking for.