Jump to content

stephanes

Members
  • Posts

    3
  • Joined

  • Last visited

stephanes's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Probably I'm just a the wrong place. I was just asking for help. I don't understand the purpose to register here if the only help I can get is to tell me to read the php manual.
  2. Thank you for your answer but to be honest I don't understand. Just giving me a link to the php manual is no help in my case.
  3. Hi, I have a live chat widget. To have the widget to work in SSL pages, I had to change in all .php this: if(!strstr($hostdomain,"http")){ $hostdomain="http://".$hostdomain; } to if(!strstr($hostdomain,"https")){ $hostdomain="https://".$hostdomain; }. The problem is when I change the http to https in the code above, now the widget don't appear in non-ssl pages. So my question is how can I modify the code below to have it to work with both http and https ?
×
×
  • 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.