: 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
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...
More posts by @Angela700
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.