configuring PHP 5

i've downloaded php 5 everything seems to be going smoothly except for onething.. i can't seem to locate the files... my question is do i have to manually place the lib in /usr/lib. how do I go about doing this and which other files have to be allocated..
thanx moxxx68

what OS U have ??
If U have debian, write:
apt-get install php and everythink will be ok ;]]
cya

place the php files anywhere you like. compile apache with mod_php, and don't forget to edit the php.ini file to reflect the correct path's to all the files etc. That usually works fine.

thanx guys