Thread: PHP6 Wishlist
View Single Post
Old 11-30-2007, 07:27 PM   #35 (permalink)
aristoworks
The Contributor
 
aristoworks's Avatar
 
Join Date: Nov 2007
Location: Nashville
Posts: 44
Thanks: 7
aristoworks is on a distinguished road
Default

Quote:
Originally Posted by Morishani View Post
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.
Send a message via AIM to aristoworks
aristoworks is offline  
Reply With Quote