Click to See Complete Forum and Search --> : Posting articles


Dreamlander
03-07-2005, 07:22 AM
Hi all, very nice page this is!!

I am a newbee over here and what i want to do is very simple i believe for you guys.
I have created a web page and i want to publish articles in it. I have created it with Fusion. Now my problem is i want to place articles every week and its difficult for me to do this using fusion (i mean keeping it date updated), besides the fact that i will have to create more than 1000 pages for each article.
Of what i know i can create a database and call the files from there. How do i do this? I tried understanding PHP and MySQL what i don't get is how to connect each article from the article headers to the db.

Anyone can help or give me a clue from where to start what to use and what to read?

Thank you

phpnovice
03-07-2005, 08:32 AM
If you've never worked with ASP/Access or PHP/MySQL before, you're going to have a pretty steep learning curve ahead of you. As for your question... The connection between the desired article and the article stored in the database should be created by utilizing or establishing an article id.

Dreamlander
03-07-2005, 08:40 AM
Cheers,
Haven't had the chance to work with any of these. So... where do i begin from?

spufi
03-07-2005, 01:20 PM
Originally posted by Dreamlander
Cheers,
Haven't had the chance to work with any of these. So... where do i begin from?

Download Apache, PHP, and MySql, and the start weeding your way through learning them. You also could use a blogging tool because it sounds like you are doing much the same thing. I'm not sure though. How are you creating 1,000 page articles each week?

Dreamlander
03-08-2005, 12:43 AM
Originally posted by spufi
How are you creating 1,000 page articles each week?

No i am not creating 1000 each week. I will have to upload about a 1000 which i already have and then update weekly. I am sorry if i was misunderstood

Thank you i'll start with that. Apache it is then...