b2k Posted July 3, 2007 Share Posted July 3, 2007 Hi everybody, first congratulate for this excellent community. Well my question is, that i`m trying o better thinking and taken some information before, to create a aplication Client-Server and use Sockets, but i want that the Client be in PHP and the server in any language this can be?. Please If you can help me with some ideas, example , i going to be very apreciate. Kinds Regars B2k Link to comment https://forums.phpfreaks.com/topic/58335-client-server/ Share on other sites More sharing options...
PC Nerd Posted July 4, 2007 Share Posted July 4, 2007 well whats it for? PHP is a server language, which would mean that it wouldnt be able to run on teh client. youd be better off using something like Javascript in HTML, or Java for a client. We cant really help much more without more info about eh project. Link to comment https://forums.phpfreaks.com/topic/58335-client-server/#findComment-289249 Share on other sites More sharing options...
trq Posted July 4, 2007 Share Posted July 4, 2007 Your intentions aren't real clear and sorry but PC Nerd's explinations aren't either. Depending on exactly what it is your wanting to do php could be used to write a client-server based application. PHP can do allot more than create dynamic web pages. Of course for the (php) client to be able to run on the client pc they would also need php installed. You need to give us alot more detail about your project. What exactly do you want to do? In short, you can easily write servers with PHP, and of course clients built to connect to those servers. Link to comment https://forums.phpfreaks.com/topic/58335-client-server/#findComment-289256 Share on other sites More sharing options...
b2k Posted July 5, 2007 Author Share Posted July 5, 2007 Hi everybody, thanks for reply. Ok going to explain my situation better. Put in this way, if create a Client in PHP and the Server in Visual Basic, and of course, using Sockets. This can be?, can i make a conection between this.? Thanks Link to comment https://forums.phpfreaks.com/topic/58335-client-server/#findComment-290036 Share on other sites More sharing options...
teng84 Posted July 5, 2007 Share Posted July 5, 2007 you cant use php to serve as client if thats what you mean Link to comment https://forums.phpfreaks.com/topic/58335-client-server/#findComment-290043 Share on other sites More sharing options...
b2k Posted July 5, 2007 Author Share Posted July 5, 2007 you cant use php to serve as client if thats what you mean I`m talking like a Administrative Tool. B2k Link to comment https://forums.phpfreaks.com/topic/58335-client-server/#findComment-290085 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.