Problem with getting data from extern website
-
Allen,
As an ice hockey club we have a competition program which we collect from the website of the association.
See: [ redundant link removed ]
data from the site of the union are retrieved and shown on our site in our layout. In the table under “SCORE” you will find the result of the weekend and that is a link that refers to the score form. We have received the following explanation from the association:
To access the competition form you must put the code below (and no more than that!) In a php file with the name nijbsheet.php on the server in the directory / competition program /<?php header("location: https://www.nijb.nl/nijbsheet.php?GameID={$_GET['GameID']}"); ?>
Now that gives a problem. We then get the error message:
Forbidden
You don’t have permission to access /wedstrijdprogramma/ on this server.However, if I change the name of the folder in “wedstrijdprogramma_test” you can see through the link below that the php does work.
https://www.ijshockeyclub-yetis.nl/wedstrijdprogramma_test/nijbsheet.php?GameID=56477
Who oh who can help you get it working.
Indeed, there are more and more associations that face the same problem.- This topic was modified 5 years, 1 month ago by .
- This topic was modified 5 years, 1 month ago by .
- This topic was modified 5 years, 1 month ago by .
- This topic was modified 5 years, 1 month ago by . Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic
The page I need help with: [log in to see the link]
- The topic ‘Problem with getting data from extern website’ is closed to new replies.