Page 1 of 1

Newbie: the difference

Posted: Wed Mar 01, 2006 1:58 pm
by dada44
Hi all,

I'm new to php and I'm dealing with some files named .php and .php3 ..
I just wanted to know what's the difference in between php and php3? can someone explain or give a link where to read about it ??

Thanks a lot in advance

Posted: Wed Mar 01, 2006 2:05 pm
by feyd
There's no real difference as far as php is concerned per se. The server may choose to run either through different, or the same php engine. Typically, .php3 was/is mapped to a PHP version 3 engine, which is VERY old.