bladee4r
Regular Member
- Joined
- May 3, 2021
- Messages
- 390
- Reaction score
- 359
I had a script like this before, but I lost it. I'm not too good with PHP, can someone provide me a simple script that just collects user input from a text box upon "submit button"?
Even if that submit button is a redirect to another page?
I tried it myself, but I can't figure out how to activate the <a href> at the same time as "saving" the user textbox input into a server-side txt file.
I just want the script to append whatever is added into the text box, to a server-side txt file. Can anyone help me out? I'm not doing web2.0 otherwise I would use something from there.
Even if that submit button is a redirect to another page?
I tried it myself, but I can't figure out how to activate the <a href> at the same time as "saving" the user textbox input into a server-side txt file.
I just want the script to append whatever is added into the text box, to a server-side txt file. Can anyone help me out? I'm not doing web2.0 otherwise I would use something from there.