Jump to content

Gazley

Members
  • Posts

    526
  • Joined

  • Last visited

Community Answers

  1. Gazley's post in How To Get The Original Punctuation Characters Back was marked as the answer   
    Hmmm, so I looked further through my code where I was subsequently used a DOMDocument that set its own encoding. I had to do pass the string in as:
    mb_convert_encoding($blogData, 'HTML-ENTITIES', 'UTF-8')
    This made everything happy
    Thanks.
  2. Gazley's post in php/html form method = post comes as a get was marked as the answer   
    Hi Martijn,
    Even though I hadn't spelled "method" incorrectly, your suggestion forced me to look very closely at the form. I noticed that the action value was
    action="/booking"
    It was redirecting because it didn't have a trailing slash and coming back as a GET
    Yay!!
    Cheers
×
×
  • Create New...