Bryan - Gendev
Programmer
I run a QNAP web server with PHP running.
On a form on my web site I am currently using a cgi_bin facility through a colleague's ISP to perform actions after a user fills out a small txt area - (after clicking a [Send] button).
No work done on my server. He is changing ISP and the cgi will not be available to me.
I want to transfer the capability to my server.
The actions are to
1 send ME an email with the text area content
2 send THEM a new page with the URL to my application's setup file download.
My email is fixed and theirs is added in the text area.
Many thanks if you can suggest some code example.
GenDev
On a form on my web site I am currently using a cgi_bin facility through a colleague's ISP to perform actions after a user fills out a small txt area - (after clicking a [Send] button).
No work done on my server. He is changing ISP and the cgi will not be available to me.
I want to transfer the capability to my server.
The actions are to
1 send ME an email with the text area content
2 send THEM a new page with the URL to my application's setup file download.
My email is fixed and theirs is added in the text area.
Many thanks if you can suggest some code example.
GenDev