PHP file within a folder

it gives me this URL: http://impactograph.com/php/indexthanks.php#subscribe

and the page is without any style:

I have it like this:

if ($success){
  print "<meta http-equiv=\"refresh\" content=\"0;URL=../php/indexthanks.php#subscribe\">";
}