Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What is basic PHP? (http://siteownersforums.com/showthread.php?t=190579)

Kirangsc 03-08-2017 08:36 AM

What is basic PHP?
 
Can anyone tell me about PHP? how i can make a web by using PHP?

cluecom 03-08-2017 09:45 AM

Nothing is basic in PHP
 
Its is a server-side scripting language

anitatiwari01 04-12-2017 10:18 PM

PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose programming language.

roswindow 05-15-2017 05:21 AM

The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications. This tutorial helps you to build your base with PHP.

sin123 05-15-2017 09:35 PM

PHP is a open source server side programming language.

btsoft 05-18-2017 12:52 AM

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

Nice, but what does that mean?


Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded code that does "something" (in this case, output "Hi, I'm a PHP script!"). The PHP code is enclosed in special start and end processing instructions that allow you to jump into and out of "PHP mode."

What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.

The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.


All times are GMT -7. The time now is 05:57 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.