Newbie: the difference

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
dada44
Forum Newbie
Posts: 3
Joined: Wed Mar 01, 2006 1:55 pm

Newbie: the difference

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply