<?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>Karl Sheen Blog &#187; Php</title>
	<atom:link href="http://karlsheen.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlsheen.com</link>
	<description>Php, mysql and javascript outside the box</description>
	<lastBuildDate>Sat, 15 Oct 2011 06:04:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What is T_PAAMAYIM_NEKUDOTAYIM?</title>
		<link>http://karlsheen.com/php/what-is-t_paamayim_nekudotayim/</link>
		<comments>http://karlsheen.com/php/what-is-t_paamayim_nekudotayim/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:21:44 +0000</pubDate>
		<dc:creator>karlsheen</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://karlsheen.com/?p=79</guid>
		<description><![CDATA[It is a scope resolution operator that can be found in Php. Paamayim Nekudotayim in Hebrew means &#8220;twice colon&#8221; or &#8220;double colon&#8221;.]]></description>
		<wfw:commentRss>http://karlsheen.com/php/what-is-t_paamayim_nekudotayim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot upload in mac web server using php</title>
		<link>http://karlsheen.com/php/cannot-upload-in-mac-web-server-using-php/</link>
		<comments>http://karlsheen.com/php/cannot-upload-in-mac-web-server-using-php/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:25:01 +0000</pubDate>
		<dc:creator>karlsheen</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://karlsheen.com/?p=55</guid>
		<description><![CDATA[I bought a macbook last december 2009 and transfer my files from my windows laptop. After the the transfer, the first thing I did is to browse the projects that I&#8217;ve done. While browsing, I came across a page where in there is a file upload facility. Then I started to upload a file. While<a href="http://karlsheen.com/php/cannot-upload-in-mac-web-server-using-php/"> Read more...</a>]]></description>
		<wfw:commentRss>http://karlsheen.com/php/cannot-upload-in-mac-web-server-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql_num_rows() VS mysql_affected_rows()</title>
		<link>http://karlsheen.com/php/mysql_num_rows-vs-mysql_affected_rows/</link>
		<comments>http://karlsheen.com/php/mysql_num_rows-vs-mysql_affected_rows/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:59:57 +0000</pubDate>
		<dc:creator>karlsheen</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://karlsheen.com/?p=50</guid>
		<description><![CDATA[Whats is the difference between <span class="wpre">mysql_num_rows()</span> and <span class="wpre">mysql_affected_rows()</span>? <span class="wpre">mysql_num_rows()</span> is used together  with select statements while the <span class="wpre">mysql_affected_rows()</span> is used with update, delete and insert statements. 

An example of <span class="wpre">mysql_affected_rows()</span>.

<pre class="php" name="code">
$result = mysql_query( "INSERT INTO mysqltable VALUES( NULL, '$value' )" );
$rows = mysql_affected_rows();
// returns 1
</pre>]]></description>
		<wfw:commentRss>http://karlsheen.com/php/mysql_num_rows-vs-mysql_affected_rows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Variable Functions</title>
		<link>http://karlsheen.com/php/variable-functions/</link>
		<comments>http://karlsheen.com/php/variable-functions/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:10:10 +0000</pubDate>
		<dc:creator>karlsheen</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://karlsheen.com/?p=48</guid>
		<description><![CDATA[Using a variable to store the returned data of a function. Instead of typing multiple literal function names, just call the variable.

<pre class="php" name="code">
function what_is_my_country( $var ) {

	echo "My country is $var.";
	
}

$country = 'what_is_my_country';
$country('United States');
</pre>]]></description>
		<wfw:commentRss>http://karlsheen.com/php/variable-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 17/41 queries in 0.019 seconds using disk: basic
Object Caching 205/355 objects using disk: basic

Served from: karlsheen.com @ 2012-02-07 10:35:53 -->
