if you want something done right, do it yourself. it's normal, being a programmer myself, I do buy some scripts. But I don't endorse buying...
try this adding to your .htaccess file <IfModule mod_php.c> php_value post_max_size 15M php_value upload_max_filesize 15M </IfModule>
if you are using MySQL, define a field that is timestamp type.
a simple padding function would used something like this function padTenZeroes($number){// pad ten zeroes return sprintf("%010d",$number); }
I believe in the saying "You get what you pay for"
well they surrendered the fight, it's about time i think that's what US gov't wants to do all these years. Long live the IRS.
i think the database isn't set yet. :)
Hi Leo, Can you describe what kind of installation of code. 2slick
use Paypal IPN's to control the downloading process, make a table that will insert emails and transaction details. or you can use payloadz system
if it is in the same server, use reference <?php include ("footers/links.php"); ?> on an external server...
the easiest trick would be using an onsubmit on the form and process those id's as csv, pass them to a form variable.
you may try this script http://www.phpuploadscript.com good luck.
why dont you contact the script seller, they might offer you great support. good luck.
i think the default php.ini on IIS when you use their installer has short tags disabled, just enabled it. short tag: <?=$variable?> <? /* php...
Separate names with a comma.