View Single Post
Old 10-21-2006, 02:28 PM   · #30
GoDesign
NamePros Member
 
GoDesign's Avatar
 
Trader Rating: (0)
Join Date: Oct 2006
Posts: 167
NP$: 0.00 (Donate)
GoDesign is an unknown quantity at this point
You should allways do basic checks when accepting data via a form, even if not entering that data into a database.
Code:
$toemail = $_POST['toemail']; $subject = $_POST['subject']; $message = $_POST['message']; -//--------------------------//- $toemail = strip_tags($_POST['toemail']); $subject = strip_tags($_POST['subject']); $message = strip_tags($_POST['message']);


strip_tags()


Please register or log-in into NamePros to hide ads
GoDesign is offline   Reply With Quote
Site Sponsors
Proof is in the Parking Buy Flash Arcade Game Script http://www.mobisitetrader.com/
Advertise your business at NamePros
All times are GMT -7. The time now is 01:45 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.