Reply to Re: Loading a PHP file/code via Javascript.
Posted by pyda001 on 11/01/95 11:41
Another option is to use CURL. Write another php-page that takes a
couple of parameters and pass the parameters to this page. CURL exists
for a whole bunch of languages.
Not that I've explored this myself, but I guess AJAX is a third option.
Check out xmlHttpRequest and it's peer functions.