Jump to content

PHP Issue


7pm

Recommended Posts

Well, right now your script isn't doing anything, except gathering the vartiables. It needs to first do some data checking, you know, like making sure that no required input fields were left blank, and that the data entered in those input fields is legit and secure. You can mostly check these things with regular expressions, such as making sure it's a valid email address.

Next, after you've made sure that all the data entered is where it's supposed to be and correct, then you can send it via email using the mail() function.
SORRY ALL...

THIS IS A DUPE TOPIC BY MY ERROR. DO NOT LEAVE HELP HERE, INSTEAD THE OTHER THREAD PLEASE.
[a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=87985&st=0&gopid=353433&#entry353433\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?...33&#entry353433[/a]

Thanx ;-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.