<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026403" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026403</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-php-mysql#comment-1159256</link>
    <description> &lt;p&gt;I assumed mysql was installed, sorry&lt;/p&gt;
&lt;p&gt;you can do a search on your pc for mysql (should be a folder) or run php info() file to see whats installed&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Sep 2004 10:26:27 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1159256 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-php-mysql#comment-1159243</link>
    <description> &lt;p&gt;I think Greg is on the right track. The MySQL modules are probably not installed -- it happened to me recently too. Iirc, that was the same error I got. &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, 22 Sep 2004 04:30:34 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1159243 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-php-mysql#comment-1159238</link>
    <description> &lt;p&gt;But would just missing the password casue it to say it was an &quot;undefined function mysql_connect()&quot; ?&lt;/p&gt;
&lt;p&gt;Also just checked &lt;a href=&quot;http://us2.php.net/manual/en/function.mysql-connect.php&quot; class=&quot;bb-url&quot;&gt;http://us2.php.net/manual/en/function.mysql-connect.php&lt;/a&gt; and found the following:&lt;br /&gt;
&lt;strong&gt;mysql_connect() establishes a connection to a MySQL server. The following defaults are assumed for missing optional parameters: server = &#039;localhost:3306&#039;, username = name of the user that owns the server process and password = empty password. &lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;Maybe PHP isn&#039;t set up on the server to use mysql? Does the install default to including these? or maybe need soemthing set in a php config file?&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Sep 2004 23:54:49 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1159238 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/need-help-php-mysql#comment-1159202</link>
    <description> &lt;p&gt;missing password&lt;br /&gt;
mysql_connect(&quot;localhost&quot;,&quot;root&quot;,&quot;password&quot;);&lt;br /&gt;
if no password just leave the quotes&lt;/p&gt;
&lt;p&gt;sessions:&lt;br /&gt;
you start a session, assign it a value and call it whenever&lt;/p&gt;
&lt;p&gt;// very top of page&lt;br /&gt;
	session_start();&lt;/p&gt;
&lt;p&gt;// anywhere in page&lt;br /&gt;
       $_SESSION[&quot;My_Session&quot;] = &quot;my session value&quot;;&lt;/p&gt;
&lt;p&gt;// anywhere in page&lt;br /&gt;
echo &quot;My session has the value: &quot;.$_SESSION[My_Session];&lt;/p&gt;
&lt;p&gt;Starting a session after anything printed to the screen will show a &quot;headers already sent&quot; error.&lt;/p&gt;
&lt;p&gt;more info at &lt;a href=&quot;http://www.php.net/session&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/session&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Sep 2004 11:47:58 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1159202 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
