|
You know Freewebs.com? Is it possible if I can have one for my self? I'm running a community and I wanted each member to have it's own profile or small webpage but our website hosting (1and1.com) only gives us 10 FTP accounts.
So basically I just want members that can log on our site and make/edit their page thats quick and easy just as making a post on a forum but a website.
So it's like a forum where you can install it into your site but instead of a forum its a web editor.
It's pretty hard to explain, but thanks to those who would help, it's much appreciated.
How can I make website editor for my site?
Yes you can have this on your site, Knowing PHP and SQL is a great start(and also JavaScript for some more fancy things like WUSIWUG Editors - What You See Is What You Get Editor)
These work by showing the user a box where they customise a section, the contents of that box(as HTML) gets saved into a SQL Database. The website then gets the HTML dontent from files and the SQL database and puts it all together
OR
The HTML from the box is taken and put into the normal HTML file in order to make one HTML file that contains what they had entered.
Yes it is a very confusing process at times.
|