Search found 3 matches
- Mon Jul 14, 2008 11:24 pm
- Forum: PHP - Code
- Topic: Basic of the basic type blog
- Replies: 3
- Views: 162
Re: Basic of the basic type blog
I ended up finding this tutorial which allows for a very basic news system with no security: http://www.phptoys.com/e107_plugins/content/content.php?content.74 What I would now like to have is the ability to EDIT and DELET the news stories if the admin wishes... but I'm finding that a little tricky....
- Mon Jul 14, 2008 6:17 pm
- Forum: PHP - Code
- Topic: Basic of the basic type blog
- Replies: 3
- Views: 162
Re: Basic of the basic type blog
I am going to try make it without a Database, as it is really tiny and probably doesn't even need that. Hopefully it's not bad practice to use file based systems. I have found a tutorial which should hopefully take me where I want to go, if it is worthy i'll post the link for others that may have th...
- Sun Jul 13, 2008 9:46 pm
- Forum: PHP - Code
- Topic: Basic of the basic type blog
- Replies: 3
- Views: 162
Basic of the basic type blog
Hi Everyone, I am just new, so please be gentle. I would like to create a site that allow a client to update only one page of the site. I have built it all in PHP except for this page. So it is kind of like a blog bit it doesn't need any more information than the headings and the stories. No dates, ...