<?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>ITPlay &#187; mysql</title>
	<atom:link href="http://steveaquillano.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://steveaquillano.com</link>
	<description>Work can be fun. Is it still work?</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:37:10 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Equipment Room SMS Rental System</title>
		<link>http://steveaquillano.com/2010/02/equipment-room-sms-rental-system/</link>
		<comments>http://steveaquillano.com/2010/02/equipment-room-sms-rental-system/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:12:28 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Communications Lab]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://steveaquillano.com/?p=278</guid>
		<description><![CDATA[In the first step of many, I have a basic SMS rental system functioning.
To test the system text the following to 41-411:
itper checkout A1534
This follows the syntax required by the TextMarks.com service of using the 41411 shortcode for their system, followed by my registered keyword &#8220;itper&#8221; followed by an internal keyword (either &#8220;checkout&#8221; or &#8220;return&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>In the first step of many, I have a basic SMS rental system functioning.</p>
<p>To test the system text the following to <strong>41-411</strong>:<br />
<code>itper checkout A1534</code></p>
<p>This follows the syntax required by the TextMarks.com service of using the 41411 shortcode for their system, followed by my registered keyword &#8220;itper&#8221; followed by an internal keyword (either &#8220;checkout&#8221; or &#8220;return&#8221; and finally the serial number identifying the equipment you are checking out.</p>
<p><strong>How does this work?</strong><br />
The TextMarks.com service allows a text sent by anyone with the above syntax to ping a custom PHP page I&#8217;ve coded. The custom page records the sender&#8217;s phone number, text message, and timestamps the record as well. Then the script can recognize whether or not you&#8217;ve entered &#8220;checkout&#8221; or &#8220;return&#8221; and it sends a confirmation back to the sender.</p>
<p><strong>How to make it better?</strong><br />
I&#8217;m going to continue developing this system to improve my PHP and mySQL skills. As a result of texting the &#8220;checkout&#8221; or &#8220;return&#8221; commands I would like a record in a separate database table to keep track of who has each piece of equipment checked out, as well as when it is due back. The due back date should then be sent with the confirmation after a ITP student checks out a piece of equipment.</p>
<p><img src="http://steveaquillano.com/blog/wp-content/uploads/2010/02/itper_simulator01.png" alt="" title="itper_simulator01" width="210" height="301" class="alignleft size-full wp-image-283" /><img src="http://steveaquillano.com/blog/wp-content/uploads/2010/02/itper_simulator02.png" alt="" title="itper_simulator02" width="209" height="299" class="alignright size-full wp-image-284" /></p>
<p style="clear:both;">
]]></content:encoded>
			<wfw:commentRss>http://steveaquillano.com/2010/02/equipment-room-sms-rental-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
