Contact: aviboots(AT)netvision.net.il
41,615 questions
54,278 answers
573 users
$s = "PHP is a general-purpose scripting language that is especially suited to web development."; if (strlen($s) > 20) $s = substr($s, 0, 20) . "..."; echo $s; /* run: PHP is a general-pur... */