<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033437" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033437</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/google-your-friend#comment-1194825</link>
    <description> &lt;p&gt;or not putting the php after the ?&amp;gt; when using a linux server which doesnt require it and then moving it to another server which does - just makes your heart sink &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Found it in the end though - took me all of oooooo over an hour &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/eyeroll.png&quot; title=&quot;Roll eyes&quot; alt=&quot;Roll eyes&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Mar 2006 18:23:37 +0000</pubDate>
 <dc:creator>Magnolia</dc:creator>
 <guid isPermaLink="false">comment 1194825 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/google-your-friend#comment-1194799</link>
    <description> &lt;p&gt;Good luck, with assignments they only usually cover the basics, but you are on the right track learning from the source.&lt;br /&gt;
If you do get stuck or don&#039;t understand just ask away, plenty of folks ready to offer friendly advice to help you out.&lt;/p&gt;
&lt;p&gt;Learning from your mistakes is good, finding that missing ; or &#039; or &quot; can cause nightmares but helps you to not do it again in a hurry lol&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Mar 2006 09:24:21 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194799 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/google-your-friend#comment-1194795</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: which will stop all email once you get your first thousand lol (yeah happened to me once, finally got them all disabled after getting 1700 emails)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I can see the error in the ways of this &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;This is an assignment for my course so it will never be used in real time.  I am a hobby user who is just creeping in at the very bottom with no knowledge apart from a little common sense - and I do mean a little &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;I will sit and work through your suggestions this weekend.  I know so little that at first glance it didnt mean a great deal but breaking it down and with the help of my friend google I will learn more and improve my scripting &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;Thanks again for your help and comments.&lt;/p&gt;
&lt;p&gt;Oh yes - next week we are moving onto MySQL :eek:&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Mar 2006 07:45:14 +0000</pubDate>
 <dc:creator>Magnolia</dc:creator>
 <guid isPermaLink="false">comment 1194795 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/google-your-friend#comment-1194771</link>
    <description> &lt;p&gt;_post = from a form internally&lt;br /&gt;
_get = from a form via url (?this=that&amp;amp;do=stuff)&lt;br /&gt;
_request = _get, _post, _session ...&lt;/p&gt;
&lt;p&gt;A good way to learn/use the mail function is contact form (of course), tell a friend, complain/advise/contact a seperate department depending on topic (use drop down list to choose who and with use of SWITCH change the subject, message and even autoreply message) ...&lt;/p&gt;
&lt;p&gt;Can also use it for database query faults (if(!$db) send mail), not advised to do this, but if you want to, set it up as a function and return the function on error, this way if the server or host is at fault you can disable the function, which will stop all email once you get your first thousand lol (yeah happened to me once, finally got them all disabled after getting 1700 emails)&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2006 21:42:09 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194771 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/google-your-friend#comment-1194757</link>
    <description> &lt;p&gt;Thanks Busy - I will look at _POST and see what it does.  I did  forget to say that the form has a validation script on it before the submit button will work.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2006 17:19:07 +0000</pubDate>
 <dc:creator>Magnolia</dc:creator>
 <guid isPermaLink="false">comment 1194757 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/google-your-friend#comment-1194703</link>
    <description> &lt;p&gt;Instead of _REQUEST use _POST, will stop BBC injections, also some validation on email address should be done for same reason.&lt;/p&gt;
&lt;p&gt;good on ya &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>Wed, 08 Mar 2006 09:19:02 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194703 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
