Jump to content

Alright, I'll go ahead and explain what I am doing, and what I need help with. So, currently I am trying to setup a form on my website, that will post the information submitted in the form to a text document. I have the php coded correctly, but every time I submit the form it takes me to this error,  post-158156-0-93553300-1439943147.png If you can help me, PLEASE DO.

 

I really want to get this to work and I have no idea how to. Also, it may or may not help that I am on IIS 7, and Windows Server 2008 R2. 

 

 

 

Link to comment
https://linustechtips.com/topic/433003-html-form-help/
Share on other sites

Link to post
Share on other sites

Crap, haven't really used HTML in a while, but I'd say it looks like a typing error, or you've used the wrong process to do the task. 

CPU: i5-4690k GPU: 280x Toxic PSU: Coolermaster V750 Motherboard: Z97X-SOC RAM: Ripjaws 1x8 1600mhz Case: Corsair 750D HDD: WD Blue 1TB

How to Build A PC|Windows 10 Review Follow the CoC and don't be a scrub~soaringchicken

 

Link to comment
https://linustechtips.com/topic/433003-html-form-help/#findComment-5804104
Share on other sites

Link to post
Share on other sites

Alright, I'll go ahead and explain what I am doing, and what I need help with. So, currently I am trying to setup a form on my website, that will post the information submitted in the form to a text document. I have the php coded correctly, but every time I submit the form it takes me to this error,  attachicon.giferror.PNG If you can help me, PLEASE DO.

 

I really want to get this to work and I have no idea how to. Also, it may or may not help that I am on IIS 7, and Windows Server 2008 R2. 

You say its to collect information, looks to me you are trying a password login type form, apart from no check_input function, I don't see where it's to return to, that's why the error. I'll setup a test server and write out all this code and see where it leads.

Regards Elias N Martinez. | Graphic and motion design are my jobs. 3D modeling is my hobby. I do what I enjoy.  Skype: eliasnmartinez1 (please state that you are coming from LTT)

Link to comment
https://linustechtips.com/topic/433003-html-form-help/#findComment-5804134
Share on other sites

Link to post
Share on other sites

You say its to collect information, looks to me you are trying a password login type form, apart from no check_input function, I don't see where it's to return to, that's why the error. I'll setup a test server and write out all this code and see where it leads.

Alright thanks, I'm trying to setup a little thing for users and password, just for fun/tests. I'll need to be able to keep a record of all the uses and passwords, so i want a log just for now.

 

 

 

Link to comment
https://linustechtips.com/topic/433003-html-form-help/#findComment-5804193
Share on other sites

Link to post
Share on other sites

You say its to collect information, looks to me you are trying a password login type form, apart from no check_input function, I don't see where it's to return to, that's why the error. I'll setup a test server and write out all this code and see where it leads.

Would there be an easy way to get the data? I really don'y have to have it in a doc. I just couldn't get it to send me an email, so I resorted to something else.

 

 

 

Link to comment
https://linustechtips.com/topic/433003-html-form-help/#findComment-5804736
Share on other sites

Link to post
Share on other sites

Would there be an easy way to get the data? I really don'y have to have it in a doc. I just couldn't get it to send me an email, so I resorted to something else.

You can get the data other ways that's the reason for the mySql databases. Test a pre-made password form but you must link databases to it to work.

Regards Elias N Martinez. | Graphic and motion design are my jobs. 3D modeling is my hobby. I do what I enjoy.  Skype: eliasnmartinez1 (please state that you are coming from LTT)

Link to comment
https://linustechtips.com/topic/433003-html-form-help/#findComment-5813211
Share on other sites

Link to post
Share on other sites

You can get the data other ways that's the reason for the mySql databases. Test a pre-made password form but you must link databases to it to work.

Here's my other thread, of what I'm having trouble with now. http://linustechtips.com/main/topic/433112-how-to-receive-data-from-an-html-form/#entry5805479

 

 

 

Link to comment
https://linustechtips.com/topic/433003-html-form-help/#findComment-5813354
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×