On Jul 9, 2007, at 10:56 AM, Jim Lucas wrote:

Jason Pruim wrote:
Okay so given this section of code:
$taskTime=mktime(00,00,00,$_POST['txtReschedule']);

where are you getting the $_POST['txtReschedule'] var from?

in the html below, your var is $_POST['tasks'][#]['txtReschedule']

What does this var value look like?

try strtotime() on it and see what you get.

I was getting it because that's how I always pull posted variables :) I did try using the one you posted, even switching out the # for $row ['id'] and couldn't get that to work.

strtotime() wasn't reporting anything that I could see.

I feel like I am so close to having this right, but yet, so far....

Thanks for looking!



--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424
www.raoset.com
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to