Re: [PHP] Sending E-mail

2006-12-04 Thread Janet Smith
I wasn't really sure where to start looking, but I think I have enough information that I can go and look at how we have things set up. I will try to provide more information as I find it. Thanks >>> Jochem Maas <[EMAIL PROTECTED]> 12/4/2006 10:42 AM >>> Ja

[PHP] Sending E-mail

2006-12-04 Thread Janet Smith
We have an application using PHP. If users have forgotten their password, they click on the link 'Forgot Password' and enter this e-mail address. This is suppose to send their new password to the e-mail address provided. We can not get the e-mail to be sent. I have changed the php.ini file to inclu

[PHP] Changing databases from MySQL to Oracle

2005-11-11 Thread Janet Smith
I am new to PHP and am trying to learn how it works. We have a PHP program that is using MySQL. We are wanting to use our Oracle database instead. The Oracle database is on a different server that our PHP program. Does any one know how I can change connections from MySQL to Oracle? We have this