VaKo Posted May 4, 2006 Share Posted May 4, 2006 I've got multiple PHP includes pointing to text files for teh site i'm working on. What I want to do is have them all point to parts of one file, ie have 26 in the header, and line 43 in the body. Any ideas? (BTW i've tried googling but i don't even know what its called). Quote Link to comment Share on other sites More sharing options...
stingwray Posted May 4, 2006 Share Posted May 4, 2006 You should be able to do that with XML, setting your own tag for the head etc. and then selecting that tag for the content inside it. Quote Link to comment Share on other sites More sharing options...
cooper Posted May 4, 2006 Share Posted May 4, 2006 It sounds like a very baaaad idea. Number the lines at the very least instead of just counting them, but really, you want a database for this. The term you were looking for in Google is Content Management System. Quote Link to comment Share on other sites More sharing options...
VaKo Posted May 4, 2006 Author Share Posted May 4, 2006 The term you were looking for in Google is Content Management System. Bugger. I tried Joomla! but it annoyed me in the end, so i started working on my own. Anyone care to recommend a good CMS that isn't designed for blogs or those 3 coloum layouts everyone has. Quote Link to comment Share on other sites More sharing options...
stingwray Posted May 4, 2006 Share Posted May 4, 2006 I like Modx (http://www.modxcms.com/). It does have a blogging tool (which I use for news not blogs) but it is easy to delete, hide, unpublish, whatever you want to do with it. Quote Link to comment Share on other sites More sharing options...
superunknown Posted May 10, 2006 Share Posted May 10, 2006 php.. i wrote my site using it.. self study.. Quote Link to comment Share on other sites More sharing options...
wetelectric Posted May 10, 2006 Share Posted May 10, 2006 seriously dude learn a bit of php with mysql or post. It'll save you a lot of time. one week max to learn enough to do a really good job. Quote Link to comment Share on other sites More sharing options...
VaKo Posted May 10, 2006 Author Share Posted May 10, 2006 To late for the current project, but I'm planning to play around with MySQL and a CMS system. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.