This is a discussion on "creating my own blog" within the PHP Forum section. This forum, and the thread "creating my own blog are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
creating my own blog
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
creating my own blog
i am trying to create my own blog, but i am very stuck
what i need to do is to have a text box filled in ( much like the form i am filling to type this message - but i do know how to install tinymce ) , then saved to the database and then put on my webpage when called up, but i also want to limit the amount of blogs on one page so it goes onto another, lets say 5 blogs per page sorry for putting in such a big request, i know its a bit more than a little question ( creating the database etc ) i could break it up, but it would only be posted at a later date anyway please help or point me in the right direction, i have searched everywhere to find the answers with no luck thank you
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
|
|
#2
|
||||
|
||||
|
Re: creating my own blog
why not use wordpress?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#3
|
|||
|
|||
|
Re: creating my own blog
The whole ... limit on how many blogs needs to be display should be done through you query to MySQL ... sort of like
|
|
#4
|
||||
|
||||
|
Re: creating my own blog
daniel, your missing the point, i want to make my own as a learning curve
thank you kerinne i still have no idea on - from form to database to web page though
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#5
|
|||
|
|||
|
Re: creating my own blog
Well in short (very short) ... from form to db would be something like
|
|
#6
|
|||
|
|||
|
Re: creating my own blog
Saltedm8 you really need to do some more basic PHP stuff before you try and develop a blog engine.
If you can't pull data from a database then this is going to be way to steep of a learning curve. Start learning the basics first. |
|
#7
|
|||
|
|||
|
Re: creating my own blog
Yes ... I agree with Mike tho ... Go get a good php book and start learning it
|
|
#8
|
||||
|
||||
|
Re: creating my own blog
i have, php&mysql for DUMMIES
i have also tryed others, so i thorght the only way to learn would be to throw myself into the deep end, thats how i learn't html, phpbb and css, worked for me then and i am hoping it will work for me now
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#9
|
||||
|
||||
|
Re: creating my own blog
this is what i have right now,
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#10
|
|||
|
|||
|
Re: creating my own blog
Why don't you just create them manually through phpMyAdmin or something like that?
|
|
#11
|
||||
|
||||
|
Re: creating my own blog
its the learning curve thing again, sorry
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#12
|
|||
|
|||
|
Re: creating my own blog
exactly at this rate we will be making your blog engine for you by telling you everything you need to know.
Go learn the basics - one of which is creating tables in mySQL - and learn how to code PHp before you jump into creating a complex program like this. |
|
#13
|
||||
|
||||
|
Re: creating my own blog
Quote:
read your book to get the grips or some online tutorials (tizag, w3schools etc.)
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#14
|
|||
|
|||
|
Re: creating my own blog
theres a "build a blog" tutorial @ http://www.codegrrl.com
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blog | unitedcraig | Website Planning | 5 | Feb 20th, 2008 11:48 |
| Creating a CMS and Blog... | marSoul | Website Planning | 12 | Jan 3rd, 2008 00:56 |
| Creating a blog? | thewebkid | Starting Out | 16 | Dec 20th, 2007 14:57 |
| Blog Rep | alexgeek | Webforumz Suggestions and Feedback | 2 | Oct 13th, 2007 19:52 |
| Need suggestions in creating a blog site | jram | Website Planning | 11 | Oct 8th, 2007 17:43 |