hi i have my apache server complied with php3.now i have insatlled php4.now what sholud i do to retain my old php3 pages also run?.
thanks Paras.
Not much, just make sure that apache can handle the .php3 extention, and check each and every script for possible changes in the php syntax. some things have changed from php3 to php4, so you'll have to test your scripts.