Re: [PHP] ereg questions

2001-05-24 Thread Dan Lowe
=anything.html ? i mean.. something like it got lots of subdirectories or not. Thanks - Original Message - From: Mark Maggelet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 1:19 AM Subject: Re: [PHP] ereg questions On Thu, 24 May 2001 01:01:16 +0800, Ker Ruben

Re: [PHP] ereg questions

2001-05-24 Thread Ker Ruben Ramos
: Thursday, May 24, 2001 5:18 PM Subject: Re: [PHP] ereg questions Previously, Ker Ruben Ramos said: hmm, got a little question. 1. what's that \\1 and \\2? got any info on where u got that from? Expands to whatever the parentheses surrounded during the match. So in this case you have

[PHP] ereg questions

2001-05-23 Thread Ker Ruben Ramos
How do i change all 'a href=anything/here.html' to 'a href=file.php?file=anythinghere.php' any help out there?

Re: [PHP] ereg questions

2001-05-23 Thread Ker Ruben Ramos
] Sent: Thursday, May 24, 2001 1:19 AM Subject: Re: [PHP] ereg questions On Thu, 24 May 2001 01:01:16 +0800, Ker Ruben Ramos ([EMAIL PROTECTED]) wrote: How do i change all 'a href=anything/here.html' to 'a href=file.php?file=anythinghere.php' any help out there? I would go: $string