Re: [PHP] Validating User Input

2002-04-19 Thread Danny Shepherd
Hi, ?php function check_input($user_input, $min=0, $max=0, $text=false, $number=false, $special=false, $default=) { $pattern=; if ($text) $pattern.='a-zA-Z'; if ($number) $pattern.='0-9'; if ($special)

Re: [PHP] Determine the difference between two dates

2002-04-19 Thread Danny Shepherd
to represent it in the format of Days,Hours,Minutes,Seconds how would that work Danny Shepherd [EMAIL PROTECTED] wrote in message 020e01c1e7a1$70098eb0$0200a8c0@dannys">news:020e01c1e7a1$70098eb0$0200a8c0@dannys... Firstly, I assume you mean Y-m-j H:i:s for the date format.

<    1   2