TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 3 of 3
Search took 0.02 seconds.
Search: Posts Made By: gilzow
Forum: Absolute Beginners 12-21-2007, 10:11 PM
Replies: 25
Views: 1,484
Posted By gilzow
if (!preg_match('/^[A-Za-z ]+$/', $name) ||...

if (!preg_match('/^[A-Za-z ]+$/', $name) || trim($name)=='') {
$error.="Please, go back and fill out your name. This is your actual name that we will need, not your username.<br>\n";
}
Forum: Absolute Beginners 12-21-2007, 04:07 PM
Replies: 25
Views: 1,484
Posted By gilzow
Your pattern needs to have forward slashes before...

Your pattern needs to have forward slashes before and after the pattern. Try this insteadif (!preg_match('/^[A-Za-z ]+$/', $name)) {
$error.="Please, go back and fill out your name. This is...
Forum: Absolute Beginners 12-20-2007, 10:16 PM
Replies: 25
Views: 1,484
Posted By gilzow
Sanitation is the process of removing...

Sanitation is the process of removing characters/data from the user-supplied data that you do not want. It can also be known as filtering. However, the problem with either is that someone will...
Showing results 1 to 3 of 3

 

All times are GMT. The time now is 09:35 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design