• Forum Moderator applications are now open! If you're interested in joining an active team of moderators for one of the biggest Pokémon forums on the internet, click here for info.

Sorry for a so stupid question but...

Status
Not open for further replies.

azure

Registered User
Joined
Jun 14, 2005
Messages
4
Reaction score
0
I know that this is an extremely stupid question but...

I never understood what php is.Can someone explain it to me please?
 
PHP stands for PHP: Hypertext Processor. It's a web programming language designed as an open-source equivalent to Microsoft's ASP. It's incredibly powerful and has mostly replaced Perl/CGI as the web programming language of choice for most developers.
 
Yep ^^

For a lot of scripts, it ties in with mySQL and other db's to create very interesting combinations that can range from forums to topsites.

And of course PHP works great by itself, and can store things in flat text files, which is nice. Hundreds of other applications too~ Most common would be the layout include or content includes for sites.
 
PHP is also fairly easy to learn as it uses a C-like syntax, making it easy for regular programmers to make the transition (half of how I learnt it).
 
Status
Not open for further replies.
Back
Top Bottom