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

Making a simple blogging system
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Making a simple blogging system - by user27089 on 10-23-2005 at 08:52 PM
RE: Making a simple blogging system - by philo23 on 10-23-2005 at 09:03 PM
RE: Making a simple blogging system - by Dempsey on 10-23-2005 at 09:05 PM
RE: Making a simple blogging system - by user27089 on 10-23-2005 at 09:09 PM
RE: Making a simple blogging system - by albert on 10-23-2005 at 09:12 PM
RE: Making a simple blogging system - by hexel on 10-23-2005 at 10:00 PM
RE: Making a simple blogging system - by segosa on 10-23-2005 at 10:33 PM
RE: Making a simple blogging system - by thc2010 on 10-24-2005 at 12:12 AM
RE: Making a simple blogging system - by Stigmata on 10-24-2005 at 12:20 AM
RE: Making a simple blogging system - by user27089 on 10-24-2005 at 06:38 AM
RE: Making a simple blogging system - by segosa on 10-24-2005 at 08:27 PM
RE: RE: Making a simple blogging system - by thc2010 on 10-24-2005 at 09:40 PM
RE: Making a simple blogging system - by philo23 on 10-24-2005 at 08:30 PM
RE: Making a simple blogging system - by user27089 on 10-24-2005 at 09:47 PM
RE: Making a simple blogging system - by Ash_ on 10-24-2005 at 10:34 PM
RE: Making a simple blogging system - by user27089 on 10-24-2005 at 10:37 PM
RE: Making a simple blogging system - by L. Coyote on 10-24-2005 at 11:43 PM


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