Hello,
I am having trouble getting my perl script to redirect to another page. The code is very simple, and is nested within an if statement. It goes something like this:
if(....whatever)
{
print "Location: http://www.site.com/";
}
All it does is simply print that on the actual browser, not...
Hello,
I am uploading a file to my server, and was wondering if anyone could let me know how to include a couple types of files. I located this general peice of code from the FAQ, but cannot seem to get the other file type right. Basically, I want the user to be able to upload text files...
Hello,
I have been working on a simple Perl script that would allow people to send an e-mail and attach a file from thier computer. The server I am running is UNIX I believe. The problem is that I can attach files to the e-mail that are on the server, ie. "/home/www/domain_name/text.txt"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.