A bit of website advice needed

  • Thread starter Thread starter mk1_salami
  • Start date Start date

mk1_salami

mk1_salami

Hi there,

I'm looking to create a website where I can list propertys for sale. I'd like to create a form for users to upload details of their house to the website, and include pictures. What would be the simplest way to do this?

I understand I'd need some sort of database running on the server to store the details etc... but i'm confused as to the best method - mysql, asp, javascript etc

Can anyone give me an idea of the best way to tackle this?
 
Hi,

There is quite a lot in making a decent property website.

You will need to look at using a databases, uploading images, data, searching, the most important thing is making the website secure.

Im going pimp my work a bit here but its so you can see whats involved. I recently developed www.nigelpoolemcginn.co.uk which has a custom built property database.

Do you have much programming experince?
 
Last edited:
like others said .. you would have to build your own system

using php/mysql.

with a site where users can upload and modify things security becomes an issue, and it could be a nightmare. you can be sure that some spod will try mysql injection and try to get access to the database. good luck.
 
Back
Top Bottom