<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019175" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019175</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114402</link>
    <description> &lt;p&gt;Mike,&lt;/p&gt;
&lt;p&gt;It looks like you had your database name and table name mixed up, that&#039;s what support fixed for you so you&#039;re able to connect. Are you 100% sure that the Alumni table has data in it?&lt;/p&gt;
&lt;p&gt;Maybe you should do a little more reading so you understand the basics a little better, check out this tutorial on webmonky: &lt;a href=&quot;http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html&quot; class=&quot;bb-url&quot;&gt;http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Sep 2002 22:22:05 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1114402 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114394</link>
    <description> &lt;p&gt;Here&#039;s the code I got from here (minus my password).  It gives me a database error (&lt;a href=&quot;http://www.pstvalumni.com/test2.php&quot; class=&quot;bb-url&quot;&gt;pstvalumni.com/test2.php&lt;/a&gt;)&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Connect to the database server &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$dbcnx &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= @&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_connect&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;localhost&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;pstvalu_director&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;PASSWORD&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;if (!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$dbcnx&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) { &lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;P&amp;gt;Unable to connect to the database server at this time.&amp;lt;/P&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;exit(); &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Select alumni database &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (! @&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_select_db&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;alumni&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) ) { &lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Unable to connect to the DB&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;} &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; Here are all alumni in our database:&lt;br /&gt;
&lt;BLOCKQUOTE&gt; &lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Request the listing &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT alumni FROM pstvalu_directory &quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) { &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Display the listing of all alumni in a paragraph &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;while (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$row &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_fetch_array&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) ) { &lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;P&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$row&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;alumni&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;lt;/P&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;} &lt;br /&gt;} else {&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;MySQL Error: &quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_error&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;/P&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;exit(); &lt;br /&gt;} &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt; 

&lt;p&gt;I contacted my host tech support to double check the names of my databases and they were nice enough to &quot;fix&quot; the code.  It gets rid of the errors but I still see no output.  (&lt;a href=&quot;http://www.pstvalumni.com/support.php&quot; class=&quot;bb-url&quot;&gt;pstvalumni.com/support.php&lt;/a&gt;)&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Connect to the database server &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$dbcnx &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= @&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_connect&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;localhost&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;pstvalu_director&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;PASSWORD&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;if (!&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$dbcnx&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) { &lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;P&amp;gt;Unable to connect to the database server at this time.&amp;lt;/P&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;exit(); &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Select alumni database &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (! @&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_select_db&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;pstvalu_directory&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) ) { &lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Unable to connect to the DB&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;} &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; Here are all alumni in our database:&lt;br /&gt;
&lt;BLOCKQUOTE&gt; &lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Request the listing &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT * FROM alumni&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) { &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// Display the listing of all alumni in a paragraph &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;while (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$row &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_fetch_array&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) ) { &lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;P&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$row&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;alumni&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;lt;/P&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;} &lt;br /&gt;} else {&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;MySQL Error: &quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_error&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;print &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;/P&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;exit(); &lt;br /&gt;} &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I see a few differences but I don&#039;t know enough to which is correct.  Other than giving me another suggestion to try out, can anybody also show me a working example of what this code is even supposed to look like (on somebody else&#039;s database), once it finally works?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Sep 2002 15:12:42 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1114394 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114336</link>
    <description> &lt;p&gt;Looks like it can&#039;t connect to the db. Is the db on the same server as your web? Are you connecting by machine name? Maybe try putting the IP number instead.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Sep 2002 06:24:20 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1114336 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114324</link>
    <description> &lt;p&gt;Dear nike_guy_man&lt;br /&gt;
Dear Peter J. Boettcher&lt;br /&gt;
Dear Abhishek Reddy&lt;/p&gt;
&lt;p&gt;Sorry for whatever was going on with my site.  Short answer was that my domain was hijacked and redirected by a company I never heard of before - but that&#039;s for another thread.  Basically I&#039;m back and I&#039;d like to revive this thread and hopefully get my database display worked out.  I&#039;d appreciate if you gave it another look (and if you&#039;re still seeing that &quot;coming soon&quot; screen, just wait another day for further DNS propgation back to my real website)&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Sep 2002 05:03:42 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1114324 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114024</link>
    <description> &lt;p&gt;I&#039;m getting a &#039;coming soon&#039; page...&lt;br /&gt;
If your server allows .shtml as PHP parsed... then that should have worked, but not a lot of servers allow that&lt;br /&gt;
There was your problem!&lt;/p&gt;
&lt;p&gt;Are you on an intranet where you are viewing this and it&#039;s working or what?&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Sep 2002 20:13:29 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1114024 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114018</link>
    <description> &lt;p&gt;Looks like you fixed your problem? I get a page listing a bunch of different links, no errors.&lt;/p&gt;
&lt;p&gt;Starting with  won&#039;t effect PHP, it is an inline language so it can be interspersed with html.&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Sep 2002 18:11:52 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1114018 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114010</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://pheonix.orcon.net.nz/pstv.jpg&quot; class=&quot;bb-url&quot;&gt;Is this what I&#039;m supposed to see?&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Sep 2002 14:49:33 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1114010 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1114005</link>
    <description> &lt;p&gt;I definitely have php.  I put in your code, nike_guy_man and it says php 4.2.2&lt;/p&gt;
&lt;p&gt;Peter, I changed the extention from .shtml to .php and now it doesn&#039;t list my code (ie. password).  But now it says no database.  I know there&#039;s a database with info on it because I can get to all of it thru phpMyAdmin.  Referring to the code above by nike_guy_man, that&#039;s exactly what I have in my php file except with the password changed.  To double check, &quot;pstvalu_directory&quot; is the mySQL database name (with a &quot;y&quot;), &quot;pstvalu_director&quot; is the mySQL username (without a &quot;y&quot;), and &quot;alumni&quot; is the name of the table that is inside the database &quot;pstvalu_directory&quot; &lt;/p&gt;
&lt;p&gt;Since it isn&#039;t listing code, here&#039;s my test link again:&lt;br /&gt;
&lt;a href=&quot;http://www.pstvalumni.com/test2.php&quot; class=&quot;bb-url&quot;&gt;pstvalumni.com/test2.php&lt;/a&gt;&lt;br /&gt;
And here&#039;s the php test that nike_guy_man suggested, which lists a whole lot of stuff I don&#039;t understand.&lt;br /&gt;
&lt;a href=&quot;http://www.pstvalumni.com/testphp.php&quot; class=&quot;bb-url&quot;&gt;pstvalumni.com/testphp.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;P.S.  Is it causing a problem that my .php file starts off with ...?&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Sep 2002 14:29:46 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1114005 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1113883</link>
    <description> &lt;p&gt;Sounds like you don&#039;t have PHP installed&lt;br /&gt;
try running&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;phpinfo&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Have you run PHP scripts before?&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Sep 2002 20:21:34 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1113883 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/so-now-what#comment-1113875</link>
    <description> &lt;p&gt;Mike,&lt;/p&gt;
&lt;p&gt;I&#039;m not a PHP expert but I think something is definitely wrong. The PHP code was showing up when I viewed the source of your page. Because of this I have removed the URL because your database credentials were exposed. PHP is a server-side language and should not show up on the client-side.&lt;/p&gt;
&lt;p&gt;Are you sure PHP is running on your server?&lt;br /&gt;
Does your table have data in it?&lt;br /&gt;
Is your SQL statement correct?&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Sep 2002 18:36:29 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1113875 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
