Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am going to develop my first real c# project and were planning on developing a client which logins to a php server using secure sockets and gets all data using sockets.

Is this the correct way to do it and is it even possible or is there any better way to do it?

Best regards
Posted
Comments
Kim Togo 6-Jun-11 11:42am    
Is the PHP running on a web server (IIS / Apache) ?
cl0ud 6-Jun-11 11:46am    
Yes that is correct

1 solution

Then the best option (I think), is to use Web service[^] it is one of the most versatile solutions which also supports SSL for encryption.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900