Hi everyone,
I have a really annoying problem.
Here we go. I have written a basic cgi script that prints submited info
to a file. If the file isn't there, it gets created.
So
/www/htdocs/enquiry.htm uses <form> to send to my cgi script
enquiry.txt gets created or amended.
BUT
if I have the same <form> field appear in a dynamically created file then
it won't work. If enquiry.txt exists already then it is amended but if it
isn't then it refuses to be created.
ie
/cgi-bin/results.cgi has "Make an equiry click here"
/cgi-bin/enquiry-for-prod-X.cgi with <form> field
NOPE doesn't want to write the file.
Any reasons why people?
I would appreciate any advice.
Thnks
Rod