Hi,
im not able to understand the logic to get this script working.
What i want is the following:
-being able to put in a customer ID which gets all needed info, like ID, Name and dates registrered.
- Registration of a customer ID + name
- being able to put in 2 dates for every month (lets call it for ex. under januari, date1 and date2, for registration of certain activities)
- option to edit all of those field
- option to delete.
I was working with Dreamweaver mx 2004 to get this working, but think i have to go for plain mysql commands to insert and extract the data.
in the mysql database i have 1 table called 'produsent'
and the rows:
- prod_pk (holds the primary key)
- prodid (customer ID)
- prodnavn (customer name)
also 2 rows called:
- dato1 (date for field 1)
- dato2 (date for field 2)
but don't know if this logic works, as i want to be able to put in 2 dates for each month, which proberbly will mean that i will need 24 date fields.
please take a look here, i created this screenshot so hope you understand what i mean:
http://www.nhin.no/prod/images/proddates.gif
maybe somebody allready has a simple existing script which looks like it and i could customize.
Ropey