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.
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 ??
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.