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->ht
Francisco Javier Escoppinichi Fernández wrote:
function Show() // This function outputs the final HTML. It's called
by another module.
{
str_replace("{contenido}", $this->buffer, $this->html);
str_replace("{tituloSeccion}", $this->titulo, $this->html
Hah!
Beginner's mistake!
I think I need some rest... I'm skipping some basic details :)
*PROBLEM SOLVED*
Thank you people...
--
Francisco Javier Escoppinichi Fernández
Email: [EMAIL PROTECTED]
Web: http://www.fire-dragon.net/
MSN: [EMAIL PROTECTED]
Cel: 044 (612) 348 91 00
"Sólo hay 3 cosas q
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 =
On Sun, 29 Aug 2004 17:45:05 -0600, Francisco Javier Escoppinichi
Fernández <[EMAIL PROTECTED]> wrote:
On Sun, 29 Aug 2004 19:36:49 -0400, John Nichel <[EMAIL PROTECTED]>
wrote:
Francisco Javier Escoppinichi Fernández wrote:
> Hello people...
>
> I have a little problem here... I hope you can
On Sun, 29 Aug 2004 19:36:49 -0400, John Nichel <[EMAIL PROTECTED]> wrote:
> Francisco Javier Escoppinichi Fernández wrote:
> > Hello people...
> >
> > I have a little problem here... I hope you can help me...
> >
> > I'm building a simple template system for a web site, and I created
> > some "tag
Francisco Javier Escoppinichi Fernández wrote:
Hello people...
I have a little problem here... I hope you can help me...
I'm building a simple template system for a web site, and I created
some "tags" in a .html file that I read using the file_get_contents()
function. The "tags" I created are somet
7 matches
Mail list logo