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:
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
« 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