a Replacement using Case-Insensitive Regular Expression.

read it here : www.phph.net/eregi-replace



Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com




-----Original Message-----
From: phpLover [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 3:23 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Replacing A Word in HTML page


Thanks for your answerm but what does eregi_replace() do?

Regards


"Steve Werby" <[EMAIL PROTECTED]> wrote in message
045801c08e7f$3c4f61c0$6401a8c0@mobile">news:045801c08e7f$3c4f61c0$6401a8c0@mobile...
> "phpLover" <[EMAIL PROTECTED]> wrote:
> > I want to read an HTML page from another site and replace certain
> characters
> > with capital letters and show them in another dynamically generated web
> page
> > on my site. I know this is possible in Perl, but can this be done in
PHP?
> If
> > yes, then how?
>
> It's definitely possible in PHP.  I've done it.  You probably want to use
a
> combination of fopen() and other file handling functions, eregi_replace()
> and str_replace().
>
> --
> Steve Werby
> COO
> 24-7 Computer Services, LLC
> Tel: 804.817.2470
> http://www.247computing.com/
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to