Posts: 1,832
Location: Somewhere else entirely
|
Hey - there once was a day when you didn't either, so keep your comments to yourself unless they are helpful.
Source code in this case refers to the source code of a program/application, not to the source code of a website. An open source project is a software project in which the code is freely available for people to change, recompile and contribute to. Examples include the source to the PHP system itself (written in C I believe), the MySQL database management system, and the linux operating system. The opposite to this is proprietary software like MS windows, MS access, Adobe photoshop etc.
If you want a webpage where people can change the content of the page, you either need to look into a 'content management system' (CMS) which is a set of scripts that allow authorized people to make limited changes to web source-code (HTML). Alternatively you can set up a wiki based system - see wikipedia for an example of this.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|