Re: [PHP] Perl find and replace in PHP

2007-03-26 Thread Zoltán Németh
2007. 03. 26, hétfő keltezéssel 21.17-kor [EMAIL PROTECTED] ezt írta: > Hi All > > I am porting some perl to PHP and have struck a small snag. The perl > script has quite a few substitutions that take place so data can be fed > into a html page. > > The script uses the following perl syntax > >

[PHP] Perl find and replace in PHP

2007-03-26 Thread rluckhurst
Hi All I am porting some perl to PHP and have struck a small snag. The perl script has quite a few substitutions that take place so data can be fed into a html page. The script uses the following perl syntax $html = `cat search_results.html`; $html =~ s/%Accom/$accom/g; As I understand perl tha