Jump to content

Daniel89

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Daniel89

  1. I recently got a new dedicated private server from 1&1. It has the latest version of Plesk Panel (11.5.30). On all of my webpages hosted from the server, none of them can send emails. Whenever I test this from here http://championsfunding.com/contact-us, it says that it successfully sent the email but I receive no emails at all. Here's a test PHP mail script with more detailed information: http://championsfunding.com/mail_test.php. Any help would be appreciated. Update 5/7/14: I skimmed through the mail log and found no problems except I created the *Maildir* folder in the root folder and still no emails. Here's the log maillog.txt
  2. I am retrieving text and HTML tags from a database while using this function to encode the values for the browser. foreach ($row as $key => &$value){ $value = htmlspecialchars_decode( htmlentities($value,ENT_QUOTES), ENT_NOQUOTES ); } Basically, I am looping through each row and converting quotes, single quotes, and other special characters to entities while keeping HTML tags. However, when there's tags like <a href="example.com"> the quotes are duplicated twice and outputs to this: <a href=""example.com""> What am I doing wrong?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.