Recent content by anders0nge018

  1. anders0nge018

    What do i need to install to get php mail() to work?

    yeah i figured that out about php.ini, sorry a bit of noob to this whole scripting thing... anyway i just got it to work, i had skipped past the "getting started" wizard so i never set up a mail account through it, i did do it manually but obviously i missed something... running through the...
  2. anders0nge018

    is php mail() function working?

    nevermind got it to work... i didn't set up an account through the getting started wizard i instead set up a mail account manually but i guess i probably did something wrong... so running through the "getting started" and setting up the mail account allowed my script to work.. doh.
  3. anders0nge018

    is php mail() function working?

    As a noob to php scripting i have a ton of questions: why doesn't my mail() work? i get a fail with a pretty basic script... when i run mail() it fails and yet i'm doing nothing fundamentally different than mrnutt and the tutorial example that is linked by vv.bbc19... <?php // mail...
  4. anders0nge018

    What do i need to install to get php mail() to work?

    any suggestions??? i also noticed there are no php.ini files (or i can't find them)? perhaps i have the wrong type of account??? thanks in advance
  5. anders0nge018

    What do i need to install to get php mail() to work?

    sorry but i'm new to php scripting, but i can't seem to get mail() to work. Here's my index.php... replace TO EMAIL and FROM EMAIL with any valid email (i use my x10 acct for "from" and gmail acct for "to" but i also tried sending just to my x10 acct)... anyway thanks in advance. <html>...
Top