Tombo
07-16-2003, 10:03 PM
Hullo,
I know next to nothing about php. I do, however, have unlimited webspace on a friend's server which can run PHP, as well as mySQL, Perl, etc.
Basically, here's what I'm looking to do. I've been running a blog on my previous websites, some I've updated manually, others using blogger.com, and other using windows-based programs. What I want is to create a blogging tool in my webspace that I can access from anywhere.
What I'm looking for is simple. Imagine a blank page with 2 form elements, a large text box and a one-line text box, and a submit button.
I enter data in the large text box, and in the one-line text box, then click submit.
What I entered becomes a blog on a new page. It will have the date as a header, then the time underneath it, then the data from the large text box, then the data from the one-line text box. This will be one post for the blog.
If a second post is created, the same method is used, and it is added to the page at the very top, before all previous blog entries.
The form will be simple. No password needed, no security. Just a simple type and click will put an entry on my blog page.
Once I've figured out that small amount, hopefully with help from you guys, I can expand it from there, making posts made on the same day appear under each other (so as not to have the date pop up with every post, just once that day).
Anyways, I'm looking for someone to lead me from here. Thanks guys.
I know next to nothing about php. I do, however, have unlimited webspace on a friend's server which can run PHP, as well as mySQL, Perl, etc.
Basically, here's what I'm looking to do. I've been running a blog on my previous websites, some I've updated manually, others using blogger.com, and other using windows-based programs. What I want is to create a blogging tool in my webspace that I can access from anywhere.
What I'm looking for is simple. Imagine a blank page with 2 form elements, a large text box and a one-line text box, and a submit button.
I enter data in the large text box, and in the one-line text box, then click submit.
What I entered becomes a blog on a new page. It will have the date as a header, then the time underneath it, then the data from the large text box, then the data from the one-line text box. This will be one post for the blog.
If a second post is created, the same method is used, and it is added to the page at the very top, before all previous blog entries.
The form will be simple. No password needed, no security. Just a simple type and click will put an entry on my blog page.
Once I've figured out that small amount, hopefully with help from you guys, I can expand it from there, making posts made on the same day appear under each other (so as not to have the date pop up with every post, just once that day).
Anyways, I'm looking for someone to lead me from here. Thanks guys.