Hi guys,
I have a form in html , all description below:
first: name of persion (input type box)
second: job profile (input type box)
third: experience from: list box (Month : Jan, Feb,.. format) and
experience to: list box (year: 2008,2007,2006, ...)
In Mysql database only 4 filed,
1. Name(data type - varchar),
2. Profile(data type - varchar)
3. Experience From, (data type - Date)
4. Experience To :(data type - Date)
I want to store date only month and year month should be first three letter in txt is mondatry (like Jan, Feb,) Means copmlete date format should be like this Jan 2008.
What shold data type and how we manipulate(inse rt and edit ) ony month year throw php and mysql . The Fom and To field should be date data type mondatory.
pls help me. I'm stuck.
I have a form in html , all description below:
first: name of persion (input type box)
second: job profile (input type box)
third: experience from: list box (Month : Jan, Feb,.. format) and
experience to: list box (year: 2008,2007,2006, ...)
In Mysql database only 4 filed,
1. Name(data type - varchar),
2. Profile(data type - varchar)
3. Experience From, (data type - Date)
4. Experience To :(data type - Date)
I want to store date only month and year month should be first three letter in txt is mondatry (like Jan, Feb,) Means copmlete date format should be like this Jan 2008.
What shold data type and how we manipulate(inse rt and edit ) ony month year throw php and mysql . The Fom and To field should be date data type mondatory.
pls help me. I'm stuck.
Comment