Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RWunder

  1. RWunder

    Using .htaccess to control http and https

    I need to have 2 pages on a wordpress website uses http and the rest of the website use https. The current .htaccess file is currently working just fine in making sure the site is under https. I have not been able to get it to allow the 2 pages that need to stay http. These 2 pages have an...
  2. RWunder

    Table A holds sort order for Table B

    Solved it: SELECT A.* FROM A INNER JOIN B ON A.RowID=B.UniqueRow WHERE A.MenuID = '$vSMenu' AND A.PageID = '$vSPage' ORDER BY B.Sort ASC, A.DropMenu ASC, A.Sort ASC" The extra variables and stuff are from the actual code I used to complete my select but the basic syntax is what worked for my...
  3. RWunder

    Table A holds sort order for Table B

    I have 2 tables, one that I will select a set of records and the other table that holds the sort order for the selected records. Table A: UniqueID int OwnerID int RowID var Description var HelpText var Table B: UniqueID int UniqueRow var SortOrder var A.RowID = B.UniqueRow I want to...
  4. RWunder

    passing variable with default document on IIS

    I'm using IIS on NT4.0 SP6a The site is working fine. The site is set to have 'index.asp' as the default document so when the URL: http://demo.raw-services.com is entered you get 'index.asp' as the default document. This works fine. Now, if you type: http://demo.raw-services.com?from=me or...

Part and Inventory Search

Back
Top