Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...