PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm trying an sms service that Ifound.
A company is recieving the sms from the user and send them to my web page and the number and text is added to my web page url: http://www.site.com/message_in.php?sms=test&nr=123
I want the number and sms to be added to my database, but my script won't add the info.
Can anyone see what's wrong in my script here?