<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012304" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012304</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-do-i-get-free-webhost-php-mysql#comment-1071167</link>
    <description> &lt;p&gt;you should start reading abour perl a little, because die/warn is one of debugging tools. Do you know what is strict?&lt;/p&gt;
 </description>
     <pubDate>Fri, 15 Sep 2000 07:29:43 +0000</pubDate>
 <dc:creator>gokhan</dc:creator>
 <guid isPermaLink="false">comment 1071167 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-do-i-get-free-webhost-php-mysql#comment-1071158</link>
    <description> &lt;p&gt;if (!$this)&lt;br /&gt;
  die(&quot;\$this doesn&#039;t exist&quot;);&lt;/p&gt;
&lt;p&gt;this will evaluate (see if $this doesn&#039;t exist).  If $this doesn&#039;t exist, it returns true, and executes the next statement (the next line here).&lt;/p&gt;
&lt;p&gt;The die() functoin simply prints the (&quot;string&quot;) and kills (stops) the script.&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Sep 2000 23:49:47 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1071158 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-do-i-get-free-webhost-php-mysql#comment-1071135</link>
    <description> &lt;p&gt;hey man.&lt;/p&gt;
&lt;p&gt;yeah i guess it was bad programming on my part. im still trying to grasp most of the basics of PHP and mySQL.&lt;/p&gt;
&lt;p&gt;thanks anyway.&lt;/p&gt;
&lt;p&gt;-= Edit =-&lt;/p&gt;
&lt;p&gt;Urr...what the hell is a DIE statement?&lt;/p&gt;
&lt;p&gt;&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;[Edited by Nightspirit on 09-14-2000 at 08:46 AM]&lt;/p&gt;
 </description>
     <pubDate>Thu, 14 Sep 2000 12:42:22 +0000</pubDate>
 <dc:creator>Nightspirit</dc:creator>
 <guid isPermaLink="false">comment 1071135 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-do-i-get-free-webhost-php-mysql#comment-1071032</link>
    <description> &lt;p&gt;post the code...&lt;br /&gt;
Then I can decifer it.&lt;/p&gt;
&lt;p&gt;my guess is that you are using $result wrong (duh, huh?)&lt;/p&gt;
&lt;p&gt;You need to use it like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$query = &amp;quot;SELECT * FROM tablename&amp;quot;;&lt;br /&gt;&lt;br /&gt;$result = mysql_query ($query);&lt;br /&gt;if (!$result)&lt;br /&gt;	die (&amp;quot;Query Error&amp;quot;);&lt;br /&gt;&lt;br /&gt;while ($MyStuff = mysql_fetch_array ($result)) {&lt;br /&gt;print $MyStuff[&amp;quot;fieldname&amp;quot;];&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;There are several different ways to print data from the $result.  This is just one of them (probably not the one you need either).  Anyway, if you can, post the code.&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Sep 2000 06:08:00 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1071032 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
