Hi people, I'm a mediocre webmaster... I'm not really new to webdesign, I've got about 4 sites going now, but I joined DP forums, because I wish to learn more about SEO and site monetization. Cyah
<?php class DP { function is_new($user,$join_date) { if ($join_date < strtotime("today - 1 week")) $this->welcome($user); else $this->rep(); } function welcome($user) { return "Welcome to DP ".$user."! hope you enjoy your stay as much as i have."; } function rep() { return "YOU LOSE!"; } } $user = new DP; echo $user->is_new("Cifra",1180742400); ?> PHP: welcome to DP Cifra. i had to reply because of the post title. loved it.
heck u beat me to that PHP code. nice one but i am only learning it so i guess i could create that simple if statement only
Hi there! whaddup! i hope "we'll" enjoy our stay here Cifra! i mentioned "we".. to include myself cuz im new here too... Just showin some love!