Skip to main content
August 10, 2007
Question

MySQL datetime record not updating with DW toolbox

  • August 10, 2007
  • 1 reply
  • 575 views
Hello
just upgraded DW8 to CS3 and added DW Dev Toolbox extensions. Using registration wizard am unable to store a value for MySQL datatype 'datetime' field in new user record.

Tried adding session variable, hidden fields etc and php 'date();' function code but no luck. Any help or pointers to relevant tutorials appreciated.

TIA

Ian
This topic has been closed for replies.

1 reply

Inspiring
August 13, 2007
"planethead" <webforumsuser@macromedia.com> wrote in message
news:f9h2nm$590$1@forums.macromedia.com...
> Hello
> just upgraded DW8 to CS3 and added DW Dev Toolbox extensions. Using
> registration wizard am unable to store a value for MySQL datatype
> 'datetime'
> field in new user record.
>
> Tried adding session variable, hidden fields etc and php 'date();'
> function
> code but no luck. Any help or pointers to relevant tutorials appreciated.
>
> TIA
>
> Ian


The precursor product to ADDT named "Kollection" used the following syntax
{NOW_DT}
, here's the documentation page:
http://www.interaktonline.com/Documentation/MXKollection/098200_nextensioform.htm

HTH

Joris

August 13, 2007
Problem solved

thank you Joris