Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-16-2005, 03:18 AM   #1 (permalink)
 
Junior Techie

Join Date: Jan 2004

Posts: 90

scorpio

Send a message via AIM to scorpio
Default PHP Blog software

I'm trying to make some kind of blog software and I was wondering what I can do to allow the editing and deleting of entires after they have been posted. Also, how to make a new page after a certain amount of posts exist, I know how to get the conditions, but not like create new page or something.

Thanks.
scorpio is offline  
Old 02-16-2005, 10:17 AM   #2 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

If you're trying to do it flat-file, it's going to be a lot harder than with SQL. If you're using SQL, use UPDATE command to edit, and then you also don't have a problem with creating new pages.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 02-16-2005, 01:00 PM   #3 (permalink)
 
Junior Techie

Join Date: Jan 2004

Posts: 90

scorpio

Send a message via AIM to scorpio
Default

It's that easy? Thanks.
scorpio is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On