Contact: aviboots(AT)netvision.net.il
41,615 questions
54,278 answers
573 users
$s = " \$this->content[0] "; echo $s . "<br>\n"; $s = preg_replace("/\s| /", '', $s); echo $s; /* run: $this->content[0] <br> $this->content[0] */