Results 1 to 2 of 2
I have some PHP pages which I want to keep in a web server where frm some users can access it using LAN....is it possible using CGI????can anybody plz give ...
- 02-24-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 1
Plz Help
I have some PHP pages which I want to keep in a web server where frm some users can access it using LAN....is it possible using CGI????can anybody plz give some basic idea about this...Actually I have started preparing CGI-BIN...
I have an user interface with TCL-TK...there when a button is pressed I want some Commands to get executed in the Shell.....Is there any way to do that????plzzzz
- 02-24-2008 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Regarding the tclTk button - the exec command is supported so assign:
exec (then your linux command here) to your button press.
Here is an example
exec /bin/sort -u /tmp/data.in | /bin/wc -l


Reply With Quote