Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNIX Commands 1

Status
Not open for further replies.

peacecodotnet

Programmer
Joined
May 17, 2004
Messages
123
Location
US
How do you execute UNIX commands through PHP? And, does anyone know a place that has an archive of UNIX commands, so that I can know what I want to do right away?

Peace out,
Peace Co.
 
There are several functions;
1. exec()
2. system()
3. passthru()

Have a look at the PHP manual entries and be aware of the dangers involved.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top