Jump to content

priyank9

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

priyank9's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I have some question about SSL and socket functions in PHP. I am new in web development and SSL networking. Actually I was trying to make a PHP MSN client. I am trying to connect with hotmail server to get ticket to login into MSN using socket. I use function like [code]$msnSock = fsockopen("ssl://loginnet.passport.com",443);[/code]. But this function gives me error “no SSL support in this build” even when I am trying to use CURL it gives me error at “Call to undefined function: curl_init()”. What I feel is may be because I don’t have SSL certificate for my server. But I am not sure. Do I need to get SSL certificate? Can I get some help to solve this problem? Thanks in advance.
  2. Hi, I am making my personal website with some php coding in it. Now I want to send a HTML mail in one of my form. I am using htmlMimeMail class to send it. But when ever I am sending this mail to any hotmail account it is going to junk folder. Can I know how can I send it to Inbox of hotmail account? Thanks in advance, Priyank
×
×
  • 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.