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 IamaSherpa 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: rikin
  • Order by date
  1. rikin

    JOINING PROBLEMS

    Try AND DocStk.StkID (+) = Stock.id or AND DocStk.StkID = Stock.id (+) if you are using oracle
  2. rikin

    sorting file

    You don't need to sort file each time you add entry. just append the file. open ( FH , &quot;$file&quot;) or die 'can not open file' ; @entries = (<FH>); while($entry = pop(@entries) ){ .....you will get entries from bottom of the file ..... print $entry ,&quot;\n&quot;; }
  3. rikin

    pass variables from one script to another

    There are two simple ways to solve this problem. 1) cookies set cookies with information you want to pass from one page to other 2) hidden fields store information in hidden fields, which can be accessed on submit

Part and Inventory Search

Back
Top