Author Topic: Amatuer requiring assistance  (Read 937 times)

0 Members and 1 Guest are viewing this topic.

Offline IamdbatTopic starter

  • Irregular
  • Posts: 11
    • View Profile
Amatuer requiring assistance
« on: October 16, 2009, 08:24:35 AM »
Beginner and amateur in need of assistance

My Site - www.spareparts.ie (Spare Parts for Domestic Appliances)

I've gone as far as I can go on my own and need guidance

What I require is custom searches - I need to return records based on multiple criteria for example

1: Enter Make > 2: Enter Model > 3: Enter description

If anyone can offer any assistance - I would be grateful

Thanks


Online Adam

  • Guru
  • Fanatic
  • *
  • Posts: 4,702
  • Gender: Male
    • View Profile
Re: Amatuer requiring assistance
« Reply #1 on: October 16, 2009, 11:29:29 AM »
Me thinks wrong forum for this. What kind of assistance are you after?
Ronnie Wood, true or false?

Offline IamdbatTopic starter

  • Irregular
  • Posts: 11
    • View Profile
Re: Amatuer requiring assistance
« Reply #2 on: October 16, 2009, 11:38:23 AM »
Wrong Forum? - I figured that as my site isn't quite there that it may have been the right place

What I need are custom searches on my site which basically I don't know how to do or go about so I was looking for advice and pointers to get to where I need to be

Online Adam

  • Guru
  • Fanatic
  • *
  • Posts: 4,702
  • Gender: Male
    • View Profile
Re: Amatuer requiring assistance
« Reply #3 on: October 17, 2009, 08:40:15 AM »
Well... You'll need to start by learning a web programming language, perhaps PHP? Advance on to querying databases, returning results, etc. Then learn the theory behind searching and apply it to your needs. If you have no PHP experience, in all honesty, I'd say time to completion would be around 6 months to a year (at least really). You could find tutorials showing you how, but I don't think you'd find any specific any enough for what you're after. If you're willing to pay someone to have this done, you could have it working within a few days.
Ronnie Wood, true or false?

Offline IamdbatTopic starter

  • Irregular
  • Posts: 11
    • View Profile
Re: Amatuer requiring assistance
« Reply #4 on: October 17, 2009, 05:54:07 PM »
Thanks for that - I would be willing to pay somebody but it would really depend on the cost

Offline Dorky

  • Enthusiast
  • Posts: 275
    • View Profile
Re: Amatuer requiring assistance
« Reply #5 on: October 19, 2009, 02:41:27 PM »
depending on your host you may find they have the tools to do this in a cost effective package. otherwise i would not go it alone, you run the risk of leaving your site open to web attacks.

Offline IamdbatTopic starter

  • Irregular
  • Posts: 11
    • View Profile
Re: Amatuer requiring assistance
« Reply #6 on: October 20, 2009, 03:31:11 AM »
With all due respect Dorky, what has custom filters on a database got to do with web attacks or my hosting company? :confused:

Offline Dorky

  • Enthusiast
  • Posts: 275
    • View Profile
Re: Amatuer requiring assistance
« Reply #7 on: October 22, 2009, 10:15:28 PM »
With all due respect Dorky, what has custom filters on a database got to do with web attacks or my hosting company? :confused:

well i assume you will be using a scripting language to do this(php) and you will need forms that send data to those scripts. if you need further info of the risks involved with server side scripting you can google it.