11-30-2007, 07:27 PM
|
#35 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: Nashville
Posts: 44
Thanks: 7
|
Quote:
Originally Posted by Morishani
Well , There you go :
PHP Code:
function a($szStr)
{
return mysql_real_escape_string($szStr);
}
|
Thanks Morishani - yea I already know that trick ;) but I'm talking about shortening the function name by default. Just a nit-pick.
|
|
|