Making a simple blogging system |
Author: |
Message: |
user27089
Disabled Account
Posts: 6321
Joined: Nov 2003
Status: Away
|
O.P. Making a simple blogging system
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...
I want to code a simple blogging system, nothing like Saralblog or Wordpress. I just want a posting system, and that is it.
So can anybody direct me to a tutorial, or something that will do what I want...
Keep in mind that I am a complete newb at PHP, and of course, if it is needed MySql.
|
|
10-23-2005 08:52 PM |
|
|
philo23
Junior Member
PHP Mad Head
Posts: 18
33 / / –
Joined: Oct 2005
|
RE: Making a simple blogging system
funny you should say this....
so am i, but i am 70% into it.
so i might be able to help you, a bit
|
|
10-23-2005 09:03 PM |
|
|
Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: Making a simple blogging system
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.
|
|
10-23-2005 09:05 PM |
|
|
user27089
Disabled Account
Posts: 6321
Joined: Nov 2003
Status: Away
|
O.P. RE: Making a simple blogging system
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.
|
|
10-23-2005 09:09 PM |
|
|
albert
Veteran Member
Posts: 2247 Reputation: 42
– / /
Joined: Feb 2005
|
RE: Making a simple blogging system
quote: Originally posted by traxor
quote: Originally posted by traxor
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.
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..
|
|
10-23-2005 09:12 PM |
|
|
hexel
Full Member
May 'the Google' be with you!
Posts: 116 Reputation: 11
35 / / –
Joined: Sep 2005
|
RE: Making a simple blogging system
PHP Web Blog - Part 1 and Part 2. Don't know the simplicity of it though.
|
|
10-23-2005 10:00 PM |
|
|
segosa
Community's Choice
Posts: 1407 Reputation: 92
Joined: Feb 2003
|
RE: Making a simple blogging system
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.
The previous sentence is false. The following sentence is true.
|
|
10-23-2005 10:33 PM |
|
|
thc2010
Full Member
Revenge is a meal best served cold
Posts: 232 Reputation: 2
37 / / –
Joined: Oct 2004
|
RE: Making a simple blogging system
Heres what I did:
- Register and account for a server that supports php & mysql (www.cankoo.com)
- Download Joomla CMS (Content Manager System) at http://www.joomla.com/
- Upload everything into your Server (htdocs)
- Follow the instructions
- And you got your self a personal website/Blog that looks preaty simple and profesional. You can also get themes as well... or make your own using dreamweaver & photoshop.
This post was edited on 10-24-2005 at 12:20 AM by thc2010.
Click the image above to send me a message on MSN messenger via web browser.
|
|
10-24-2005 12:12 AM |
|
|
Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: Making a simple blogging system
write to file is easy
getting results from mysql is easy
you'll be fine on ur own
|
|
10-24-2005 12:20 AM |
|
|
user27089
Disabled Account
Posts: 6321
Joined: Nov 2003
Status: Away
|
O.P. RE: Making a simple blogging system
quote: Originally posted by thc2010
Heres what I did:
- Register and account for a server that supports php & mysql (www.cankoo.com)
- Download Joomla CMS (Content Manager System) at http://www.joomla.com/
- Upload everything into your Server (htdocs)
- Follow the instructions
- And you got your self a personal website/Blog that looks preaty simple and profesional. You can also get themes as well... or make your own using dreamweaver & photoshop.
That does n'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?
This post was edited on 10-24-2005 at 09:49 PM by user27089.
|
|
10-24-2005 06:38 AM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|