> in your example, wouldn't app A, essentially download the code from app B, > and run the source on app A? or would the code be run on app B, with the > resulting html/content/page being transferred to app A? If the PHP file has a .php extension, it will be run on the webserver like any PHP page. If it is .txt or you set Apache directives, etc., it will be transferred to the client app. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php