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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kaylech
  • Content: Threads
  • Order by date
  1. Kaylech

    Reset button is blanking all input text boxes. Any ideas why?

    I have a couple of <SELECT> elements in a form flavored with jquery Chosen plugin http://jdramaix.github.io/gwtchosen/ I also have html5 placeholder shim specifically for IE9 compatibility [link http://www.hagenburger.net/BLOG/HTML5-Input-Placeholder-Fix-With-jQuery.html]...
  2. Kaylech

    IF statement and WHERE clause giving inconsitent results.

    Hi mates, If I run the following query alone, I get the results I am after: if (isset($_GET["bidStatus"]) && isset($_GET["bidType"])) { $sql = " SELECT c.* FROM ( SELECT ROW_NUMBER() OVER(ORDER BY b.ID) AS RowID,CONVERT(VARCHAR(11), b.BidDate, 106)...
  3. Kaylech

    Stumped on sorting issues

    Our app is set up in such that a user enters a search value into a textbox or selects a value from the dropdown and hits the search button. If records are found, they are displayed. This part works great. Then there is the paging and sorting component. Each page holds 20 records. If there...
  4. Kaylech

    export appropriate records to .csv file based on querystring values??

    Hello mates, My third post here and hopefully, third time is a charm. We have a query that displays searched results based on dynamic WHERE clause. In other words, out of 8 search params, a user could search by either one or more params by simply passing a dynamic WHERE clause called...
  5. Kaylech

    Allow only admins access to a certain page??

    php is still kicking my tail - for now. This is a fairly routine script during my classic asp days. Anyway, a user attempts to login. If login is successfully, redirect user based on permission level. $_SESSION["UserID"] = $objResult["username"]; $_SESSION["Status"] =...
  6. Kaylech

    Code uploads to the server but not inserting to the database

    Greetings mates, I have working on this code since this morning and it has stumped me. I have the code that is supposed to upload one or more files at same time to the database as well as insert the accompanying records to the database. The upload part works for the most part. Here are the...

Part and Inventory Search

Back
Top