"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]