Today I finished learning some more php and came up with a script for a small blog.
<center><a href = "http://daverave.majorwebhost.net/home.php?page=simplog" ><img src ="http://www.64digits.com/users/daverave/logo.png" ></a></center>I called it Simplog, because it sure is simple, and is in some ways a blog.Anyways, it's compleately free and available to download from <a href = "http://daverave.majorwebhost.net/home.php?page=simplog" >here</a>I submitted it to hotscripts.com - I hope it will get aproved and listed :)
where did you learned php?
I just skimmed the source, but you might want to clean up your html in index.php a little, and at least use <a href="http://ca.php.net/stripslashes" target="_blank">stripslashes()</a>. ;)
It reminds me of my first news system…It didn't have edit/delete, or anything either…Just before I figured out mysql, I was really close to haivng those features though. (Actualy, I'm pretty sure I had them…)If you want that for your blog, you should look into the explode() function.This reminded me that I wanted to make a javascript-run (b)log using ajax and xml…Hmmm…