PDA

View Full Version : Need someone to make me an Automatic Submission Form



hartattack_199
13 Jul 2009, 09:22 PM
Hey Guys. Here's what I'm looking for.

My website is http://www.saskannouncements.ca

If you look around, and go to the Post your Announcement Page. You see what I got going on here.

I want that all to be Automatic. So right when they post their announcement. It automatically is posted. Also I would like the newest Posts showing up on the Index.

I don't want to have to manually post their announcements for them. I just want to moniter them.

Can this be done?

I'm not sure what people usually get paid for a Job like this, but that can be sorted out. I'd just like to get this done.

Get back to me, Thanks!

Makawak
14 Jul 2009, 06:59 AM
Hey hartattack_199,

Are you using php and mysql for this or is it a simple static based website?

If this is php and mysql based then this is a simple request as all you do is have your data be entered into the database, and then use a sql statement to display the news items on the main page with the most recent showing first.

This would be a much more efficient way of doing it and is a way I do it using my choice of CMS.

However this does seem to be a very static website especially since you're saying you have to manually put it in. Guessing you don't want to have to redo the site, or get additional things on your server I would recommend using cutePHP.

cutePHP used to be called cuteNews, its a little php application that allows for what you are looking for.

http://cutephp.com/

It was designed for sites to be able to post news items on a site without people having to know how to program. The nice thing about this application is you don't need to have a mysql database. It's been awhile since I've used it but this should be able to do what you want.

If not then the only other thing I could suggest is either re-program the site in php/mysql or get a developer to come set it up for you. :)

Hope this helps.