answersLogoWhite

0

How do you install PHP scripts?

Updated: 9/17/2023
User Avatar

Wiki User

14y ago

Best Answer

You need to upload the scripts to Web Hosting space that support PHP.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you install PHP scripts?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you install PHP on a memory stick?

You can install an entire web server on your flash drive with XAMPP Portable. http://portableapps.com/apps/development/xampp You will need an entire server (at least Apache and PHP) if you want to execute PHP scripts.


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)


Php scripts are surrounded by delimiters which?

Usually <?php ... ?> or <? ... ?>


Why does your browser try to save rather than open your PHP scripts?

PHP is a server-side scripting language, which means that scripts are interpreted and executed by the server before PHP pages are sent to the client (the browser). The server replaces PHP scripts with the output it obtains from their execution and then transmits to the client the output thus obtained. Hence, your browser cannot execute PHP scripts, but it can only request PHP pages from a server which runs the scripts. Because the server is what processes the script, PHP needs to be installed on the server for the server to be able to process PHP scripts. If PHP isn't installed, the server has no idea that "foo.php" is a PHP script so just sends it to the browser as an executable - in a way that forces the browser to prompt to download it. Consult your hosting provider's help for installing, setting up or enabling PHP. Alternatively, you can install it yourself if your host provides the permissions to (See the related questions for installation help). If your host does not provide PHP support, find another host.


Where can one find free PHP scripts?

One can find free PHP scripts at a website called PHP Junkyard where one can find guestbooks, message board and link manager. One can also find it on a website called G-Scripts.


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


Where can you find php scripts that support postgresql?

Hello everybody please where can i find php scripts lms cms... that support postgresql?? THANKS for advance.


Where can I find ready made scripts in PHP?

This is marketplace for ready made PHP Scripts: phpscriptsonline dot com They are offering 450+ ready made PHP Scripts including with 100% source code + reselling rights... No encryption.. Use it for Multi domain


What are the PHP tags?

There are no PHP tags. Unlike HTML, PHP is not Markup language. They use scripts. An example would be <?php echo "Hello, World!"; ?>


Where to buy QA PHP script?

There are several sites such hotscripts.com (choose PHP, scripts and programs).


How do you edit PHP and Perl scripts?

I am asking the question?>>PHP ,Perl scripts can be edited with help of editors like Editplus,Notepad++ OR you can also use Zend IDE.


PHP server scripts are surrounded by delimiters?

Yes, PHP server scripts are surrounded by delimiters.Long starting delimiter: