i have $string="I want to learn php"; and I want to display it like "I want......" plese help me thanks.
try something like
substr_replace ($string, "......",strpos($string," ",strpos($string," ")+1));
Saludos Gerardo
i didn't catch it please if it possible tell me more about it thanks