|
-
May 5th, 2006, 12:28 PM
#1
Thread Starter
Hyperactive Member
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
-
May 5th, 2006, 12:45 PM
#2
-
May 5th, 2006, 12:49 PM
#3
Re: PHP Compiler
 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).
-
May 5th, 2006, 01:20 PM
#4
Thread Starter
Hyperactive Member
Re: PHP Compiler
Thanks for that guy's, very informative!!!!!!!!!!!
-
May 6th, 2006, 12:49 AM
#5
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.
-
May 6th, 2006, 01:27 PM
#6
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|