Search results

  1. B

    Changing the default mailto address

    I have had a nice little browse at that, the only thing that looks like it links to my problem is the $headers= "from: emailaddress" if i were to stck the email address i want these emails to be sent from, would this work? or am I still getting no where dude?
  2. B

    Changing the default mailto address

    No, maybe I am wrong with the function Basically, theres a form that is filled out, push submit, sends to a php script, in there it gets the inputted fields and sends, i then used this to send the email $send = mail($to, $subject, $body); where $to was the email they put in $subject was...
  3. B

    Changing the default mailto address

    I have got the email address added, but how do i set this email to be the one that a mailto() is sent from? I have no idea how to make this the from address in a mailto() script or make it default? I thought that would be the case, which doesnt matter too much as it will eventually be a...
  4. B

    Changing the default mailto address

    Hey, i was wondering if it is possible that when I use mailto to send an email to a client, that the address i send from isnt benphoto@lotus.x10hosting, to admin@benphoto.x10hosting.. Also, is there a way to stop these emails going to my clients junk mail? Any help will be great! Cheers, Ben!
  5. B

    mysql_real_escape_string() ... Password NO Error

    I keep recieving this error with my scripting, I'm very new with this scripting. Error I'm recieving.... Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'bensbox'@'lotus.x10hosting.com' (using password: NO) in...
Top