John Holmes wrote:
Francisco Javier Escoppinichi Fernández wrote:

        str_replace("{contenido}", $this->buffer, $this->html);
        str_replace("{tituloSeccion}", $this->titulo, $this->html);


You have to capture the results of str_replace()... it returns the string back to you...

$this->html = str_replace(...);


Allright...set your clock ahead again so at least it looks like I get the answer before you. ;)


--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to