answersLogoWhite

0

What can Server Scripts Do?

Updated: 12/5/2022
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What can Server Scripts Do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you crash cs server?

Using Scripts.


PHP server scripts are surrounded by delimiters?

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


How are server-side scripts executed?

That depends on the type of coding done on server side scripts. Sometimes they need a request object from client-side to initiate the scripts to provide response while other times there are bots which initiate the server side script without a request object.An example of automated scripts execution is deleting a user who registered before 24 hours but did not confirm his e-mail.


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)


How do you edit webpage scripts?

Scripts are in plaintext, so you can modify them with any text editor. To apply the changes to the website, you need access to the server.


What server side scripts do Google use?

Google motsly uses Python.


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.


What host do you use when your MySQL database is on a separate server to your PHP scripts?

For the host you need to put the IP address of the MySQL server instead of localhost.


Is tomcat server use for php?

In normal circumstances only apache server supports php scripts. There can be some tweaking done in tomcat to support php


What is an aspnet webform?

All server controls must appear within a <form> tag, and the <form> tag must contain the runat="server" attribute. The runat="server" attribute indicates that the form should be processed on the server. It also indicates that the enclosed controls can be accessed by server scripts: <form runat="server"> </form>


When does a SQL server error happen?

Typically, SQL Server errors happen when running scripts. Errors can show up for a number of reasons, likely involving data errors. Fortunately, Microsoft makes the SQL Server and has tech support available.


What is the difference from a script and a localscript on Roblox?

A script on Roblox runs on the server side then talks to the users. This allows it to address multiple users and manage the server. Local scripts run on a users computer then talks to the server. This allows for less lag in tools.