<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php mysql apache &#187; clickatell</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/category/clickatell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CakePHP &#8211; Clickatell api for sending sms</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 11:29:01 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[clickatell]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/</guid>
		<description><![CDATA[I use the clickatell api for sending sms with cakephp. All I did was to grab a php class for the clickatell api which is shown below:
PLAIN TEXT
PHP:




class sendsmsComponent extends Object


&#123;


&#160;


var $api_id = "your_clickatell_api_id";


var $user = "your_clickatell_username";


var $password = "you_clickatell_password";


var $use_ssl = false;


&#160;


/**


* Define SMS balance limit below class will not work


* @var integer


*/


var $balace_limit [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
