<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021389" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021389</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1132013</link>
    <description> &lt;p&gt;i use perl but only for server admin script i dont like the security implication of cgi. PHP is in concept a lot mor like asp then perl the perl syntax is quite a challenge when you start.&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 May 2003 22:29:41 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1132013 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131951</link>
    <description> &lt;p&gt;Postgre??? I didn&#039;t even know its out of beta yet &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 May 2003 23:41:56 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1131951 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131946</link>
    <description> &lt;p&gt;If you&#039;re after a serious open source database then I would chip in and say stay well clear from MySQL, too. I&#039;d recommend Postrgesql anyday over MySQL for a very large project. Esepcially if that project will be interacting with the database in both direction, i.e. not just simply retrieving data with SELECTs all the time. That&#039;s one thing MySQL is suprisingly fast at.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 May 2003 21:58:23 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1131946 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131941</link>
    <description> &lt;p&gt;druagord, have you gotten into Perl at all?  I&#039;m curious how an ASP guy compares the transition process for PHP and Perl.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 May 2003 21:25:50 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1131941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131929</link>
    <description> &lt;p&gt;Since i used to be an asp guy too. Let me say first that every time somebody as ask me to use access as a db i add to change to sql server after 1 or 2 weeks of live service. access get very very very slow when there are more then 2 or 3 connections &lt;/p&gt;
&lt;p&gt;second now i&#039;m on php. with mysql books and software are free on there respective web site and support is easily available from forums like this one. Never will i work on MS again.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 May 2003 16:28:12 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1131929 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131919</link>
    <description> &lt;p&gt;Not only that but an access database corrupts very easily.  It tends to happen once it has too many connections at once.  You could make the connections using some sort of Locking function with an algorithm like this:&lt;/p&gt;
&lt;p&gt;Gain independant access and lock db&lt;br /&gt;
 write and read to db&lt;br /&gt;
Unlock db for other connections to use&lt;/p&gt;
&lt;p&gt;But again that will reduce speeds.  If you are an ASP guy then think about Access and how it is an actual file. Well Mysql is actually a server in itself. This means that php can have multiple connects at once without the database being corrupted or slowed significantly.  Its basically SQL Server for Unix (minus a few things I think).&lt;/p&gt;
&lt;p&gt;Hightly recommend php/mysql. If you need sites to learn from then just ask because I think most people here are self taught.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 May 2003 09:33:32 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1131919 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131914</link>
    <description> &lt;p&gt;Sorry... i just assumed it was apache on a unix platform. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; (why anyone would want to use NT is beyond me!)&lt;/p&gt;
&lt;p&gt;Anyways... Access sucks, its bloated and was never designed for use on the web, MySQL is tons faster and was designed with the web in mind.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 May 2003 08:15:14 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1131914 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131885</link>
    <description> &lt;p&gt;If this is a serious project that needs to be scalable, let&#039;s hope that he&#039;s not using Access. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Coming from ASP, I think you&#039;ll find PHP easier to adjust to.  Everything has a familiar function syntax.  Whereas Perl has a few unique syntax functions (ie: $this=~/from/to/i; ).&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 17:15:02 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1131885 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131882</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by andy206uk &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;If you plan to use apache then access is out of the question as thats an NT technology.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Why? He didnd&#039;t specify that the web server and the database server are on the same machine. And if this is a serious project that needs to be scalable let&#039;s hope that they are indeed on seperate machines.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 May 2003 16:35:19 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1131882 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-or-php-apache-web-server#comment-1131815</link>
    <description> &lt;p&gt;If you plan to use apache then access is out of the question as thats an NT technology.&lt;/p&gt;
&lt;p&gt;Personally I&#039;d reccomend using PHP for your scripts and MySQL for your database. Why? cos they&#039;re free, fast and fairly easy to learn. (plus PHP has a bunch of functions built in for connecting to MySQL databases which will vastly speed up your development time!)&lt;/p&gt;
&lt;p&gt;As an ASP programmer I don&#039;t know how easy you&#039;ll find the switch but I&#039;ve never used ASP so I can&#039;t really tell you.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 May 2003 18:12:35 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1131815 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
