I have a problem. I need to send a variable of a file in PHP on my site1, to an html file on my site2. this is the code that I have so far
PHP site1 =
header ('Location: https://www.sitio2.xyz/ads/ad1/ad'.$variable.'.html');
this is the HTML
<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=https://ejemplo.com/$variable">
Any way I can do it?