Re: [PHP-DB] Unique Format

2003-10-22 Thread CPT John W. Holmes
Use htmlentities() or htmlspecialchars()... ---John Holmes... - Original Message - From: "Tonya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 1:07 PM Subject: [PHP-DB] Unique Format PHP 4.3.3 and MYSQL I am constructing a site

Re: [PHP-DB] Unique Format

2003-10-22 Thread Jordan S. Jones
Tonya, If the handle is only for display purposes in Html, you should look into the htmlentities () or htmlspecialchars () functions. htmlentities: http://www.php.net/htmlentities htmlspecialchars: http://www.php.net/htmlspecialchars Jordan S. Jones Tonya wrote: PHP 4.3.3 and MYSQL I am const

[PHP-DB] Unique Format

2003-10-22 Thread Tonya
PHP 4.3.3 and MYSQL I am constructing a site for gamers that has a member registration form with field 'Game Handle'. Gamers are funny in that their game alias can include just about any character you can imagine. Setting up an ereg for this would be quite difficult. However, I *do* want t