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 TouchToneTommy 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: silkk
  • Content: Threads
  • Order by date
  1. silkk

    Is there a way to chop an array depending on the value of a sub-array?

    Hi guys, I have an array with subarrays and I need to cut these subarrays which have a specific value in them. Is it possible? Cheers, M.
  2. silkk

    how to cut blocks of strings from a text file?

    Hi guys, does somebody know some simple script how to cut blocks of strings between matchihg words in a text file? I have this: $file = ("path to the file") $word1 = "HEAD" ; $word2 = "FOOT" ; $handle = fopen($file, "r"); $contents = fread($handle, filesize($file)); fclose($handle)...
  3. silkk

    how to add new line before string match?

    Hi guys, I have a text file which after rtrim has only one empty space between the string. My goal is to reorder the text by using some matching function. Example: "Head sad asdg fasfa hgsdfsdf asdasd fasdf asdasd asdasdga asdas sadasd asdasd Head dasdgsdf seaseda sadas ....." I want to...
  4. silkk

    how to manage *.inh file?

    Hi guys, I have one .inh file which is prodiced from our EDI system.My task is to pull the information from the file and to populate a DB table with it. Is it possible? Help will be apreciated.
  5. silkk

    populate text field with value from drop down

    Hi guys, I have triple drop down and I want to use the value from the last selection drop down and to pass it into a text field for further prcedure with PHP. Here is the code: <Form name='Categories'> <p>Country: <Select name='List1' onChange="fillSelect(this.value,Categories.List2)"> <option...
  6. silkk

    DROPDOWN AND TABLE

    Hi, I have dropdown list and a table below it and I can't change the distance between them.It seems to be with constant end.
  7. silkk

    Applet not initialized

    Hello, can someone please tell me why i get applet not initialized when i put my applet on a server. At home it works but not when i try to start it from another location!! Thanx in advance, Silkk

Part and Inventory Search

Back
Top