Hi All
My first post, hopefully the first of many.
I have a form with fields "Date Added:" and "Last Modified:", at the moment only the "Last Modified" field works correctly.
Here's the coding for the two:
PHP Code:
if var_dateAdded = "" then rsUpdate("DateAdded") = now() end if
rsUpdate("LastUpdated") = now()
I have to add that I know nothing of ASP coding, only some bash scripting...
Can one of you please help me out with this one? What I need to happen is that the "Date Added" field must only receive a time-stamp upon creation then stay as is.
The "Last Updated" filed works great at the moment, it's just that darn "Date Added"...
Thanks in advance
|