Results 1 to 6 of 6

Thread: PHP Compiler

  1. #1

    Thread Starter
    Hyperactive Member Olly79's Avatar
    Join Date
    May 2005
    Posts
    264

    PHP Compiler

    Hi all:

    I'm very new to PHP and was wondering if someone could guide me in relation to what compiler you use to generate PHP scripts, forms, etc... I'm use to Frontpage/Dreamweaver for the creation of HTML web pages/sites, but was wondering if there is such an interface for PHP?

    Many thanks

    Olly

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: PHP Compiler

    www.php.net

    You need a webserver running with php installed....

    http://www.vbforums.com/showthread.php?t=330825

  3. #3
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: PHP Compiler

    Quote Originally Posted by Olly79
    Hi all:

    I'm very new to PHP and was wondering if someone could guide me in relation to what compiler you use to generate PHP scripts, forms, etc... I'm use to Frontpage/Dreamweaver for the creation of HTML web pages/sites, but was wondering if there is such an interface for PHP?

    Many thanks

    Olly

    Also, You can code in Dreamweaver, just select dynamic page, and then PHP. It wont compile for you, but it will make everything look pretty and help you with syntax (sometimes).

  4. #4

    Thread Starter
    Hyperactive Member Olly79's Avatar
    Join Date
    May 2005
    Posts
    264

    Re: PHP Compiler

    Thanks for that guy's, very informative!!!!!!!!!!!

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: PHP Compiler

    PHP is an interpreted, not compiled, language. There are 3rd party compilers available that let you make standalone applications using PHP, but that's not the intent of the language. By large, it is supposed to be embedded into pages containing other kinds of content, such as HTML etc. Larger PHP applications do use lots of files containing only PHP code, but its primary purpose is to output other data formats.

  6. #6
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: PHP Compiler

    Just to addon to everything else, some people do make a PHP IDE but I have never used it my self. But I'm sure its probably aimed at begineers so you will probably benifit from it.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

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