answersLogoWhite

0

What is php is all about?

Updated: 9/23/2023
User Avatar

Wiki User

11y ago

Best Answer

PHP is a server side programming language that also serves as a general purpose programming languages. What does I mean by Server Side? Well this means that the php source files are being run on the server as a opposed to the end user using their browser to run Javascript code which is a client-side scripting language. PHP allows for the creation of dynamic and interesting website design

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
User Avatar

Sabelo Fakudze

Lvl 1
1y ago
this will help you .

Add your answer:

Earn +20 pts
Q: What is php is all about?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does TCS use php?

All big companies work in PHP. It is a growing technology.....


What does a PHP 5 ChangeLog do?

PHP is a scripting language this is used for web development. The PHP 5 ChangeLog is log which lists all of the fixed bugs on PHP Version 5. This can be found on the PHP website as a point of reference.


What are Perl PHP and Java Servlet's?

Perl, php and Java are all examples of programming languages.


How do you include a file in PHP?

To include a file in PHP all you need to do is use the include() function as I have shown you in the example below. <?php include("filename.php"); ?>


What is the best PHP programming book?

Here is a website with all kinds of PHP programming books:http://www.freeprogrammingbook.com/php.php


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


How can I know what PHP version my site is running on?

Set up a PHP file and put the following in it. <?php phpinfo(); ?> Then run it on the server, it will have all the information you will need including what version you are running.


Are all the PHP 6 functions and codes supported by WAMP 2.0i?

PHP 6 hasn't been released yet.


How do you create a PHP script?

To create a PHP script all you have to do is create a new file, then save the file as "filename.php". It must have a .php file extension.After that open the file and put in the PHP tags like shown.Then you write your PHP script within those tags and upload to your web space and check it out.


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


All variables in PHP start with which symbol?

In PHP, all variables must the preceded by the dollar sign. Variable name must not contain any space as well.


How do you decompress PHP files?

PHP isn't generally a compressed file, so it all depends on what format it was compressed into. Hope this has helped, Cpl.Vadera