View Single Post
Old 11-28-2008, 08:30 AM   #15 (permalink)
zxt3st
The Addict
 
zxt3st's Avatar
 
Join Date: Apr 2008
Posts: 200
Thanks: 18
zxt3st is on a distinguished road
Default

Thanks Tanax, im adding it up to the list of functions that i will be needing for the project.
PHP Code:
public function real_escape_string($string);
public function 
stripslashes($string);
public function 
fetch_array($string); 
Btw, as what i put on the parameters on my 3 functions above, is it possible/okay to have it the same variable name to all the three functions? Coz im confuse, since i dont declare those variables inside the class itself but there are just mere parameter(s) within methods right? So it come to my mind, that maybe its possible. What do you guyz think?


All the best,
t3st
__________________
Serenity Project - 5% (Layout) - Ongoing....
Project Serenity Free Life!....
zxt3st is offline  
Reply With Quote