Messages - Wordzilla [ switch to compact view ]

Pages: prev1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 92next
91
Living Room / Re: KenR's health and situation
« on: August 07, 2007, 07:29 PM »
Ken, all the best with your surgery and I hope to see you 24/7 on IRC channel soon. :)

92
Code: PHP [Select]
  1. if (!isset($search_params['match_mode']))
  2.                 $search_params['match_mode'] = $_REQUEST['match_mode'];
  3.                
  4.         switch ($search_params['match_mode']) {
  5.                 case 'whole':
  6.                 case 'smart':
  7.                 case 'any':
  8.                         break;
  9.                 default:
  10.                         $search_params['match_mode'] = 'smart';
  11.         }

Your code does look v neat, thanks for sharing.  :Thmbsup:

I have a question, thou:

What if $_REQUEST['match_mode'] isn't set (undefined index) before usage? Doesn't it generate a warning in forum log?

Code: PHP [Select]
  1. if (!isset($search_params['match_mode']))
  2.                 $search_params['match_mode'] = $_REQUEST['match_mode'];



I'm so happy it's working for you TjaMe!  :Thmbsup:

Care to post us the url to your forum here?  :)

93
Find And Run Robot / Re: 8start review
« on: August 07, 2007, 06:46 AM »
What do you think, ur1sn00per?

If you use FARR, what new exciting features would you like to see in FARR v2?

94
So far i have not encountered any (noticeable) problem with Paragon (under Vista).

I remember I had to use Paragon because Vista partition management was very limited (it didn't even allow me to merge partitions without losing data).

95
Paragon Partition Manager is what I use under Vista.

Pages: prev1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 92next
Go to full version