[PHP-INSTALL] "Thanks"***Call to undefined function mysql_connect()

2004-11-29 Thread anurag bhatia
  Thanks all of you guys for your help. I was able to make it work Thanks once again On Tue, 30 Nov 2004 Chris Hewitt wrote : >On Mon, 2004-11-29 at 08:53, anurag bhatia wrote: > > > > I am getting this error message > > Fatal error: Call to undefined function mysql_connect() > > I have MySQl 4.

Re: [PHP-INSTALL] How to post message

2004-11-29 Thread Chris Hewitt
On Mon, 2004-11-29 at 21:53, Kevan D. Wisdom wrote: > Hey, > > I just want to know how to post question to the mailing list. Setting > up the news server through Outlook express just wont work. > > Thanks > Hello, It should do from Outlook Express, this is just a mailing list, so you just sen

[PHP-INSTALL] How to post message

2004-11-29 Thread Kevan D. Wisdom
Hey, I just want to know how to post question to the mailing list. Setting up the news server through Outlook express just wont work. Thanks

Re: [PHP-INSTALL] ***Call to undefined function mysql_connect()

2004-11-29 Thread Janet Valade
anurag bhatia wrote: I am getting this error message Fatal error: Call to undefined function mysql_connect() I have MySQl 4.1,PHP 5, and Apache 1.3 I am running these on Windows Xp Home.. Please Please Please Help The error means that you have not activated MySQL support in PHP. You need to do

Re: [PHP-INSTALL] ***Call to undefined function mysql_connect()

2004-11-29 Thread Chris Hewitt
On Mon, 2004-11-29 at 08:53, anurag bhatia wrote: > > I am getting this error message > Fatal error: Call to undefined function mysql_connect() > I have MySQl 4.1,PHP 5, and Apache 1.3 I am running these on Windows > Xp Home.. > Please Please Please Help > Thanks > Anurag It means that you do

[PHP-INSTALL] Problem with Mail() function

2004-11-29 Thread chandrika raju
  Hello Everybody,     When I try to use mail() function it is not working. This is my program: $to="[EMAIL PROTECTED]"; $from="[EMAIL PROTECTED]"; $message="Hai\nHow r u?"; $subject="Hello"; $success=mail($to, $subject, $message, "From:$from"); if ($success) echo "Your mail has been sent";

[PHP-INSTALL] ***Call to undefined function mysql_connect()

2004-11-29 Thread anurag bhatia
  I am getting this error message Fatal error: Call to undefined function mysql_connect() I have MySQl 4.1,PHP 5, and Apache 1.3 I am running these on Windows Xp Home.. Please Please Please Help Thanks Anurag