Hi there
I have a problem where the server I'm using is not configured to allow PHP or CGI and I need to send a mail using variables received from a form on this server to the owner, like a general enquiry/feedback form.
Does anyone know how I can call a simple PHP file on another domain configured to use PHP and then execute the mail()
function on that server with variables passed to it from my non-PHP/CGI server?
How do I enable cross-domain AJAX calls without the originating server having PHP/CGI enabled?
Any feedback/advice would be greatly appreciated.