Posted by bruno - bdf on 09/28/69 11:44
"J.O. Aho" <user@example.net> a ιcrit dans le message de news:
49p4fiFpr6ueU1@individual.net...
> bruno - bdf wrote:
>> hello
>> I'm a very beginner
>> I try to test a program I dowloaded but it doesn't work.
>> on my pc I have PHP5 the program I have runs with the extension .PHP, but
>> the programs I downloaded have the extension .PHP3...
>> How can I do, maybe on the php config, to run these programs
>
> If you use cli:
> php script.php3
>
> If you use apache add to your httpd.conf:
> AddType application/x-httpd-php .php3
>
>
> Keep in mind that there have been changes between php3 and php5 which may
> make the php3 script to not work without some modifications.
>
>
> //Aho
thanks a lot... it's works
bruno
Navigation:
[Reply to this message]
|