Making a simple blogging system - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Making a simple blogging system (/showthread.php?tid=52132) Making a simple blogging system by user27089 on 10-23-2005 at 08:52 PM
As a lot of you may know here, I am not a PHP coder whatsoever, I just never really bothered to learn, never seen a need, until now... RE: Making a simple blogging system by philo23 on 10-23-2005 at 09:03 PM
funny you should say this.... RE: Making a simple blogging system by Dempsey on 10-23-2005 at 09:05 PM if the site your making the blog for is also gonna have a forum, I'd recommend doing what I did, and using the forum to control the news/blog posts, like I did at MPSounds.net. RE: Making a simple blogging system by user27089 on 10-23-2005 at 09:09 PM No, the site is going to be purely a blog, the main index anyway, I don't want it to be connected to anything else on the rest of the site. RE: Making a simple blogging system by albert on 10-23-2005 at 09:12 PM
quote: Should I suggest Cutenews? I know you probably heard of it.. and probably do not want to use it.. but in my oopinion it is the easitest way.. RE: Making a simple blogging system by hexel on 10-23-2005 at 10:00 PM PHP Web Blog - Part 1 and Part 2. Don't know the simplicity of it though. RE: Making a simple blogging system by segosa on 10-23-2005 at 10:33 PM I made mine from scratch with little knowledge of MySQL and the PHP needed to write a comment system etc etc. If I could do it, I'm sure you'll have no problems. RE: Making a simple blogging system by thc2010 on 10-24-2005 at 12:12 AM
Heres what I did: RE: Making a simple blogging system by Stigmata on 10-24-2005 at 12:20 AM
write to file is easy RE: Making a simple blogging system by user27089 on 10-24-2005 at 06:38 AM
quote: That doesn't help me at all, I have my own hosting and domain etc. if you actually researchd my question properly etc. I did not ask for a content management system, what I asked for was a tutorial on how to write my own simple blog. And I know how to make themse by the way. Can you read in the future please? RE: Making a simple blogging system by segosa on 10-24-2005 at 08:27 PM
quote: How is one meant to read what you say when you are clearly unable to write? RE: Making a simple blogging system by philo23 on 10-24-2005 at 08:30 PM oh come on, its slight spelling error, i am sure you and most people here have made atleast 1 in your life... RE: RE: Making a simple blogging system by thc2010 on 10-24-2005 at 09:40 PM
quote: Sry for misunderstanding your poorly structured sentence. If you want to know how to make a blog using php, research it your self. Try learning the basics of Php (www.w3cschools.com). Or make your question more clear, and dont ramble about anything that doesnt have anything to do with your question... it miss leads the reader when you do. RE: Making a simple blogging system by user27089 on 10-24-2005 at 09:47 PM
Dude, you're the one that rambled on about something that doesn't relate to the question whatsoever. quote: That seems like a clear enough question to me. Does it not? RE: Making a simple blogging system by Ash_ on 10-24-2005 at 10:34 PM
hey traxor, i first suggest you hardcode some blog entries. etc. code:then start designing your blog, start the basics like create an array of posts with title, get a for working. after you have the desired data echo'ing into the right places with everything looking good. then start looking up some MySQL (or whatever database you use) tutorials. trust me MySQL isn't hard at all, it's just it would be easier to learn one at a time. if you need help just message me on MSN. RE: Making a simple blogging system by user27089 on 10-24-2005 at 10:37 PM I have already designed the blog, the main problem is the posting system etc. I am a complete newb at PHP, thanks for the offer, I will chat to you on MSN. RE: Making a simple blogging system by L. Coyote on 10-24-2005 at 11:43 PM
For posting/updating/showing in your blog, research these SQL commands: SELECT, UPDATE, INSERT, DELETE |