Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Super useful PHP snippets you haven’t seen

Share this post!
 Vote this!


When working with PHP, it is very useful to have a “toolbox” of handy functions and code snippets that can save lots of time when needed. Today, I’m going to show you 10 super useful code snippets that you probably never heard of.

Text messaging with PHP using the TextMagic API

If for some reason, you need to send text messages to your clients cell phones, you should definitely have a look to TextMagic. They provide an easy API which allow you to send SMS to cell phones. Please note that the TextMagic service isn’t free.

The example below shows how easy it is to send a SMS to a cell phone using the TextMagic API:

More...

0 comments:

Post a Comment