Creating a form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
presto21
Forum Newbie
Posts: 4
Joined: Wed Apr 07, 2004 8:18 am

A contest to help me!

Post 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 :D
presto21
Forum Newbie
Posts: 4
Joined: Wed Apr 07, 2004 8:18 am

Hey i Know what the form should look like!

Post by presto21 »

8) 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">&nbsp;<input type="reset">
</form>
</body>
</html>

thanks alot!!!!!!!!
but please get the php!!!!! :)
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

This is not a "write me a script and do the work I am getting paid for" forum. :evil:
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

Huh good luck - you start it then we'll help! Unless you're paying??
presto21
Forum Newbie
Posts: 4
Joined: Wed Apr 07, 2004 8:18 am

Post by presto21 »

pay well i guess i could do that..
presto21
Forum Newbie
Posts: 4
Joined: Wed Apr 07, 2004 8:18 am

Post by presto21 »

or could you send me to a web site that can help me
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply