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 Mike Lewis 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: *

  1. nawrioj

    Generating PDF in ASP to be used in MAC OS

    Is there an additional syntax that I need to add to my ASP file to allow MAC OS 10.2.8 user to be able to view pdf file ?? It works alright on Windows but it somehow fail for Mac OS. I'm just wondering. Anyone have a clue ?
  2. nawrioj

    radio button validation

    I need to validate the other input in the form. Can I do <form method="post" action="contact_thankyou.php"...
  3. nawrioj

    radio button validation

    Hi I'm trying to use this function to validate radio button but it doesn't seem to work. Can anybody tell me what's wrong with it ? What should I be putting on the radio button validation ? This is the portion I add else if (test.indexOf('radio') != -1) { if(!val)errors += '- '+args[i]+'...
  4. nawrioj

    Basic Question regarding PHP

    What is the difference between $message and $$message ? anybody know?
  5. nawrioj

    HTMl includes

    Yeah, I noticed that. Thanks for pointing that out. I did try to do a simple includes but it didn't work. I will contact the hosting company and ask them about it thx, nawrioj
  6. nawrioj

    HTMl includes

    Thanks for the input guys. It helps a lot ^_^ nawrioj
  7. nawrioj

    HTMl includes

    Do you have any code sample for that ? nawrioj
  8. nawrioj

    HTMl includes

    Can we do an include in HTML file ? like including a file containing a navigation code in an HTML file(index.html) nawrioj
  9. nawrioj

    Removing duplication

    let me test this sql and give you my feedback. thanks, nawrioj
  10. nawrioj

    Removing duplication

    Yeah, I think that SQL wont return any duplicates but you're combining all 4 condition all at once. I need to identify which item belongs to "exact phrase condition", "all word condition", "any-word condition", and "near match condition" while not having duplication on the result This is the...
  11. nawrioj

    Removing duplication

    I'm trying to do a site search which have 4 functionalities (exact phrase, allword match, any word match and near match). These 4 types of site search will select the same fields but different conditions. Any ideas on how I can eliminate the duplication ? I will need to display all the result...
  12. nawrioj

    Site search on any word match

    I'm not that experience using stored procedure though I'm using it right now for the project. Do you treat stored procedure like we're using vbscript ? Can we use split function for the stored procedure ? Thanks
  13. nawrioj

    Site search on any word match

    Does anyone has a suggestion on how to do site search on any word match. So If we provide a keyword "new black shoes", the site search will query the database for keyword "new", "black", and "shoes". I need to bear in mind that I don't want any Duplication. Anybody has an idea of how to...
  14. nawrioj

    recordset Question

    i guess I haven't really provide too much detail about the problem that I'm encountering but thanks for the respond though. I'm trying to do "any words search" so if a user enter "tooth brush" the code will search for keyword tooth and brush. However, My code below seems to give me only the...
  15. nawrioj

    recordset Question

    I'm pulling the recordset from the same table. for example : recordset 1 has the query of select * from categories where name like %brush% recordset 2 has the query of select * from categories where name like %blue% and I want to merge these 2 recordsets Thanks nawrioj
  16. nawrioj

    recordset Question

    Is it possible to pull a recordset from the database and adding new recordset to the previous recordset. So it's going to be like recordset1 + recordset2 = newrecordset If this possible can anybody show me the simple way to do this ?? thanks nawrioj
  17. nawrioj

    returning desired rows

    thanks for the respond . I will look into it
  18. nawrioj

    returning the desired rows

    Thanks for the respond. I will look into both of the solutions. nawrioj
  19. nawrioj

    returning the desired rows

    Hi I'm writing a site search code for asp and I have a problem with sql server stored procedure. I basically want to search the site and display 20 result perpage but I have no idea how to show result 1-20 on first page and result 21-40 on the next page and so on. Can somebody help me out here...
  20. nawrioj

    returning desired rows

    Hi I'm writing a site search code for asp and I have a problem with sql server stored procedure. I basically want to search the site and display 20 result perpage but I have no idea how to show result 1-20 on first page and result 21-40 on the next page and so on. Can somebody help me out here...

Part and Inventory Search

Back
Top