Contact: aviboots(AT)netvision.net.il
39,855 questions
51,776 answers
573 users
class test { function f($s) { echo $s; } } $_GET['user'] = "dan"; // example $t = new test; $t->f($_GET['user']); /* run: dan */