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?????


