Mobile app version of vmapp.org
Login or Join
Angela700

: Your best bet is to create an index.php and place it in your web root folder (normally named public_html) that is connected with the website http://baseball.sports.com. That index.php file must

@Angela700

Your best bet is to create an index.php and place it in your web root folder (normally named public_html) that is connected with the website baseball.sports.com.
That index.php file must contain a script to load contents from the other website you're trying to link to.

This PHP code might work well for you:

<?php
echo file_get_contents("http://pro.sports.com/baseball-index.php");
?>


If not, then you should research the CURL library, especially if the other website involves secure forms you want users to fill in, etc...

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme