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)...
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...
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.
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.