What's the scoop on html servers and PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bill Cunningham

    What's the scoop on html servers and PHP?

    I'm been trying to figure out PHP for a while now but I'm still not quite
    sure of it's purpose. It PHP and apache together for example, an application
    server? Is PHP more limited than languages like C C++ or Java?

    Bill





    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
  • Bruno Desthuilliers

    #2
    Re: What's the scoop on html servers and PHP?

    Bill Cunningham wrote:[color=blue]
    > I'm been trying to figure out PHP for a while now but I'm still not quite
    > sure of it's purpose.[/color]

    Dynamic content for web pages... Well, that was at least its initial
    purpose. Now you could also use it for most scripting or application
    programming tasks.
    [color=blue]
    > It PHP and apache together for example, an application
    > server?[/color]

    Kind of, yes.
    [color=blue]
    > Is PHP more limited than languages like C C++ or Java?[/color]

    Depends on what you mean by 'more limited'. PHP wont buy you anything if
    you have to write a driver, an OS, embbeded programs and the like. Nor
    will Java, Python, Perl, Ruby, Rebol, etc.

    Now if it's for scripting or web applications, PHP is somewhat less
    'limited' than C.

    As usual, the answer is 'use the right tool fr the right task'. And I'd
    give you just one advice : try and learn PHP, it's quite easy (took me
    two day to write my first PHP site - a gallery for painter - and I'm not
    a seasonned pro). Then you won't have to ask, you'll know by yourself.

    Bruno

    Comment

    Working...