You are here:

Perl/PHP

Recent Answers

2009-11-02 PHP5 - Mail with attachment problems:

Here's part of a mail function I've used successfully in the past, when I compare it to yours it looks like there should be more than one boundary when an attachment is involved: // Construct the

2009-10-25 Perl & CGI - Help on FAST CGI settings:

Hello, I'm not familiar with a Windows environment, but I will say that 15 to 20 visitors a minute is not much of a load at all. I don't believe it's a problem that can be fixed with your config file

2009-10-24 Perl & CGI - Testing HTML forms with cgi on Windows:

Hi Filzah, You'll need to run an actual webserver to run the CGI. If it's a Perl scripts, you'll need to download a perl interpreter for windows. Apache is open source and free, so you could install

2009-10-17 PHP5 - create invoice number:

If the characters will all be numbers then I would create an integer field, if not I would define it as a varchar field (assuming it's mysql) and set the size to the max amount of characters I expect in

2009-10-16 PHP5 - create invoice number:

Hi Handoyo, If you are doing it from scratch I would definitely recommend an autoincremented ID as the invoice number, as you know it will be unique and it is light on resources. The only reasons I would

Categories

Browse Alphabetically

©2009 About.com, a part of The New York Times Company. All rights reserved.