<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PHP Basics</title>
	<atom:link href="http://mgeisler.net/php-tutorial/php-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://mgeisler.net</link>
	<description>Adventures with Computers</description>
	<pubDate>Thu, 21 Aug 2008 18:25:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-bleeding</generator>
		<item>
		<title>By: tokz</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-196421</link>
		<dc:creator>tokz</dc:creator>
		<pubDate>Mon, 05 May 2008 03:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-196421</guid>
		<description>&lt;p&gt;nice..informative..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nice..informative..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-104120</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Wed, 11 Jul 2007 06:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-104120</guid>
		<description>&lt;p&gt;Good work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Declan</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-84840</link>
		<dc:creator>Declan</dc:creator>
		<pubDate>Sat, 26 May 2007 21:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-84840</guid>
		<description>&lt;p&gt;The hello world example is a necessary evil, I'm afraid.
It is useful in that if used or seen one before, you can compare and contrast, while getting a good look at the syntax.&lt;/p&gt;

&lt;p&gt;To all visitors here completely new to PHP, can I recommend a program called XAMPP. Install, it and go to (for this example)&lt;/p&gt;

&lt;p&gt;http://localhost/whatever_the_filename_is_called.php in your browser&lt;/p&gt;

&lt;p&gt;You should now have said hello to the world. If it is polite, it will greet you back!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The hello world example is a necessary evil, I&#8217;m afraid.<br />
It is useful in that if used or seen one before, you can compare and contrast, while getting a good look at the syntax.</p>
<p>To all visitors here completely new to PHP, can I recommend a program called XAMPP. Install, it and go to (for this example)</p>
<p><a href="http://localhost/whatever_the_filename_is_called.php" rel="nofollow">http://localhost/whatever_the_filename_is_called.php</a> in your browser</p>
<p>You should now have said hello to the world. If it is polite, it will greet you back!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-30851</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Dec 2006 00:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-30851</guid>
		<description>&lt;p&gt;I thought the Hello World Comment was the first thing people want to get rid of..
:)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I thought the Hello World Comment was the first thing people want to get rid of..<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasir</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-616</link>
		<dc:creator>Nasir</dc:creator>
		<pubDate>Wed, 12 Oct 2005 19:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-616</guid>
		<description>&lt;p&gt;i have al little success so far and thats i installed php and now scripts are working but im stuck again when i tried to copy a code froma book. situation is that i am using an HTML form and displaying its textbox value using PHP script. for example if textbox name is "name" then i am using in php&lt;/p&gt;

&lt;p&gt;echo $name;&lt;/p&gt;

&lt;p&gt;but the variable value is displayed only in address bar not where i want it to be print.&lt;/p&gt;

&lt;p&gt;//code Starts


&lt;/p&gt;

&lt;p&gt;This is my personal Web Page&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Enter Your  Name Below&lt;/p&gt;

&lt;p&gt;
    
    


Welcome:




//code Ends&lt;/p&gt;

&lt;p&gt;Nasir&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i have al little success so far and thats i installed php and now scripts are working but im stuck again when i tried to copy a code froma book. situation is that i am using an HTML form and displaying its textbox value using PHP script. for example if textbox name is &#8220;name&#8221; then i am using in php</p>
<p>echo $name;</p>
<p>but the variable value is displayed only in address bar not where i want it to be print.</p>
<p>//code Starts</p>
<p>This is my personal Web Page</p>
</p>
<p>Enter Your  Name Below</p>
<p>Welcome:</p>
<p>//code Ends</p>
<p>Nasir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-612</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Mon, 10 Oct 2005 21:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-612</guid>
		<description>&lt;p&gt;Disclamer: I haven't used Win98 in a &lt;em&gt;very&lt;/em&gt; long time and I never played with the PWS (Personal WebServer?)...  I use Linux exclusively now.&lt;/p&gt;

&lt;p&gt;But when you describe opening the file using "Open with..." in IE then remember that you cannot open it as a file from your C drive, you have to open it as &lt;code&gt;http://localhost/file.php&lt;/code&gt; or something like that.  If you just open it from your C drive then no PHP will be executed, as you've seen.&lt;/p&gt;

