Input Forms

From: Paul Joseph McGee <mcgee(at)student(dot)cs(dot)ucc(dot)ie>
To: pgsql-php(at)postgresql(dot)org
Subject: Input Forms
Date: 2001-03-25 16:01:10
Message-ID: Pine.OSF.3.96.1010325164246.24677A-100000@student.cs.ucc.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi

I have a table in my database which has a column of type date. When I
retrieve the date from the database, I brake it up into seperate
variables, as in $day, $month, $year. My problem is that I give the user
the chance to change the date that is in the database so I have 3
input/text fields that the user change select the day, month and year. BUT
I want the selected day, month, year to be the one that is in the database
so the user will then decide if that date is alright.

I don't know how to do this, would it be javasript, and if so would it be
something like onload???

Thanks

Paul

Browse pgsql-php by date

  From Date Subject
Next Message Grant 2001-03-26 00:11:46 Re: Converting POSTGRESQL timestamp to UNIX timestamp
Previous Message Michael Fork 2001-03-23 20:42:05 Re: format date retrieved from database