help with form!! Please help!
Moderator: General Moderators
-
compwiz61985
- Forum Newbie
- Posts: 11
- Joined: Tue Jul 30, 2002 9:31 pm
help with form!! Please help!
Hi! I'm new to php! I need some help with a form! I need a form with one feild! a text feal a large one! I need what ever you type in it to be writted to a .php file! can someone help me???
compwiz61985@yahoo.com
compwiz61985@yahoo.com
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Have you done anything at all to start on this job? This is not a script writing service (if you want to pay someone to do this for you post in the jobs forum). We will help you with code that you've written that you're having problems with but people are unlikely to post a full script for you unless it's something that they've already done. So what have you got so far?
Mac
Mac
-
compwiz61985
- Forum Newbie
- Posts: 11
- Joined: Tue Jul 30, 2002 9:31 pm
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
-
compwiz61985
- Forum Newbie
- Posts: 11
- Joined: Tue Jul 30, 2002 9:31 pm
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Then you need to start with tutorials:
http://www.phpcomplete.com
http://www.phpbuilder.com
http://www.zend.com
As I stated before, this is not a script writing service.
Mac
http://www.phpcomplete.com
http://www.phpbuilder.com
http://www.zend.com
As I stated before, this is not a script writing service.
Mac
-
compwiz61985
- Forum Newbie
- Posts: 11
- Joined: Tue Jul 30, 2002 9:31 pm
In the action field you need to insert the php page that will be retrieving the from variables and creating and/or updating a file.
In the the php page you submit to you need to first retrieve the data from the form. Then open a file to write the data to, then write the data and close the file.
That is logical progression of steps to complete the task you want. If you are unsure of any step look for tutorials on how to do that particular task. Then if you start getting errors and can't figure out what's wrong, post the code you wrote here along with the errors and we'll help you debug the script.
In the the php page you submit to you need to first retrieve the data from the form. Then open a file to write the data to, then write the data and close the file.
That is logical progression of steps to complete the task you want. If you are unsure of any step look for tutorials on how to do that particular task. Then if you start getting errors and can't figure out what's wrong, post the code you wrote here along with the errors and we'll help you debug the script.