Home | Reviews | GUIpedia | Forum | Fun500


BrandonMaking a CMS
I'm thinking I might make my own CMS in PHP, mainly because I used CMSimple and got used to the simpleness and because its so hackable I can't really use it anymore, and I need a project I could actually do. So I think I will work on my own, starting with the simple features like the ones in CMSimple and maybe expanding later to include more advanced functions.
2008-11-192:07 PM

ksrRe:Making a CMS
Sounds like good stuff. I remember on the old fbtk forum when someone realised you could use freebasic as a script running on a windows server, someone actually made a simple CMS in FB. If anyone's interested, the basic idea was: [code] option escape print "Content-type: text/htmlrnrn"; print environ(environ("QUERY_STRING"))[/code]
2008-11-192:21 PM

ToddRe:Making a CMS
Looks like Perl. lol ;) I have plans to make my own CMS too. It's on my list of future projects. I have close to 100 ideas for future projects and software development ideas.
2008-11-192:44 PM

agumaRe:Making a CMS
what's option escape?
2008-11-198:13 PM

ksrRe:Making a CMS
option escape allows you to use the escape sequences that are used in C strings (like r and n). You need this because you need rnrn to mark the end of a HTTP header.
2008-11-2012:03 PM

ToddRe:Making a CMS
Yeah I remember seeing it in some old Perl scripts. Since Perl is also a scripting language for shell scripts, you have to specify HTTP headers and rnrn separates the headers from the content.
2008-11-201:09 PM

Other


2021 Brandon Cornell