answersLogoWhite

0


Best Answer

Use the "system" function: system("Command.exe"); (See: php.net/system)

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you place a call to a command line executable within a PHP script?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which tag is used to implement javascript in an HTML file?

The SCRIPT tag is used to implement a JavaScript (or other kind, i.e. VBScript) in an HTML document. The tag can either contain the actual JavaScript code, or can point to an external script file that should be included at render-time. To add JavaScript directly to the document in HTML 5, place these tags in either the HEAD section or just prior to the BODY sections closing tag. <script type="text/javascript"> //JS code goes here </script> To call an external JavaScript file, use the "src" attribute, like so: <script type="text/javascript" src="path/to/script.js"></script> If you're unsure of where to put the JavaScript tags, see the related answer(s).


What do you mean by declaration not allowed here in C programming?

Declarations aren't allowed everywhere; you've found a place (after an executable statament, most likely), where a declaration cannot be put.


How do you check which extensions are dynamically loaded in PHP?

AnswerTo get the list of currently loaded extensions within a PHP program. Use get_loaded_extensions() function.To check what extensions are loaded by PHP on a given server, type this on the command line:php -mHere is a php script that will list the loaded extensions in a table. Save this file as phpext.php and place it on your website. Go to this file in your web browsers and see a list of loaded extensions:


What does embed mean?

It means to place within a group.


You can place particular numbers within the parentheses of function notation?

The answer is TRUE

Related questions

How do you add a ko and wo script on your roblox place?

This is known as a leaderboard. You can find it in the basic toolbox. If you're looking to script them, you would use IntValues within the Player, with the first descendant named "leaderstats".


How do you use VIP Commands in Roblox?

VIP commands are generally used by typing a command in the chat box, and pressing enter. A script in the game will then pick up this command, and do something in the game. To use VIP commands you first need to have a VIP commands script in the game that has you listed as a VIP. After you do this, save your place, and play the game. Also, most VIP command scripts will give you a list of the commands that you can use if you chat 'Commands'


What are the admin script on Roblox?

Admin command scripts on Roblox are scripts that allow players to control various aspects of a place using chat commands. For example, a player using an admin commands script could chat "maxheath/player/500" to change a player's maximum health to 500. Admin command scripts can be obtained from the free models.


Can you get a free script of 'Wizards of Waverly Place' online?

Yes you can on go www.wizards-weeklyshow.com and click on becoming an actor and click on the script and there you have a real script from Wizards of Waverly place


Where can you find a free script for Justin's little sister Wizards Of Waverly Place?

there is NO place to find this script and i need it 4 school


How do you make a script building place on roblox?

Use one of Anaminus's Script building games.


Wizards of Waverly place script?

Topix.com


Do the people in wizards of Waverly place read from a script?

The actors need to read from a script to know what to act.


What is a place on a web page that is programmed to connect to a particular file on the same network server?

executable file


Where can you find a Wizards of Waverly Place script?

Nowhere.


How do you place italics in Java script?

document.write("<i>Hello</i>");


How do you make people admins on roblox?

There is no way to make another user an admin on the Roblox website. However, you can give a user admin-like powers within your place using an admin commands script. Check out the related questions below for instructions on how to use an admin commands script.