posted 20 years ago
You can execute any script files on a server simply by making an HttpConnection to them, provided the files (php or otherwise) have the correct permissions (usually something like -rx-rx-rx), are in the correct place (usually a cgi-bin) and are written to respond to a connection. If you could post more details, I can be more specific.
[ September 28, 2004: Message edited by: Jason Fox ]