tags:

views:

58

answers:

1

Hi All,

How to check the username or password of the some https site is correct or not using PHP Application. i.e my application is www.somesite.com i want to login if the user enter valid username password of the some https site.

Regards,

Salil Gaikwad

+1  A: 

there is no relation between the both : https is a protocol and to make your connection between your web server and your clients encrypted you should buy a certificates once you did this you can authenticate your clients in the way you like and using the language you like (PHP in your case ) because you connection is already encrypted

if you need to know about PHP authentication check this out

tawfekov
sorry but i don't get what i want. Actually i don't want to authenticate username/password for my application only but also for the some other site. In my application there is a module say "XYZ" i want to show user this module only if he enter valid username/password for https://www.xyz.com , also there is no connection between my application and https://www.xyz.com.Regards,Salil Gaikwad
Salil