answersLogoWhite

0

Yes, Chrome has PHP module enabled. It can be used for testing and developing PHP websites.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Can you open php file in your PC?

Since a PHP file basically is a text file, yes. But beware - opening and running a PHP file are not the same. If you want to run a PHP file, you will need a webserver with PHP module enabled.


What is PHP enabled host?

A host that allows you to write in PHP


Where can you get free e-books on php?

http://www.w3schools.com/PHP/ use google and google books


What is the number 1 country that searches for PHP on Google?

The US has the most frequent searches of the acronym PHP on Google.


What does php mean in Chinese?

PHP is "Hypertext Preprocessor", use google translator to make it Chinese :D


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).


What is meant by PHP build is missing curl extension?

This means that the curl (Client URL) module is missing or has not been enabled.First - check your PHP extension folder for the curl module file (php_curl.dll in Windows). If it's missing, download it (a quick google search should reveal several places to retrieve the file) and place it in your PHP extension folde.Next, open your PHP.ini file and find the line:;extension=php_curl.dll... then remove the ;extension=php_curl.dllRestart apache and you should be right to go.Hope that helps.


Which sever is best to use PHP language amazon or Google?

This is a very confusing question, if you are meaning Amazon EC3 then yes as Google's cloud service does not support PHP at the moment.


How do you edit a PHP file?

Open it in Notepad. Add or remove whatever code you want. To test, you will have to upload it to a PHP enabled webhost, or you will need to install MySQL, PHP, and Apache on your computer. Use Editor to edit the PHP file. Example: Notepad++ , editplus ,Zend IDE ,Netbeans IDE


What line is added to the Apache configuration file to ensure that PHP extensions are recognized?

Adding the following lines to the Apache 2.x configuration file will associate .php files with PHP, given the PHP 5 module (DLL file) is also loaded through the configuration: <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch>


How do you make a comments page on dreamweaver?

You'd need PHP and mySQL knowledge for this. Search Google for "Free PHP Comment Scripts".


How do you make a document in PHP about image manipulation?

I have had a lot of experience with image modification modules with PHP. In order to perform image manipulation in PHP you need an image processing module installed such as GD2 or imagemagik. GD2 comes with PHP and can be installed fairly easily if it is not already installed. You can follow the PHP GD manually for the usage of these functions.