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 980027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:18:50+00:00 2026-05-16T04:18:50+00:00

I need to call via Ajax a routine on my PHP server from my

  • 0

I need to call via Ajax a routine on my PHP server from my clients site on his server. If my client has PHP, I have a short PHP script used to call a PHP from one server to another and avoid cross-scripting issues using CURL:

<?php
$q=$_GET["q"];   
$q=str_replace(" ","^",$q);   
$ch = curl_init();    
curl_setopt($ch, CURLOPT_URL, "http://example.com/search2A.php?q=".$q);    
curl_setopt($ch, CURLOPT_HEADER, 0);    
curl_exec($ch);    
curl_close($ch);    
?> 

The problem are the clients with ASP sites, so this routine won’t work and I have No idea how this would translate in ASP, so ASP does not run into a cross-browser issue. Any help, please?!!!

Regards,

Michael

  • 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-16T04:18:50+00:00Added an answer on May 16, 2026 at 4:18 am

    This should work:

    <%
    
    Dim q
    q = Replace(Request("q")," ","^")
    
    Dim httpObject
    Set httpObject = Server.CreateObject("WinHttp.WinHttpRequest.5.1")
    
    httpObject.Open "GET", "http://myserver.com/search2A.php?q=" & q
    httpObject.Send
    
    Set httpObject = Nothing
    
    %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello I need to retrieve data from database via an ajax call. I am
I have a VB6 COM component which I need to call from my .Net
i have create a div class=box via Ajax call and appended to an main
I have several pages that call in content via jQuery .ajax. I dont want
I need to call an external dll from c#. This is the header definition:
I need to call a const function from a non-const object. See example struct
I'm attempting to do an AJAX call (via JQuery) that will initiate a fairly
I need to perform asp.net web-service function call via jQuery and pass asp.net application
I have the following Ajax call which send form data to a page and
Hi I need to refresh my custom template tag --right_side.py-- via Ajax. Is there

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.