【发布时间】:2015-09-21 07:32:16
【问题描述】:
INSERT:<input type="text" name="my">
no of months:<input type="text" name="noofmonths">
<input type="submit" name="sub" value="submit">
点击提交按钮后,我想要相应的未来月份/年份。
Eg:INSERT: Septemeber 2015;
no of months:4;
i want an o/p:January 2016;
另一个例子:
Eg:INSERT: December 2015;
no of months:2;
i want an o/p:February 2016;
【问题讨论】:
-
似乎是一个不错的项目。如果您在尝试实施时发现任何错误,请告诉我们,以便我们为您提供帮助!
-
不知道插入的sql查询。
标签: php datetime monthcalendar