• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how can you make a upload "page" for a website?

Colt45

Lifer
uh yeah.. lesse. I suck at code of any type.

you know when you have the pages that have the ability to upload to the server, right?

what do you need for that to work? PHP? SQL?

yeah, i know i suck.😱


I've got Apache, and I've managed to get PHP working before (well I think it was working..).


thanks for any help/ideas/hate comments. 🙂

 
old-school technique is use a CGI to capture in-coming data stream.
php will work.
don't need sql cuz that's for database query.
 
did i forget to mention that I SUCK at this stuff?

I think CGI comes with apache (uh.. right?), but I probably don't have it enabled.. hmm
 
If you're a really snazzy back end programmer you can do it.

If you're a newbie and good at copy and paste you can do it.

If you're neither of those, good luck to you.
 
Back
Top