RE: [PHP] Regex Assistance

2002-05-28 Thread Scott Hurring
"yadda?no=where&list=XXX"); --- Scott Hurring Systems Programmer EAC Corporation [EMAIL PROTECTED] Voice: 201-462-2149 Fax: 201-288-1515 > -Original Message- > From: Scott Reismanis [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 27, 2002 10:00 PM > To: [EMAIL PROTECTED] &

RE: [PHP] Regex Assistance

2002-05-27 Thread Martin Towell
day, May 28, 2002 12:00 PM To: [EMAIL PROTECTED] Subject: [PHP] Regex Assistance Hey All, I am just begining to learn regex functions in PHP. Anyhow I am trying to code a preg_replace function which basically cleans a URL. What I mean is say a url is index.php?page=hello&list=10&start=4

[PHP] Regex Assistance

2002-05-27 Thread Scott Reismanis
Hey All, I am just begining to learn regex functions in PHP. Anyhow I am trying to code a preg_replace function which basically cleans a URL. What I mean is say a url is index.php?page=hello&list=10&start=4 you pass that URL and say 'list' to the function (shown below) Anyhow I want that to t