I\'m trying to pass a variable into an include file. My host changed PHP version and now whatever solution I try doesn\'t work.
I think I\'ve tried every op
Do this:
$checksum = "my value"; header("Location: recordupdated.php?checksum=$checksum");