<?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>Tutoriale na okrągło &#187; Php Tutorial</title>
	<atom:link href="http://www.blog.tutor24.info/tag/php-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.tutor24.info</link>
	<description>blog na WordPress'ie</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:31:28 +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>PHP Tutorial // User Registration w/ SQL</title>
		<link>http://www.blog.tutor24.info/php-tutorial-user-registration-w-sql/</link>
		<comments>http://www.blog.tutor24.info/php-tutorial-user-registration-w-sql/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 05:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Auto Increment]]></category>
		<category><![CDATA[Easy Php]]></category>
		<category><![CDATA[Php Tutorial]]></category>
		<category><![CDATA[Phpmyadmin]]></category>
		<category><![CDATA[Source Codes]]></category>
		<category><![CDATA[Tutorial Sql]]></category>
		<category><![CDATA[Varchar]]></category>

		<guid isPermaLink="false">http://www.blog.tutor24.info/php-tutorial-user-registration-w-sql/</guid>
		<description><![CDATA[lifeg0eson666 asked: 

PLEASE CHECK OUT THE SECOND VIDEO OF THIS
A quick and easy user registration using php, sql and phpmyadmin.
For full size and source codes: http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(20) NOT NULL default &#8221;,
`password` varchar(50) NOT NULL default &#8221;,
`email` varchar(40) NOT NULL default &#8221;,
`ip` varchar(20) NOT NULL default &#8221;,
PRIMARY KEY [...]]]></description>
			<content:encoded><![CDATA[<div><em><strong>lifeg0eson666</strong> asked: </em></p>
<div class="cc_video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/OQ14NjbEXJM&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/OQ14NjbEXJM&amp;hl=en" wmode="transparent"></embed></object></div>
<p>PLEASE CHECK OUT THE SECOND VIDEO OF THIS</p>
<p>A quick and easy user registration using php, sql and phpmyadmin.</p>
<p>For full size and source codes: http://www.neoblob.com/phpsquad/tuts/php/1/</p>
<p>SQL:<br />
CREATE TABLE `user` (<br />
`id` int(10) unsigned NOT NULL auto_increment,<br />
`username` varchar(20) NOT NULL default &#8221;,<br />
`password` varchar(50) NOT NULL default &#8221;,<br />
`email` varchar(40) NOT NULL default &#8221;,<br />
`ip` varchar(20) NOT NULL default &#8221;,<br />
PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 <a href="http://mycaffeinatedcontent.com"></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tutor24.info/php-tutorial-user-registration-w-sql/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial: Installation and The Basics</title>
		<link>http://www.blog.tutor24.info/php-tutorial-installation-and-the-basics/</link>
		<comments>http://www.blog.tutor24.info/php-tutorial-installation-and-the-basics/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 20:47:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Foo]]></category>
		<category><![CDATA[Free Php]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Htdocs Folder]]></category>
		<category><![CDATA[Http Www Google Com]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Php Apache]]></category>
		<category><![CDATA[Php Tutorial]]></category>
		<category><![CDATA[Php Tutorials]]></category>
		<category><![CDATA[Scintilla]]></category>
		<category><![CDATA[Text Editors]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Xampp]]></category>

		<guid isPermaLink="false">http://www.blog.tutor24.info/php-tutorial-installation-and-the-basics/</guid>
		<description><![CDATA[jimmyrcom asked: 

To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)
1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp.html
2. on windows go to C:\xampp
it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going [...]]]></description>
			<content:encoded><![CDATA[<div><em><strong>jimmyrcom</strong> asked: </em></p>
<div class="cc_video"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/afgyNp5HueQ&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/afgyNp5HueQ&amp;hl=en" wmode="transparent"></embed></object></div>
<p>To get php and apache installed use xampp.<br />
xampp is free and contains php / apache (around 33mb)</p>
<p>1. Download and Install XAMPP from here:<br />
http://www.apachefriends.org/en/xampp.html</p>
<p>2. on windows go to C:\xampp</p>
<p>it should have a folder called htdocs. If you put a file called foo.html<br />
into the htdocs folder you should be able to access it by going to<br />
http://localhost/foo.html or /foo.php.</p>
<p>There&#8217;s also something called WAMP<br />
http://www.wampserver.com/en/</p>
<p>There&#8217;s a lot of php tutorials out there just search google<br />
http://www.google.com/search?hl=enr&amp;q=php%20tutorial</p>
<p>Request tutorials here<br />
http://youtube.jimmyr.com/<br />
More PHP TUtorials here<br />
http://killerphp.com/</p>
<p>Some people have recommended other editors<br />
http://www.scintilla.org/SciTE.html<br />
http://www.pspad.com/<br />
http://en.wikipedia.org/wiki/Comparison_of_text_editors<br />
http://www.context.cx/</p>
<p>%%programmin<a href="http://mycaffeinatedcontent.com"></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tutor24.info/php-tutorial-installation-and-the-basics/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
