Page 1 of 1

how can i do this?

Posted: Tue May 18, 2004 7:24 pm
by sterileviolence
i want to desing a php page that is a form and you would fill in the date and than a small body box and you would submit it and it would add the entry to other entries on my news page, i am a newbie when it comes to php, but i want to learn php and learn how to add this feature to my site, its just a news page that updates by this. if anyone is willing to help me that would be great thank you.

Posted: Tue May 18, 2004 7:29 pm
by hawleyjr
If you are trying to pass variables to different pages use session variables. If you are tyring to pass the values of a text box to other text boxes on the same page use javascript.

Please post code...

Posted: Tue May 18, 2004 8:18 pm
by McGruff
Sounds like a simple form. Point the action at your form processor script.

There are lots of tutorials on the net about this. Sorry working away from home so I don't have my bookmarks with me right now.

If the date should always be the current date, it would be better to set current date in a hidden field to avoid user errors.