&lt;p&gt;So first make sure that the PWS is working meaning that you can access files on it using an URL of the form &lt;code&gt;http://...&lt;/code&gt;.  Then &lt;a href="http://www.php.net/downloads.php" rel="nofollow"&gt;download&lt;/a&gt; and install PHP.  It says on the page that the Windows installer will automatically configure lots of different webservers, including PWS.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Disclamer: I haven&#8217;t used Win98 in a <em>very</em> long time and I never played with the PWS (Personal WebServer?)&#8230;  I use Linux exclusively now.</p>
<p>But when you describe opening the file using &#8220;Open with&#8230;&#8221; in IE then remember that you cannot open it as a file from your C drive, you have to open it as <code><a href="http://localhost/file.php" rel="nofollow">http://localhost/file.php</a></code> or something like that.  If you just open it from your C drive then no PHP will be executed, as you&#8217;ve seen.</p>
<p>So first make sure that the PWS is working meaning that you can access files on it using an URL of the form <code><a href="http://.." rel="nofollow">http://..</a>.</code>.  Then <a href="http://www.php.net/downloads.php" rel="nofollow">download</a> and install PHP.  It says on the page that the Windows installer will automatically configure lots of different webservers, including PWS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-611</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Mon, 10 Oct 2005 21:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-611</guid>
		<description>&lt;p&gt;:-) That's some nice memories to have of Denmark...  Oh and thanks for the good luck to my exams!  I had my second exam today and it went very well.  The next and final one is on Friday.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>:-) That&#8217;s some nice memories to have of Denmark&#8230;  Oh and thanks for the good luck to my exams!  I had my second exam today and it went very well.  The next and final one is on Friday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasir</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-610</link>
		<dc:creator>Nasir</dc:creator>
		<pubDate>Mon, 10 Oct 2005 18:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-610</guid>
		<description>&lt;p&gt;hi Geisler&lt;/p&gt;

&lt;p&gt;its pleasure to know that u r from denmark. i also lived for four years in denmark but a long long time ago when i was a little kid in Copenhagen with my father. first of my memories are from denmark. but when i was only 7 we came back home. but only thing i can remember very cleary is the snow all around our house in winter. but here in my home its quite hot,humid,dusty and what not. wish you good luck in you exams.
Nasir&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi Geisler</p>
<p>its pleasure to know that u r from denmark. i also lived for four years in denmark but a long long time ago when i was a little kid in Copenhagen with my father. first of my memories are from denmark. but when i was only 7 we came back home. but only thing i can remember very cleary is the snow all around our house in winter. but here in my home its quite hot,humid,dusty and what not. wish you good luck in you exams.<br />
Nasir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasir</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-609</link>
		<dc:creator>Nasir</dc:creator>
		<pubDate>Mon, 10 Oct 2005 16:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-609</guid>
		<description>&lt;p&gt;please tell me how to upload my script to web server (pws windows 98) and how to load it in my web browser.I am saving my scrip as .php and all the possible settings are in place including registry and php.ini but nothing is working. when i check type of file in properties of the file it says php script but the file icon is not changed to that of Internet Explorer. but when i open the file with open with... option in IE the script portion doesnt work only html portions works. pleas help&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>please tell me how to upload my script to web server (pws windows 98) and how to load it in my web browser.I am saving my scrip as .php and all the possible settings are in place including registry and php.ini but nothing is working. when i check type of file in properties of the file it says php script but the file icon is not changed to that of Internet Explorer. but when i open the file with open with&#8230; option in IE the script portion doesnt work only html portions works. pleas help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Geisler</title>
		<link>http://mgeisler.net/php-tutorial/php-basics/#comment-604</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Thu, 06 Oct 2005 18:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://mgeisler.net/php-tutorial/php-basics/#comment-604</guid>
		<description>&lt;p&gt;I don't know what the problem is --- have you pasted the code directly as shown into a file? Call the file &lt;code&gt;hello.php&lt;/code&gt; and upload it.  Then tell me exactly what you see when you load the page in your browser.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what the problem is &#8212; have you pasted the code directly as shown into a file? Call the file <code>hello.php</code> and upload it.  Then tell me exactly what you see when you load the page in your browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
