Post to another website

Hi,

I am looking after the website of our local soccer club and I need some help.

The following website is the site of our league and I would like to create a link to this website in our club’s website.

.wdsl.league.ie/results.php

What I would like to do is open the site with the correct information. If you have a look at the site you can see you have to select 2 criteria: 1) Competition 2) Division

I would like to create a link that opens directly with the page for:

Competition = u10 League
Division = u10 Division 1

I suppose this is done by post data but I have no experience in this and all the examples I have found so far only give me the script but not how to integrate it into a useable link

Thanking you in advance

You have different issue here.
You don’t have to post anything using PHP.
Your question is HTML related only.
You can place an HTML form on your site, and make it’s action another site URL.
To make it directly to the certain league, you cannot make a link but you can create a form with hidden fields and submit button.
And fill hidden fields with desired values.