Page 1 of 1
A contest to help me!
Posted: Wed Apr 07, 2004 8:18 am
by presto21

hey dudes..
Can you guys make a form..in html
which allows you to put a month, year, and a submit button..
which gives you a calendar, which has that month, and week days,
and day numbers. any questions or better yet the answer...
please email me at....pdyarfam@earthlink.net
P.S. only in php not javascript.
thank you

Hey i Know what the form should look like!
Posted: Wed Apr 07, 2004 8:23 am
by presto21

Hey this is what the form should look like but i still need to know the php!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
<head><title>Calendar</title></head>
<body>
<form action="calendar.php" method="POST">
<select name="month">
<option value="January">January</option>
<option value="February">February</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
<input type="text" maxlength="4" size="4" name="year">
<br>
<input type="submit" value="Submit"> <input type="reset">
</form>
</body>
</html>
thanks alot!!!!!!!!
but please get the php!!!!!

Posted: Wed Apr 07, 2004 8:31 am
by patrikG
This is not a "write me a script and do the work I am getting paid for" forum.

Posted: Wed Apr 07, 2004 8:33 am
by magicrobotmonkey
Huh good luck - you start it then we'll help! Unless you're paying??
Posted: Wed Apr 07, 2004 8:43 am
by presto21
pay well i guess i could do that..
Posted: Wed Apr 07, 2004 8:44 am
by presto21
or could you send me to a web site that can help me
Posted: Wed Apr 07, 2004 8:48 am
by patrikG
This is the tutorial section. Either post something directly relating to the tutorial or open a new thread in the PHP Code forum.
If you keep posting your one-liners in a totally inappropriate place that is meant to help others, banning you would be an option.
Posted: Wed Apr 07, 2004 9:05 am
by twigletmac
This has been split from a topic in the Tutorials forum as it did not have anything to do with the tutorial in which it was posted. Please post in the appropriate place next time.
Mac