![]() |
#1 |
Registered User
Join Date: Mar 2017
Posts: 33
|
What is basic PHP?
Can anyone tell me about PHP? how i can make a web by using PHP?
__________________
Free Online Pakistani Chat Rooms is Chat Room where all decent girls and boys can Chat Without Registration. You can start making new friends in Online Chat room or MIixchatroom freely. ![]() |
![]() |
![]() |
![]() |
#2 |
Registered User
|
![]()
Its is a server-side scripting language
__________________
drugstore-onlinecatalog.com |
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Apr 2017
Posts: 314
|
PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose programming language.
__________________
ethical hacking course in Hyderabad | ethical hacking course in Delhi |
![]() |
![]() |
![]() |
#4 |
Registered User
Join Date: May 2017
Posts: 7
|
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.
|
![]() |
![]() |
![]() |
#5 |
Registered User
Join Date: Jan 2017
Posts: 674
|
PHP is a open source server side programming language.
|
![]() |
![]() |
![]() |
#6 |
Registered User
Join Date: May 2017
Location: Viet Nam
Posts: 11
|
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 <?php and ?> 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. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Importance of Php Development for Web Development | tech.biztech | Programming General | 35 | 11-22-2019 12:37 AM |
PHP introduction | stevepatton | PHP / mySQL | 48 | 06-17-2019 02:02 AM |
PHP project training in ahmedabad, live project training in php ahmedabad | anantitsolution | Post your ad here | 1 | 07-16-2013 07:42 PM |
The best source of learn PHP easily at home. | chikkiarora | Programming General | 11 | 02-10-2013 02:18 AM |
Are you aware of the fact that PHP programming is the most widely used one? | johnrichards774 | PHP / mySQL | 3 | 02-07-2012 05:41 AM |