Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

WebReference.com:
Building a Weblog: Part 4
Mar 06, 2007 @ 17:37:00

WebReference.com has posted part four (the final installment) of their "Building a Weblog" series today, focusing on creating the categories for the posts, adding a new entry, and updating a current one.

First off is the creation of the categories script - just a simple little page that takes in the category name (from a form) and inserts it into the categories table in the database. The next form functions in basically the same way, but handles more information. It lets you write and save a new blog entry to the database.

Finally, since everyone makes mistakes, they include a sample script to let you update one of your already posted blog entries, using the same kind of form you used to enter it.

tagged: weblog tutorial create category entry edit form database weblog tutorial create category entry edit form database

Link:

WebReference.com:
Building a Weblog: Part 4
Mar 06, 2007 @ 17:37:00

WebReference.com has posted part four (the final installment) of their "Building a Weblog" series today, focusing on creating the categories for the posts, adding a new entry, and updating a current one.

First off is the creation of the categories script - just a simple little page that takes in the category name (from a form) and inserts it into the categories table in the database. The next form functions in basically the same way, but handles more information. It lets you write and save a new blog entry to the database.

Finally, since everyone makes mistakes, they include a sample script to let you update one of your already posted blog entries, using the same kind of form you used to enter it.

tagged: weblog tutorial create category entry edit form database weblog tutorial create category entry edit form database

Link:

WebReferece.com:
Building a Weblog: Part 2
Feb 19, 2007 @ 17:34:00

WebReference.com is back today with part two of their "Building a Weblog" series picking up where the previous part left off.

They start with adding a comments summary to the page, giving the user a view of the previous comment submitted by other users. They include a brief look at anchor tags before moving into the code to display some of the previous blog entries. Next up is all about getting more specific - creating the code to view each of the specific blog entries.

Of course, what is an entry without its comments, so they include the code to integrate that into the page as well. Finally, they give the user a way to talk back about the content they're reading by adding a simple comments form to each of the posts' pages.

tagged: build weblog tutorial comment previous entry build weblog tutorial comment previous entry

Link:

WebReferece.com:
Building a Weblog: Part 2
Feb 19, 2007 @ 17:34:00

WebReference.com is back today with part two of their "Building a Weblog" series picking up where the previous part left off.

They start with adding a comments summary to the page, giving the user a view of the previous comment submitted by other users. They include a brief look at anchor tags before moving into the code to display some of the previous blog entries. Next up is all about getting more specific - creating the code to view each of the specific blog entries.

Of course, what is an entry without its comments, so they include the code to integrate that into the page as well. Finally, they give the user a way to talk back about the content they're reading by adding a simple comments form to each of the posts' pages.

tagged: build weblog tutorial comment previous entry build weblog tutorial comment previous entry

Link:


Trending Topics: