Re: [PHP] Enough is Enough.......

2003-07-22 Thread Marek Kilimajer
I used to have the same problem. It seems it's not safe to include a file you have just writen. Beauford.2005 wrote: Done. You must have read my mind. I just finished putting the whole thing in MySQL - since I am using it anyway to hold all my other data it was easy to do. Took me about 45 minute

RE: [PHP] Enough is Enough.......

2003-07-19 Thread Beauford.2005
e other is didn't work though. I know my logic is correct, but maybe what I was trying to do just wasn't feasible. Thanks for the input. -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: July 19, 2003 2:33 AM To: PHP Subject: Re: [PHP] Enough is Enough...

Re: [PHP] Enough is Enough.......

2003-07-18 Thread Curt Zirzow
Beauford.2005 <[EMAIL PROTECTED]> wrote: > Hi, Hello > [...] > > $list = preg_replace('/(<.*?>)(.*)/', '$2$1', $list); > sort ($list); > $list = preg_replace('/(.*?)(<.*>)/', '$2$1', $list); what is list after the first preg and after the second one, that regex doesn't look sa

[PHP] Enough is Enough.......

2003-07-18 Thread Beauford.2005
Hi, I apologize for all the emails on this, but I'm truly at a loss here and really need some input as to what I need to do to get this working. I have a FORM with two drop down menus and have the entries saved in two separate .inc files i.e: Alfredsson Arnott Aucoin Audette Etc... Bates Battag