Computing.Net > Forums > Programming > wat is PHP?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

wat is PHP?

Reply to Message Icon

Name: NIRAV
Date: December 4, 2002 at 09:39:11 Pacific
OS: win98
CPU/Ram: p3
Comment:

hi,
what is the full form of PHP?
im just curious to know about that
Thanks
Nirav



Sponsored Link
Ads by Google

Response Number 1
Name: Jake
Date: December 4, 2002 at 15:06:35 Pacific
Reply:

http://www.php.net/manual/en/faq.general.php


0

Response Number 2
Name: Nicholas Maietta
Date: December 5, 2002 at 00:08:35 Pacific
Reply:

This of PHP as a scripting language for simple tasked on websites. It's interpreter isn't invoked every time a PHP document is requested. Instead; PHP's interpreter is always running. The PHP code is most commonly in the actually HTML document, but instead of the server sending you the PHP web document, it parses it and runs the scripts that are embeded within the document, replacing the scripting with the results of interpreted instructions before the requested document is send out the the website visitor. It's best suited for websites that run a MySQL or Protege backend database, or websites that must generate basic PNG images on the fly to the browser. It's not suites for websites with lots of security in mind. However, for most websites, PHP can be a great alternative to CGI using Perl. (CGI: Common Gateway Interface). If you are looking for secure website developement tools, Run a linux box with a well configured Apache server, and perl scripts that are written as "strict" as possible.

Another advantage to PHP scripts (Dynamic HTML documents, really), is that you don't have to worry about Binary or ASCII when uploading or downloading via FTP, and that you don't have to worry (generally speaking) about file permissions.

Disadvantages is that PHP isn't what it's made out to be. A common problem among PHP "programmers" is that they develope long scripts, that they call "applications". It really wasn't meant for that origionally, and it's not secure enough for that yet.

However; if you simply want to have website with lets say, oh, a guestbook or message board, PHP can make your hosting provider much happier because it takes less resources (generally speaking of course) than the commonly and sometimes badly used Perl scripts.

I hope I've answered your question. If you require any further assistance please let me know.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: wat is PHP?

Php: username confirmation reply www.computing.net/answers/programming/php-username-confirmation-reply/14265.html

Questions about cron and php script www.computing.net/answers/programming/questions-about-cron-and-php-script/16328.html

PHP Login Help www.computing.net/answers/programming/php-login-help/19868.html