PDA

View Full Version : Adding a new item to join form


Silver
04-28-2003, 07:08 AM
Hi all,

I made the membership tutorial as seen http://www.phpfreaks.com/tutorials/40/0.php here.

I want to add 3 dropdown boxes, one for Date, one for Month and one for Year, which parts of which files would I need to modify except the main join page to achieve this?

Thanks!

missing-score
04-29-2003, 03:44 PM
Hi.

To add that in to the form, you would need to edit the database and the PHP code to match. This would not be too hard.

I suggest that you read a little more about using $_POST and $_GET, and using mysql database functions.

www.php.net
www.mysql.com