What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Making a simple blogging system

Pages: (2): « First « 1 [ 2 ] Last »
Making a simple blogging system
Author: Message:
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: Making a simple blogging system
quote:
Originally posted by traxor
That does 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?


How is one meant to read what you say when you are clearly unable to write?
The previous sentence is false. The following sentence is true.
10-24-2005 08:27 PM
Profile PM Find Quote Report
philo23
Junior Member
**

Avatar
PHP Mad Head

Posts: 18
32 / Male / –
Joined: Oct 2005
RE: Making a simple blogging system
oh come on, its slight spelling error, i am sure you and most people here have made atleast 1 in your life...
10-24-2005 08:30 PM
Profile E-Mail PM Web Find Quote Report
thc2010
Full Member
***

Avatar
Revenge is a meal best served cold

Posts: 233
Reputation: 2
37 / Male / –
Joined: Oct 2004
RE: RE: Making a simple blogging system
quote:
Originally posted by traxor
That does 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?


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.

This post was edited on 10-24-2005 at 09:40 PM by thc2010.
[Image: glennlopez.png]
Click the image above to send me a message on MSN messenger via web browser.
10-24-2005 09:40 PM
Profile E-Mail PM Web Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
O.P. RE: Making a simple blogging system
Dude, you're the one that rambled on about something that doesn't relate to the question whatsoever.

I asked if anybody could direct me to any tutorials or simple posting systems, nothing major. So you went on to give me instructions on how to install a content management system and use it... That is not what I needed.

I simply asked here because I know that people here will give me valuable resources, whereas, google may not.

quote:
Originally posted by traxor
I want to code a simple blogging system, nothing like Saralblog or Wordpress. I just want a posting system, and that is it.

That seems like a clear enough question to me. Does it not?

This post was edited on 10-24-2005 at 09:50 PM by user27089.
10-24-2005 09:47 PM
Profile PM Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Making a simple blogging system
hey traxor, i first suggest you hardcode some blog entries. etc.

code:
<?php
$title = 'Post Title';
$postdata = 'Post Data';
?>

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.
[Image: jeansiger5.jpg]
10-24-2005 10:34 PM
Profile PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
O.P. RE: Making a simple blogging system
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.
10-24-2005 10:37 PM
Profile PM Find Quote Report
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: Making a simple blogging system
For posting/updating/showing in your blog, research these SQL commands: SELECT, UPDATE, INSERT, DELETE

For getting info from your DB with PHP: mysql_* functions (using SQL)

For showing them: while, mysql_fetch_assoc

The PHP and MySQL manuals are not too complicated to read. You will find all you need there.

If you still don't know the basics of PHP, then read the language reference in the PHP manual.

Also, in the PHP manual: Read the notes! Some stuff are not entirely docummented or clear enough, so the user notes sometimes help (be aware, that some might be misleading or have outdated/wrong information!).

php.net / mysql.com

This post was edited on 10-24-2005 at 11:45 PM by L. Coyote.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

10-24-2005 11:43 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On