-5

I have a private link (External link) https://fantasy.premierleague.com/?autojoin-code=xxxxxxxxxx, I want the user to redirect from my site to this link after payment. And the user should not see the link for security reasons (link is static and I can't change it each time). How I can redirect the user to that page, Without access user to link? it is possible?

I've tried to get content but it's not effective.

mohamadami
  • 13
  • 7

1 Answers1

0

Just make a file on server Eg: join-league.php and add a curl request code there for this link https://fantasy.premierleague.com/?autojoin-code=xxxxxxxxxx. After user make an successful payment just redirect them to this file join-league.php.