Re: [PHP] unexpected '@' in preg_replace???

2007-10-30 Thread Zoltán Németh
2007. 10. 29, hétfő keltezéssel 11.17-kor Daniel Brown ezt írta: On 10/29/07, Zoltán Németh [EMAIL PROTECTED] wrote: hi list, I have this code: [snip!] Parse error: syntax error, unexpected '@' in /home/znemeth/public_html/test/pregreplacetest1.php(94) : regexp code on line 1

Re: [PHP] unexpected '@' in preg_replace??? - SOLVED

2007-10-30 Thread Zoltán Németh
2007. 10. 29, hétfő keltezéssel 09.17-kor Jim Lucas ezt írta: Daniel Brown wrote: On 10/29/07, Zoltán Németh [EMAIL PROTECTED] wrote: hi list, I have this code: [snip!] Parse error: syntax error, unexpected '@' in /home/znemeth/public_html/test/pregreplacetest1.php(94) : regexp code

Re: [PHP] unexpected '@' in preg_replace???

2007-10-30 Thread Daniel Brown
On 10/30/07, Zoltán Németh [EMAIL PROTECTED] wrote: 2007. 10. 29, hétfő keltezéssel 11.17-kor Daniel Brown ezt írta: On 10/29/07, Zoltán Németh [EMAIL PROTECTED] wrote: hi list, I have this code: [snip!] Parse error: syntax error, unexpected '@' in

Re: [PHP] unexpected '@' in preg_replace???

2007-10-30 Thread Zoltán Németh
2007. 10. 30, kedd keltezéssel 10.21-kor Daniel Brown ezt írta: On 10/30/07, Zoltán Németh [EMAIL PROTECTED] wrote: 2007. 10. 29, hétfő keltezéssel 11.17-kor Daniel Brown ezt írta: On 10/29/07, Zoltán Németh [EMAIL PROTECTED] wrote: hi list, I have this code: [snip!] Parse

[PHP] unexpected '@' in preg_replace???

2007-10-29 Thread Zoltán Németh
hi list, I have this code: ?php $mit = array( /\r/, // Non-legal carriage return /[\n\t]+/, // Newlines and tabs '/[ ]{2,}/', // Runs of spaces, pre-handling

Re: [PHP] unexpected '@' in preg_replace???

2007-10-29 Thread Daniel Brown
On 10/29/07, Zoltán Németh [EMAIL PROTECTED] wrote: hi list, I have this code: [snip!] Parse error: syntax error, unexpected '@' in /home/znemeth/public_html/test/pregreplacetest1.php(94) : regexp code on line 1 Fatal error: preg_replace() [a

Re: [PHP] unexpected '@' in preg_replace???

2007-10-29 Thread Jim Lucas
Daniel Brown wrote: On 10/29/07, Zoltán Németh [EMAIL PROTECTED] wrote: hi list, I have this code: [snip!] Parse error: syntax error, unexpected '@' in /home/znemeth/public_html/test/pregreplacetest1.php(94) : regexp code on line 1 Fatal error: preg_replace() [a