This is a discussion on "Send Command Lines from PHP Interface Face?" within the PHP Forum section. This forum, and the thread "Send Command Lines from PHP Interface Face? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Send Command Lines from PHP Interface Face?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Send Command Lines from PHP Interface Face?
Hi, could somebody please help me with this query please? I know you can use php cli, but can you send command lines from a php web interface?
Currently i can only edit values in a application from command line, i would like to design some sort of web interface to be able to do the exact thing. If anyone can help, it would be much appreciated!! |
|
|
|
||||
|
Re: Send Command Lines from PHP Interface Face?
Yes you can use the backtick operater.
e.g.
There also commands such as exec() and system() to use. Just google them
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Send Command Lines from PHP Interface Face?
Cheers!!
|
|
||||
|
Re: Send Command Lines from PHP Interface Face?
Be sure to use the backtick ` not the inverted comma (or whatever you want to call this: ').
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Send Command Lines from PHP Interface Face?
On the same subject, im also trying to execute a batch file from the php page.
Ive got: echo exec('load.bat'); after submission the page is doing something but nothing executes. The batch file loads fine when i click it manually! any ideas please? thanks! |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Asp to execute a command in a .exe file | Andrew1986 | Classic ASP | 7 | Jan 11th, 2008 09:44 |
| Face lift | frinkky | Graphics and 3D | 4 | Jan 16th, 2007 15:32 |
| Datagrid and update command | Mitsuki | ASP.NET Forum | 0 | May 16th, 2006 05:06 |
| Image Slideshow with face | sing2trees | JavaScript Forum | 2 | Apr 24th, 2006 03:39 |
| Need help with document.write command | MojoP | JavaScript Forum | 0 | Aug 15th, 2005 18:15 |