One more question...I don't know what your file setup is and it may do
exactly what you want it to, but here's something to think about:
If you have these files:
miami-one
miami.one
miami.two
Your program copies over the contents of miami-one to one. Then it
deletes both miami-one and miami
I looked at your code, and didn't see anything wrong, so I tried your
program with my own test directories...and it worked fine for me. What
exactly seems to be the problem?
One thing I noticed (but shouldn't be causing your problem) was that you
did an unlink on miami-$Name but not on miami
reate
the image (using GD), and then in the same program used print statements
to output html creating the image map, and displaying the image (just
regular ).
Hope That Helps,
Jessica Tishmack
On Wed, 23 Jan 2002, Ruotti, Victor wrote:
> Hello,
> I am writing a program to visualize g
This depends on what you want to do. If you want to verify data in a form
before it gets submitted...say a user enters an incorrect e-mail address,
and you want to prompt him for a proper one before submitting, then I
would use a cgi script that works like so:
(this is how I have done it in the p