Jump to content

dave_cdv

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by dave_cdv

  1. I'd like to try some new static URL's to direct to specific search results pages. E.g. example.co.uk/marbella/villas redirects to example.co.uk/search?region=34&type=21 But I don't want the URL in the address bar to change. The question is, can this be done and how?
  2. Thanks, do you think this could all be done with mod rewrite?
  3. I'm looking for some advice on the best way to achieve the following... I'd like to change the way URLs are shown for our search results pages. The website is a holiday rental website and currently the URLs look like this: domain.co.uk/search?region=[value]&type=[value]&budget_low=[value]&budget_high=[value]&name=[value]&size=[value] Ultimately I'd like them to look more like this: domain.co.uk/region-value/type-value/budget_low-value/budget_high-value/name-value/size-value. Any advice would be greatly appreciated.
  4. I've managed to sort out all but one of those error, which were actually created by me and not Daniel. Thanks again for the feedback.
  5. Many thanks for all the feedback, I'll certainly try to make changes were necessary to accommodate everyones recommendations. TheFilmGod, can you tell me which links weren't changing on over hover?
  6. I'd be very greatful if you could pass on feedback for my new website www.costadelvillas.co.uk, It's been developed by Daniel (Daniel0) and desgined by Jeff (jcombs_31). I was delighted with the effort and commitment from both of them. The website is a portal for holiday home owners to advertise directly to holiday makers, concentrating on the Costa del Sol region of Spain. The website was built on the zend framework. I'd appreciate any feedback that you have on the website as we are planning regular updates.
  7. I'm hoping someone can help me with this as I'm fairly new to MySQL. I have a holiday rental peoperty website and at the moment all the properties are listed in search results are ordered by the home_no (a unique auto generated number) this gives the first properties that sign up an advantage as they are always at the top of the search results. Therefore I want to give an option to sort by lowest price. The problem is that the rates are stored in a seperate table to the value that is searched (city). Therefore I want to select home_no from the one table, and sort by the value of the lowest price field in another table. Does that make sense? Any ideas on how I should do this?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.