|
I've coded c++, asm, and linux for near 3 years now, but recently I've created a website and have been pretty much teaching myself html, css, and php. I've been using templates, and finding snippets of code and modifying them to work with everything i need. What I'd like is a template to do the following
Create a small drop box, I'll add in my options to it
Create one "short form" and throw on a submit button. I can kind of figure this out, but what I really want help with is when someone hits the submit button, it redirects to my site's home page, and saves their input to a file that will be on my ftp server. Could anyone help me piece together how to save this to a file?
|