[kdewebdev-webdeveloper] Form Problem
Graeme Nichols
gnichols at tpg.com.au
Fri Feb 25 16:12:30 EST 2005
Hamster wrote:
>On Thu, 24 Feb 2005 15:42:14 +1100
>Graeme Nichols <gnichols at tpg.com.au> wrote:
>
>
>
>>One other thing, If I were to put a script in a subdir of my web space
>>and then point to that script from my form would it perhaps work? I
>>guess it rather depends on whether I can set execute permission on the
>>script dir and the answer to that is probably 'No'. My ISP is not a
>>unix user.
>>
>>
>
>If your ISP does not support server side scripting (eg php) then putting
>a script anywhere in your webspace would not help - there's nothing to
>actually process it. If you put a script somewhere you have to have a
>programme to interpret and run that script. With your ISP, nothing is
>available to do that.
>
>
Yes, too slow upstairs, too quick on the send. I realised straight after
I sent the email that it was no use me putting a script in as I would
need the program to run it. Forgive my stupidity please.
>If your ISP will let you write php scripts, then the solution to your
>problem is to remove the action="mailto" and replace it with
>action="http://". The script living at that http:// location will
>process the form submit and send you an email. But you said no server
>side scripting so that's not an option.
>
>Try to find a free webform processing site (or I can write one on my
>site for you). In your form you'll then write
>action="http://free-webform-site.com/myscript.php". You then need to
>write a small php script that emails you the results of the form submit.
>(Unless of course they provide such scripts). This php script won't use
>any mailto: business, just the php library to send an email. It's very
>simple to use.
>
>
I am in the process of trying a free service. Will let you know how I
get on. Thanks for all your help. I appreciate it.
--
----------------------------------------------------------------------
Kind regards,
Graeme.
----------------------------------------------------------------------
The Gurus of Unix Meeting of Minds (GUMM) takes place Wednesday, April
1, 2076 (check THAT in your perpetual calendar program), 14 feet above
the ground directly in front of the Milpitas Gumps. Members will grep
each other by the hand (after intro), yacc a lot, smoke filtered
chroots in pipes, chown with forks, use the wc (unless uuclean), fseek
nice zombie processes, strip, and sleep, but not, we hope, od. Three
days will be devoted to discussion of the ramifications of whodo. Two
seconds have been allotted for a complete rundown of all the user-
friendly features of Unix. Seminars include "Everything You Know is
Wrong", led by Tom Kempson, "Batman or Cat:man?" led by Richie Dennis
"cc C? Si! Si!" led by Kerwin Bernighan, and "Document Unix, Are You
Kidding?" led by Jan Yeats. No Reader Service No. is necessary because
all GUGUs (Gurus of Unix Group of Users) already know everything we
could tell them.
-- "Get GUMMed," Dr. Dobb's Journal, June '84
More information about the kdewebdev-webdeveloper
mailing list