Skip to main content
March 12, 2008
Question

Get a link to look in a certain folder ??

  • March 12, 2008
  • 2 replies
  • 540 views
I have a DB that the search engine will look through for business names, type and where they are located, but when the results come back is it possible to have the link for that company link only to the folder for that company? So that way they only get the information from that folder?

Don't know if that make sense to you, but hope it does.

Thanks in advance
    This topic has been closed for replies.

    2 replies

    Inspiring
    March 14, 2008
    K0rrupt wrote:
    > Would GetDirectoryFromPath() Do what i need here?


    I wouldn't expect it to, but then I have very little idea what you want
    to do?

    Yes you can have links to a directory, which will then load the default
    file as defined in the web server. How this relates to your data I have
    no idea, I have never seen your data.

    March 20, 2008
    Well what i needed done is that...
    Step 1: The user when they use the search engine it will use the database to get all the businesses that is in the website.
    Step 2: On the result page it will of course show the business name, type of business and city it is located in.
    Step 3: The company Name would be a link that i wanted to link to the folder of that company.

    Every company will be in its own folder, for example: Jane's hair salon would be in folders "company/British Columbia/Vancouver/janes hair salon.

    Hope that made it more clear of what i needed the link to do. So if a company is in lets say Alberta the link would take it to the company/Alberta/Calgary/John's body shop. See what i mean?

    Hope you can help me with this. This is the only thing stopping me from finishing the site.

    Thanks again
    March 13, 2008
    Would GetDirectoryFromPath() Do what i need here?