|
Posted by Alvaro G Vicario on 06/07/05 12:45
*** socialism001@yahoo.com wrote/escribió (6 Jun 2005 23:35:02 -0700):
> $value = implode($disp_cap," - ",substr($value,0,300));
> Warning: Wrong parameter count for implode() in
> /home/GQ/public_html/bb/test.php on line 92
http://www.php.net/implode
As you can see, implode() does _not_ have three arguments.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
[Back to original message]
|