Re: [PHP] function preg_match()

2006-01-25 Thread Denyl Meneses Guillén
now already I can see the light thanks for your help, Denyl. - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 25, 2006 8:30 AM Subject: Re: [PHP] function preg_match() > Denyl Meneses Guillén wrote: > > sorry , wha

Re: [PHP] function preg_match()

2006-01-25 Thread Richard Correia
Hey Denyl, Simple workaround ... you can use ereg_replace insted of preg_replace http://www.weberdev.com/get_example.php3?Function=ereg-replace You can sort out your PCRE installation/configuration later. Thanks, Richard On 1/26/06, Denyl Meneses Guillén <[EMAIL PROTECTED]> wrote: > > When I

Re: [PHP] function preg_match()

2006-01-25 Thread John Nichel
Guillén" <[EMAIL PROTECTED]>; Sent: Wednesday, January 25, 2006 7:56 AM Subject: RE: [PHP] function preg_match() [snip] When I try to use preg_match(), I get this... Fatal error: Call to undefined function preg_match() in /usr/home/www/library/defines.php on line 25 [/snip] Do you

Re: [PHP] function preg_match()

2006-01-25 Thread David Grant
Denyl, You need to call the person responsible for maintaining your box. Denyl Meneses Guillén wrote: > sorry , what is PCRE ? Regular Expression Functions (Perl-Compatible) > I looking my configuration with phpinfo() and not exist PCRE or similar . That's because someone disabled it in the ./

Re: [PHP] function preg_match()

2006-01-25 Thread Denyl Meneses Guillén
January 25, 2006 7:56 AM Subject: RE: [PHP] function preg_match() [snip] When I try to use preg_match(), I get this... Fatal error: Call to undefined function preg_match() in /usr/home/www/library/defines.php on line 25 [/snip] Do you get the error with all PCRE functions? Take a look at your PCRE

[PHP] function preg_match()

2006-01-25 Thread Denyl Meneses Guillén
When I try to use preg_match(), I get this... Fatal error: Call to undefined function preg_match() in /usr/home/www/library/defines.php on line 25 I have php5.0.4 ,web server Apache (Linux) . as I can solve it? Thanks, Denyl. -- This message has been scanned for viruses and dangerous c