zipadee
15 May 2008, 01:57 AM
Hi all,
On the website I'm creating, there's going to be a page with articles on. Basically what I want to do is allow my client to upload articles himself on a regular basis.
My PHP knowledge is very limited. However, using tutorials etc. I've managed to create a user login. I've also created a form for uploading files to the server. This all (apparently) works fine.
I'm stuck now tho :(
How do I get the uploaded articles from the server back down into the actual articles page?
Ideally, I would like the articles' name and author (from the form) to be stored in a database. But I'm not sure if it's feasible to have the actual file that's being uploaded stored in the database too - I think the space I have is quite limited.
Thanks.
On the website I'm creating, there's going to be a page with articles on. Basically what I want to do is allow my client to upload articles himself on a regular basis.
My PHP knowledge is very limited. However, using tutorials etc. I've managed to create a user login. I've also created a form for uploading files to the server. This all (apparently) works fine.
I'm stuck now tho :(
How do I get the uploaded articles from the server back down into the actual articles page?
Ideally, I would like the articles' name and author (from the form) to be stored in a database. But I'm not sure if it's feasible to have the actual file that's being uploaded stored in the database too - I think the space I have is quite limited.
Thanks.