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