Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 898701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:05:24+00:00 2026-05-15T15:05:24+00:00

I have a problem where the server I’m using is not configured to allow

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:05:25+00:00Added an answer on May 15, 2026 at 3:05 pm

    It’s probably somehow doable using JSONP, but you don’t need Javascript for this. The much easier solution would be to place the sending PHP script on the remote server, e.g.

     www.serverwithphp.com/send.php
    

    and then to point the feedback form directly to that script:

     <form action="http://www.serverwithphp.com/send.php" ....>
    

    and have send.php do a header redirect back to the original site after sending:

     header("Location: http://www.serverwithoutphp.com/thanks.htm");
     die();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem using a local SQL Server CE database with C# and
I have problem using IIS 7 and SQL Server 2008. When I trying to
We have a problem on Debian server and PHP version 4.4.4-8+etch6. In this script
I have problem with my Android application. I need an application that will send
I have a problem in SQL Server. I want to remove space using Ltrim
I have problem that on server include() function does not want to work and
I have problem with deploying my website to a server (which is not mine).
we have problem with slow insert statement using 40 bind variables as columns values.
I have problem with encoding in jQueryUI Autocomplete. Server side application is PHP and
I have a problem making a server side generated code( <php ?> ) div

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.