My server host offers PHP3 & PHP4, however if I wish to use PHP 4.0.3pl1, then I must use a header, ponting to the PHP interpreter. #!/usr/bin/php4
The following code still shows PHP3 info. How should I change it to use PHP4 ?
Thanks !
<?
header("#!/usr/bin/php4");
phpinfo();
?>