Remote Programming with PHP

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
osilator
Forum Newbie
Posts: 2
Joined: Tue Oct 21, 2003 1:55 am

Remote Programming with PHP

Post by osilator »

How about client Software (PHP) can login to Server at one time. That Client Software Can Work as We Can . Example In coming to Linux Server with login : myhost and password : pass and Then Client Software run pine (Client Email) and type L Like We type in keyboard to incoming Folder List and etc.If had that work, Client Software Logout.
evilMind
Forum Contributor
Posts: 145
Joined: Fri Sep 19, 2003 10:09 am
Location: Earth

Post by evilMind »

do what?
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

this is a very vague explanation, do you want a Remote Connection so you can control a 'remote' computer?
osilator
Forum Newbie
Posts: 2
Joined: Tue Oct 21, 2003 1:55 am

Post by osilator »

With Php, I want telnet to a server and run (execute) script perl .
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

use the class telnet from phpclasses.org
very easy to use...
Post Reply