hi,
i have a form in which i submit several variables stored in an array. when i click on submit i want to check on the next page the values of the variables and if necessary go back to the previous page and change the values entered there. for this purpose i used javescript history.back(). it all seems to be fine, if i had clicked on previous page all my entered values were there. but since i use sessions the values have gone.
any ideas ?
thx, alex
Hi,
Just want to know how can i add 1 day into a date.
Example: 12-5-2002 + 1 = 13-05-2002
I try this before but the result i got is Date = 13 only. month and year wont be appear.
Do anyone know how to do this? using what function or ??
Thanks, Ming