11-28-2008, 08:30 AM
|
#15 (permalink)
|
|
The Addict
Join Date: Apr 2008
Posts: 200
Thanks: 18
|
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
|
|
|
|