<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035532" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035532</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1206139</link>
    <description> &lt;p&gt;Do a search for &#039;PHP School&#039; (no quotes) i&#039;ve lost the link, but is a good site (use the bits at the bottom and ignore the adult content links) teaches PHP/MYSQL with homework, the courses are oldish and do miss a bit but with books and other sites can be more than enough to get you going.&lt;br /&gt;
The good thing with server side is it either works or it doesn&#039;t and there are so many ways to do things.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2006 22:38:22 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1206139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1206124</link>
    <description> &lt;p&gt;I took an undergraduate course in Fortran back when computers filled rooms and some still used vacuum tubes.  Programming is mostly a way of thinking.  You must be logical and understand that that the stupid machine will do exactly what you told it to do, not what you thought you told it to do.  If you can break a task into a series of simple steps, you can program.&lt;/p&gt;
&lt;p&gt;I taught myself to program in assembly, PLM, Pascal, C, Perl, PHP and Javascript when I needed to use them.  You may need to read and follow a book on your first programming attempt.  Later you will need a good reference book where you can find the syntax, structure and available tools (built in functions and features) of your programming language.  I find that online guides and help files are useful to refresh your memory, but a good comprehensive text is really needed to understand the detail you will need to program effectively.  I don&amp;#8217;t think that I have ever read and followed a programming text book, but it seams that I am on the verge of wearing out the index pages of several of these books.&lt;/p&gt;
&lt;p&gt;Where do you find good programming books?  Go to your library and check them out.  Or better yet go online and have them reserved for you at the library.  Check out as many as you can and try them out.  If you find one or two that you really like buy the latest version for your library.  I tend to like the O&amp;#8217;Riley publications and many books with the word bible in the title.  You will be the best judge,&lt;/p&gt;
&lt;p&gt;The next thing you need to do start with a small code segment and execute, execute, execute.  You will make a lot of mistakes simply make a change and try again.  If your error messages are cryptic and hard to understand you may need change your compiler or interpreter for one with better error reporting.  Use an old programming trick to help debug your code.  Use print statements to display the variables and branches that your code is taking.  Even the fact that one print statement works and the next fails helps you locate your mistakes.  When the error is corrected remove or comment out the extra print statements that you added. &lt;/p&gt;
&lt;p&gt;PHP has become one of my favorite languages because it displays the line number of your mistake when it fails to execute.  All you need to write HTML and PHP is a website and a text editor which displays line numbers.  There are a number of free ones available.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2006 18:22:46 +0000</pubDate>
 <dc:creator>dataman</dc:creator>
 <guid isPermaLink="false">comment 1206124 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1206052</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dani190 wrote:&lt;/strong&gt; lol ya, like me with other programming languages&lt;/p&gt;
&lt;p&gt;Well i know html and css, is it a lot harder?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;yea, but atleast you have a foundation and understand that the code has to be percise or else it wont give you the desired result.&lt;/p&gt;
&lt;p&gt;books are good, buts its even better if you know someone who can tutor you.&lt;/p&gt;
&lt;p&gt;i kinda taught myself php and mysql.  i had 2 friends who could help me, but i would go to hotscripts.com and study the code to determine how things worked and what did what.&lt;/p&gt;
&lt;p&gt;also have formal training in other languages helps like BASIC, C++, C# or J#.&lt;/p&gt;
&lt;p&gt;-drew&lt;br /&gt;
:jump:&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Aug 2006 22:12:11 +0000</pubDate>
 <dc:creator>sublimer</dc:creator>
 <guid isPermaLink="false">comment 1206052 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205590</link>
    <description> &lt;p&gt;I haven&#039;t used a single book yet. I started with very basic tutorials that I found on the net, and then I moved into the official manual once I was comfortable moving on. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2006 12:31:38 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1205590 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205580</link>
    <description> &lt;p&gt;I tried a couple of books. I finally learned when I read &quot;PHP and MySQL for Dynamic Websites 2nd edition by Larry Ullman&quot; (&lt;a href=&quot;http://www.dmcinsights.com/phpmysql2/&quot; class=&quot;bb-url&quot;&gt;http://www.dmcinsights.com/phpmysql2/&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;It really is a good book.&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2006 07:17:05 +0000</pubDate>
 <dc:creator>cpellizzi</dc:creator>
 <guid isPermaLink="false">comment 1205580 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205578</link>
    <description> &lt;p&gt;O&#039;reilly books are good for programming in php/perl.&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2006 06:49:38 +0000</pubDate>
 <dc:creator>designer</dc:creator>
 <guid isPermaLink="false">comment 1205578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205569</link>
    <description> &lt;p&gt;HTML and CSS are not considered programming languages (by the strickest definition), rather they are markup languages (which contain no logic - namely: sequential, conditional and iterative control structures).  If you do not have previous experience with programming logic, then this may be something that takes a little work to wrap your head around.&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2006 05:39:19 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1205569 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205565</link>
    <description> &lt;p&gt;yep a little harder if you dont have programming background with at least pascal or basic... I have several prog background but I had to get a book to at least get my PHP basics right...&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2006 03:20:34 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1205565 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205529</link>
    <description> &lt;p&gt;lol ya, like me with other programming languages&lt;/p&gt;
&lt;p&gt;Well i know html and css, is it a lot harder?&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Aug 2006 13:58:02 +0000</pubDate>
 <dc:creator>dani190</dc:creator>
 <guid isPermaLink="false">comment 1205529 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/learning-php-0#comment-1205527</link>
    <description> &lt;p&gt;I did pretty much the same as Andyk, including the move from Perl to PHP. However, I still haven&#039;t bothered to pick up a book, as I just haven&#039;t had time to go through one in detail. I&#039;ve just checked online when I needed to know how to do something specific.&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Aug 2006 13:05:43 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1205527 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
