Search results

  1. P

    Problem setting up PHP/MySQL User Authentification

    you might consider picking up a copy of "PHP adn MYSQL Web Development" by Wellington and Thomson. great book--covers this topic well.
  2. P

    HOW TO: Sendmail and PHP

    can you tell me a bit about your setup? do you have a static IP? is your hostname set correctly in your hostconfig file? did you add your hostname to the hosts file? im not saying that anything is "wrong" on your system--but you shouldnt have to tell sendmail what domain it's sending...
  3. P

    HOW TO: Sendmail and PHP

    i may have misunderstood what you were trying to do, but i set up a test php page that seems to mail fine without some of the customizations you mention below. here's a snip: <?PHP mail("xx@xxx.net", "Test Subject", "Test Body", "From: username@$SERVER_NAME"...
Back
Top