Results 1 to 7 of 7

Thread: yohoo?, anyone even looks at this section?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok, very good question here, what is PHP, can someone give me a use, an example and how it differs to any other Web language (If you were un-aware i have no-idea what PHP is)
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    it started life as a wrapper for perl but became a language all by itself. For that reason it is very similar to perl, also other web scripting languages like javascript.

    And that's all it is, a web scripting language. It allows you to provide dynamic content on a web page which static HTML can't. Along with that it is very closely tied with MySQL and other sql servers.

    PHP can be embedded into any HTML file, and the interpreter will only compile the PHP bits, it will ignore the rest of the HTML and just output it as is. All you have to do is give your html file a .php(3) extension and usually you can place it anywhere rather than just in a cgi-bin.

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    it started life as a wrapper for perl but became a language all by itself. For that reason it is very similar to perl, also other web scripting languages like javascript.
    I though it started as a wrapper for the standard C library functions?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  4. #4
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    maybe...sure I read it somewhere.

    meh you're probably right.

  5. #5
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    Originally posted by chrisjk
    ... All you have to do is give your html file a .php(3) extension and ...
    or just *.php

  6. #6
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    the best reference i have found is http://www.php.net

    If you are advanced at programming, then just looking up the functions should be enough for you.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  7. #7
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Originally posted by ubunreal69
    or just *.php
    that be why I put the 3 in brackets (optional)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width