
sunrise11
Novice
Apr 15, 2011, 9:50 AM
Views: 5064
|
|
Re: [Zhris] Need to change browser's title for one page
|
|
|
$header and $gheader are inevitably different variables, therefore if you set $header with your php header, then use $gheader to open the file, its not going to open $header (which is a full URL not a path anyway)... If you open the file in perl, read it, and print its contents then the PHP isn't going to compile, instead it will compile as HTML code. Is there a way to compile this same effect in Perl without using PHP? So that the existing $gheader will print the desired title?
(This post was edited by sunrise11 on Apr 15, 2011, 9:52 AM)
|