<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028291" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028291</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/lot-php-questions#comment-1166840</link>
    <description> &lt;p&gt;There are lots of good tutorials. Even if something doesn&#039;t even remotely apply to something you are doing, it&#039;ll give you a good idea of syntax, and the process you go through when writing the code. The place I started was &lt;a href=&quot;http://webmonkey.wired.com/webmonkey/programming/php/&quot; class=&quot;bb-url&quot;&gt;Webmonkey&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Feb 2005 18:52:33 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1166840 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/lot-php-questions#comment-1166831</link>
    <description> &lt;p&gt;Abhishek&#039;s reply says about all I would say, and I most certainly agree with the suggestion of writing scripts as the best way to master it. I have been working with PHP for about 4-5 years now, and there are still new things I learn every week (especially now that about 90% of my work is programming PHP). &lt;/p&gt;
&lt;p&gt;I guess it really depends on the person, but I love the PHP manual. I sometimes go in there looking for functions I have never used and read about them, and several times have come away with new and/or better ways to do things I did another way before.&lt;/p&gt;
&lt;p&gt;As for the size of the download of mySQL, if you are really insterested in learning it, it is well worth the time to download. Learning a language (like anything) requires a commitment of your time to dedicate to it. (and in the case of downloading a file, you can do other things during this time).&lt;/p&gt;
&lt;p&gt;With so many systems now coming with a cd burner standard, maybe find a friend with a faster connection and ask them to download it and burn it to CD for you. &lt;/p&gt;
&lt;p&gt;Abhishek: thank you for the link on the PEAR standard. I had never seen that before. &lt;/p&gt;
&lt;p&gt;Consistant code formatting is essential in debugging! On this forum and one stictly for php i go to, I see people post some of the most messed up code asking for help. The first thing I do is copy it into an editor and clean up the formatting. Makes a BIG difference. &lt;/p&gt;
&lt;p&gt;As Abhishek said, comment your code! you may write soemthing today that 3 months from now you find you want to modify, and you can spend twice as much time if you don&#039;t know what you were thinking when you wrote it!&lt;/p&gt;
&lt;p&gt;I wish you well on your road to programming! It can be fun and addicting! &lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Feb 2005 18:01:56 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1166831 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/lot-php-questions#comment-1166827</link>
    <description> &lt;p&gt;1 and 2:&lt;br /&gt;
preg, ereg and Apache&#039;s Rewrite utilise &lt;a href=&quot;http://directory.google.com/Top/Computers/Programming/Languages/Regular_Expressions/FAQs,_Help,_and_Tutorials/&quot; class=&quot;bb-url&quot;&gt;regular expressions&lt;/a&gt; (the [0-9] stuff). The difference is &lt;a href=&quot;http://www.regular-expressions.info/tutorial.html&quot; class=&quot;bb-url&quot;&gt;preg&lt;/a&gt; uses &lt;a href=&quot;http://www.sunsite.ualberta.ca/Documentation/Misc/perl-5.6.1/pod/perlretut.html&quot; class=&quot;bb-url&quot;&gt;Perl regular expressions&lt;/a&gt;, whereas &lt;a href=&quot;http://nz.php.net/manual/en/ref.regex.php&quot; class=&quot;bb-url&quot;&gt;ereg&lt;/a&gt; uses &lt;a href=&quot;http://www.crazygrrl.com/weav/regex.php3&quot; class=&quot;bb-url&quot;&gt;POSIX-Extended regular expressions&lt;/a&gt;. My guess is &lt;a href=&quot;http://www.sitepoint.com/article/guide-url-rewriting&quot; class=&quot;bb-url&quot;&gt;Apache Rewrite (mod_rewrite)&lt;/a&gt; uses POSIX regex (which may or may not be Extended) or similar.&lt;/p&gt;
&lt;p&gt;3:&lt;br /&gt;
That particular line doesn&#039;t make much sense. You&#039;re obviously supposed to replace &quot;//some string here&quot; with some relevant string -- hard to say what exactly that should be without knowing the context of the example. The $foo-&amp;gt;bar syntax is used to access methods and variables (members) within an initialised &lt;a href=&quot;http://www.php.net/manual/en/language.oop5.php&quot; class=&quot;bb-url&quot;&gt;class/object&lt;/a&gt;. In my example, class Foo, member bar; in yours, class Sample1, member &quot;some string&quot;.&lt;/p&gt;
&lt;p&gt;4 and 5:&lt;br /&gt;
Write scripts, &lt;strong&gt;refer to the manual constantly, and read its user comments&lt;/strong&gt;. Google for tutorials -- there are too many to link. But I&#039;ll mention Kevin Yank&#039;s &lt;a href=&quot;http://www.sitepoint.com/article/php-mysql-tutorial&quot; class=&quot;bb-url&quot;&gt;series on PHP and MySQL&lt;/a&gt; as they are a nice intro to working with both.&lt;/p&gt;
&lt;p&gt;6:&lt;br /&gt;
Well there is &lt;a href=&quot;http://www.sqlite.org/&quot; class=&quot;bb-url&quot;&gt;SQLite&lt;/a&gt;, but I doubt that&#039;s what you&#039;re looking for. I&#039;m afraid most net-based software distributors use at least 56k or higher as their lowest client bandwidth consideration, so 29mb is acceptable. As general advice, it might be an idea to get a better connection if you&#039;re planning on working the web.&lt;/p&gt;
&lt;p&gt;There are standalone apps offered by MySQL for administration:&lt;br /&gt;
&lt;a href=&quot;http://www.mysql.com/products/administrator/&quot; class=&quot;bb-url&quot;&gt;Administrator&lt;/a&gt; - &lt;a href=&quot;http://dev.mysql.com/downloads/administrator/1.0.html&quot; class=&quot;bb-url&quot;&gt;download&lt;/a&gt;&lt;br /&gt;
   &lt;a href=&quot;http://www.mysql.com/products/query-browser/&quot; class=&quot;bb-url&quot;&gt;Query Browser&lt;/a&gt; - &lt;a href=&quot;http://dev.mysql.com/downloads/query-browser/1.1.html&quot; class=&quot;bb-url&quot;&gt;download&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another one 1:&lt;br /&gt;
You want to know how to make your code readable, or your script&#039;s output readable? Develop and use a reasonable code style (be consistent!) if you want to keep code readable, perhaps stick to the &lt;a href=&quot;http://pear.php.net/manual/en/standards.php&quot; class=&quot;bb-url&quot;&gt;PEAR standard&lt;/a&gt;. And properly comment your code -- this is very important. If you want your output to be more readable, that&#039;s a matter of styling it with XHTML and CSS.&lt;/p&gt;
&lt;p&gt;Another one 2:&lt;br /&gt;
Sorry, this makes no sense. What&#039;s precisely is your question regarding those functions?&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Feb 2005 15:51:55 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1166827 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
