Re: [PHP] Stop neurotic posting - my take on it.

2003-08-14 Thread Larry R. Sieting
gt; > > > "RTFM http://php.net/preg_match"; > > > > A good answer would be: > > > > "That can be done with a regular expression. The function you're looking > > for is called preg_match. http://php.net/preg_match"; > > I fail to see the di

Re: [PHP] Need a function to calculate time difference.

2003-07-02 Thread Larry R. Sieting
Hi, I just went through this... for my daughters drive time for a level one michigan license. Thanks to Wendell Brown for the help. following is my create table command; CREATE TABLE `mileage` ( `id` int(11) NOT NULL auto_increment, `drive_date` varchar(12) NOT NULL

[PHP] time calcs

2003-06-29 Thread Larry R. Sieting
09:45:32 = 00:39:51 Do I need to break the stored time values apart and do calcs on each segment? I am not storing the calculated time. Larry R. Sieting -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie and learning

2003-06-27 Thread Larry R. Sieting
read sections of it at a time (chunk). And I hope that I will be able to answer most of my own questions there or in other resources before I have to submit to the list. Thanks. Larry R. Sieting -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net