Question:
How do you let users submit posts to your website?
2011-01-17 13:44:01 UTC
This is not my website idea, but say for example, a person created a site about good restaurants by location, and users uploaded the restaurant names and info, how would the users fill out the information and submit it to your site? I would like to have a site where all the posts about things in zipcode 12345 are on the same page, and 12346 are on another page. So if someone could tell me how to do that, that would be great. Additionally, how would i make other users be able to comment/rate if the content was true.(so people don't spam with random info)... and finally how would i be able to add a within 5 miles, within 10 miles, within 25 miles option.... for example, 5 miles from 12345.... Thanks in advance!
Four answers:
?
2011-01-17 14:32:03 UTC
I wrote a webpage like this for germany

http://www.betten-fuer-vaeter.de/dbindex.htm

The database was an online database, no longer supported.

The code works with a database containing a field plz (german for zip-code). The Domin owner has junst vogotten to create a template in the database baseportal.de



It used an online database like this. with userposts

http://baseportal.de/cgi-bin/baseportal.pl?htx=/chip/Forum



If you know a little german you can use

www.baseportal.de with this you do'nt need to lern php.

you can allow editing and prohibit reading. so users can send you a mail. you can order by region
Samuel J
2011-01-17 13:51:59 UTC
First you start by login into whatever website you made. Then "Click" on My account ; after that there's probably a button that say's account setting-there you can click on Edit My Settings, and they can give you all the possible way you can change and correct information that you might had type out!
conte
2016-10-28 15:48:39 UTC
that would't be finished with HTML on my own. you want to jot down a software which will run on the webserver. this methodology needs to: a million. procedure the concepts despatched from an HTML variety. The HTML variety itself might want to be finished in HTML. the most elementary variety of a record upload variety is: upload your record: /variety this methodology ought to be able to save the submitted record at a writable area contained in the internet server. 2. deliver the record by utilizing digital message. this methodology ought to be able to compose an digital mail message, inclusive of the record as an attachment. 3. Redirect to a "thanks" web page. Sending the message will require a sender on the internet website's area. in case you take advantage of your own digital mail address, you ought to deliver an authenticated message otherwise your digital mail service will reject the message as junk mail. a thanks to jot down this methodology itself relies upon on the position are you information superhighway hosting your information superhighway website, which programming languages they help and no matter if a server-aspect software is permitted to deliver mail in any respect.
NecroBox
2011-01-17 14:12:08 UTC
you need to learn php


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...