Hello
I’m new to PHP from HTML/CSS/JavaScript and having some trouble with my site, utubeconverter.com If you enter a youtube link it doesn’t download correctly whereas it used to, instead I get an error page. If I go to download.php I find the following code:
if($_SESSION[‘hash’] != $_POST[‘hash’]){
header( ‘Location: error.html?hash’ ) ;
exit;
}
It’s ‘error.html?hash’ that I’m seeing in the URL so I’m assuming that this is where the problem lies. What can I do to fix this or where can I figure out how? I’m pulling my hair out at this point, thank you in advance for any help.