I had php3 installed previously on my server, and I recently installed php4.
when I have a file such as file.php, it only references php3 and not 4. To use php4 functions I have to use the extension .php4. Is there anyway to use php4 functions while only having the extension .php?
-t.