answersLogoWhite

0


Best Answer

Yes, a major part of the internet is web pages that can be viewed using a browser of your choice such as Internet Explorer or Firefox. PHP is one of many languages that can be used to generate dynamic webpages to displayed to website users. Most users of the internet don't write PHP, but they do access pages that are generated using it.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is PHP related to the internet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where does PHP used?

PHP is a Server side scripting language used for web development.The programs in php will be run on the server and only the output is sent to the internet browser.


How do you install PHP as a CGI?

The PHP website has a comprehensive online manual that can explain most aspects of PHP, including its installation. See the related links for a constantly-updated PHP installation guide.


How can you connect php to msql?

Use mysql_connect() php function to connect to the mysql.Please refer related link for more details.


What are semantics in PHP?

In PHP, semantics refer to the meaning of code or how statements are interpreted by the PHP engine. It involves understanding how code functions and interacts with other elements in a PHP script. Proper semantics ensure that the code behaves as expected and follows the established rules of the PHP language.


Which company owns the rights to php?

The company that owns the engine behind PHP is called Zend. Find them at Zend.com The language itself is controlled by the PHP Language Group. Licensing fun over at the PHP homepage: see related link (below).


How do you use ticks in PHP?

Backticks in PHP are simply shorthand for calling shell_exec on their contents, as in most Unix shells. See the related link.


Are there any sites to learn PHP?

Please see related links.


Where can one find PHP documents?

You can find PHP documentation on the official PHP website at php.net. The website has comprehensive documentation on PHP functions, classes, and features, as well as user-contributed notes and examples.


What is the importance of a php server?

A browser (firefox, chrome, opera, internet explorer etc) cannot read anything but html. The job of converting php code into html code is handled by a PHP Server (Apache, IIS or others).


Describe all the features of PHP?

This is fairly hard to do. PHP has nearly endless possibilities.PHP can be an Object-Oriented or Function-Oriented programming language. Though PHP is mostly used for web design, it is possible to use PHP outside of the internet, but this is complicated.PHP can do almost anything from performing simple arithmetic calculations, to providing uses with information, user accounts, and more. You can edit pictures with PHP, look up IP addresses, and handle different strings. You can even pull and alter information of mySQL databases!I highly recommend PHP, but it cannot be used if you don't have PHP installed. PHP is a free software, and can be download from php.net. You can use PHP on the internet though, as long as it is installed on that particular web server. Most free hosting websites already have PHP installed.


How do you get MySQL to work with PHP 5.3.2?

Please see the related link below.


Does Apache support PHP?

Yes, Apache Tomcat supports the installation and usage of PHP (of any version below 5, not including 5). See the related links for an official Tomcat-PHP installation guide.