Personal Home Page or Hyper Text Preprocessor

PythonPython Forum LeaderThe Royal RAM
I thought that PHP was a recursive acronym for Hyper Text Prprocessor - well at least thats what Ive read but the other day I read something saying that PHP stands for Personal Home Page or at least used to when it was first created.

Is this true?

The Royal Ram

Comments

  • ChroderChroder Senior Member The Royal RAM
    PHP is a recursive acronym for PHP: Hypertext Preprocessor (you missed the bit that made it recursive ;)). And yes, PHP used to stand for Personal Home Page.
  • NuvoNuvo Forum Leader VPS - Virtual Prince of the Server
    PHP stands for PHP Hypertext Preprocessor.
    It's a recursive acronym, meaning the acronym is featured within itself.
    PHP did stand for Personal HomePages, but it changed.
    HTML stands for HyperText Markup Language and was developed by Tim Berners-Lee, who now heads the W3C (The guy who designed the language should know how to use it better than anyone else, which is why you should make compliant code).
    XHTML stands for eXstensible HyperText Markup Language, and it's a combination of HTML and XML.
    XML stands for eXtensible Markup Language and is useful for many things from RSS feeds to desktop application skinning and translation.
    ASP stands for Active Server Pages and is Microsoft's web scripting platform.
    Rather than just being one set language, ASP is actually a set of languages that have server-side interpreters, like C++, C#, Delphi and Visual BASIC.
    CFML stands for ColdFusion Markup Language, and is the language used for Macromedia \ Adobe's server-side interpreter, Coldfusion.
    I hope that helped.
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!
  • martian2k4martian2k4 Llama Hunter Moderator
    Yes, used to stand for Personal Home page and was a set of perl scripts that were used to track users and log info about them :D
    Free MySpace Layouts- Coming soon
    Photoshop Tutorials- Coming soon
    Premium PHP Scripts- Coming soon

    Haha i should really do some work so i can remove all the coming soon's
  • PythonPython Forum Leader The Royal RAM
    that clears that up then :)
    Thanks

    The Royal Ram

  • xenoxeno Beginner Link Clerk
    Nuvo wrote:
    PHP stands for PHP Hypertext Preprocessor.
    It's a recursive acronym, meaning the acronym is featured within itself.
    PHP did stand for Personal HomePages, but it changed.
    HTML stands for HyperText Markup Language and was developed by Tim Berners-Lee, who now heads the W3C (The guy who designed the language should know how to use it better than anyone else, which is why you should make compliant code).
    XHTML stands for eXstensible HyperText Markup Language, and it's a combination of HTML and XML.
    XML stands for eXtensible Markup Language and is useful for many things from RSS feeds to desktop application skinning and translation.
    ASP stands for Active Server Pages and is Microsoft's web scripting platform.
    Rather than just being one set language, ASP is actually a set of languages that have server-side interpreters, like C++, C#, Delphi and Visual BASIC.
    CFML stands for ColdFusion Markup Language, and is the language used for Macromedia \ Adobe's server-side interpreter, Coldfusion.
    I hope that helped.
    You forgot PERL and CGI
    free flash based contact forms
    looking to trade links - webmaster related
  • NuvoNuvo Forum Leader VPS - Virtual Prince of the Server
    SSI is ServerSide Includes.
    CGI is Common Gateway Interface.
    Perl is the correct spelling as this quote from the FAQ on Perl.com shows:
    But never write "PERL", because perl isn't really an acronym, apocryphal folklore and post-facto expansions notwithstanding.
    Perl was called Perl because there was already a product available called Pearl.
    Perl.org thinks Perl is the most widely used web development language because of it's text manipulation abilities and such, but this cannot be fully proven and I'm pretty sure I see more sites which use PHP than Perl (PHP being easier to write, faster and pretty powerful).
    Perl stands for Practical Extraction and Reporting Language, but the "and" part was left out for reasons I already mentioned.
    CSS is Cascading Style Sheets.
    SQL is Structured Query Language.
    Ruby should be shot.
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!
Sign In or Register to comment.