mstembri3
03-29-2002, 11:29 AM
I have an upload function on a website that will be used to upload, scan, archive, then send to an email address.
I'm stuck on getting the web page (a php doc) to work with a bash script.
I'd like to have the php page call the bash script with a system() function, and then have the bash script call the same php page when it is done so the user can see the result of the operation.
Is this possible? If I can get the bash script to call a URL so that it will display in the users browser I think I can make it work. But I am completely in the dark as to whether this is possible, and how it can be done.
Any and all help/pointers appreciated.
I'm stuck on getting the web page (a php doc) to work with a bash script.
I'd like to have the php page call the bash script with a system() function, and then have the bash script call the same php page when it is done so the user can see the result of the operation.
Is this possible? If I can get the bash script to call a URL so that it will display in the users browser I think I can make it work. But I am completely in the dark as to whether this is possible, and how it can be done.
Any and all help/pointers appreciated.