Hello lew3, would this be what you're looking for: php digital downloads script It has many different functions, including the automatic email,...
Hello eritrea1, This may be of some use. It's a downloadable universal php form validator script with instructions. Hope it helps....
You can get EZAutoDownloads here: http://www.downloadeasyphpscripts.com/phpdigitaldownloadsscript.html It will allow you to sell digital...
Hi, I've been working on a wordpress plugin that does exactly what you're asking for. It will allow you to enter keywords for posts and the...
Hello all, I'm making this post to try and determine what the primary reasons and goals are when people want to set up a membership or members...
Hi Thomas, A contact page in it's simplest form will have the code below: <?php if($_POST["action"] === "submit_contact") { $emailto =...
Hi there, are you by chance just looking for a way to submit the form without using a button? If so, you could use javascript to submit it. For...
Hi there. I think the recaptcha project from google is exactly what you're looking for. It's free and only takes a few minutes to set up. You can...
Hi John, If I understand correctly, you're looking for something like this: This would be the url_array.php file and will contain a...
Hi Max, It's this line right here (it's looking for $_GET instead of $_POST): Lower Case, spelled out: <?php echo...
Hi again Max, I've run into that same issue with the states before. What i did was make an include file that contains an array with the state...
Hi Max, You'll want to change this: to this: <?php echo str_replace(' ','-', strtolower($_POST["city2"])); ?>
Excellent! It looks like it may be in the email validation. You could change this: //validate email if (strpos($_POST["email"], "@")<1 or...
Separate names with a comma.