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

  • SEARCH
  • Home
  • 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 7077825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:28:16+00:00 2026-05-28T06:28:16+00:00

We are developing a web app that enables the end user to place a

  • 0

We are developing a web app that enables the end user to place a bit of code on their webpage, so that anyone who visits their page will see a little pop up button on the edge of the browser window. When clicked, it opens a small panel where they can enter a telephone number for the website owner to call them back.

I am running up against a security issue. I am attempting to use server side include to place the button on the client’s website. However, because this included site is on a different domain than the client’s website, it is not allowed.

I have tried these two methods that I got from online forums, neither of which worked for me.

  1. Use the file_get_contents handler, like this;

    $includeFile =   
    file_get_contents("http://bizzocall.com/subdomains/dev/httpdocs/slideouttesttopDATA.php");
    echo $includeFile;
    

ERROR failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found.

  1. Use curl, like this:

    function curl($url){
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
        $data = curl_exec($ch);
        curl_close($ch);
        return $data;
    }
    
    
        $feed = 'http://bizzocall.com/subdomains/dev/httpdocs/slideouttesttopDATA.php';
        $bizzobtn = curl($feed);
        echo $bizzobtn;
    

This didn’t work either.

ERROR The requested URL /subdomains/dev/httpdocs/slideouttesttopDATA.php was not found on this server.

This looks like its truncating the bizzocall.com/ off of the url. Perhaps If I knew how to write this chunk of code correctly,this would work.

Any help here would be welcome!

  • 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-28T06:28:16+00:00Added an answer on May 28, 2026 at 6:28 am

    The 404 error is coming from the remote server, not your own. Try to reach that URL – You’ll get the same 404.

    When I visit http://bizzocall.com/subdomains/dev/httpdocs/slideouttesttopDATA.php, I get the following:

    enter image description here

    Therefore, the issue is that you’re using the wrong URL. Your code is sound, however.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm current developing web-app that allows a user to associate their account with their
I'm developing web app that user can save his/her work to server. The data
We are developing a web app that will have a pretty complex user and
We are developing the Web App that will have user subscription to a specific
I am developing a web app that in some moment the user requests something
I am developing a web app (using rails) that I will be launching within
We're developing a Java web app that utilizes JSF (Richfaces through Seam) for its
I am developing a java webapp, using jsp/jquery/ejb/jboss. I have a web-form that enables
Suppose I'm developing a web app that is heavily dependent on JavaScript and which
I am developing a web app that connects to a SQL 2000 database. Everything

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.