How to get information using php on a row
Posted: Tue Jun 22, 2010 6:41 am
Wow thanks.
So say that I want a ceartain number, etc 237 on linenumber 2 on the following line
in html file located in example folder "testRuns\testRun45\Sumary.html". How do I get it using php? im only interested in the number, not the html code 
Say also that you have other testruns contanined in other folders, for example
"testRuns\testRun46\Sumary.html" and "testRuns\testRun47\Sumary.html" etc. and also each testrun folder are containing an index.shtml
for example "testRuns\testRun46\index.shtml" and "testRuns\testRun47\index.shtml"
I want the overview.shtml to read the numbers from the summary.html file as the index.shtml is contained in.
So for example
If "testRuns/testRun46/index.shtml" does the following
I want the "testruns\include\overview.shtml" to use the "testRuns/testRun46/summary.html" as a source file.
Im new at php as you might notice, but I hope somebody out there has a clue of what im talking about and can get me in the right direction
So say that I want a ceartain number, etc 237 on linenumber 2 on the following line
Code: Select all
<tr><td>237</td>Say also that you have other testruns contanined in other folders, for example
"testRuns\testRun46\Sumary.html" and "testRuns\testRun47\Sumary.html" etc. and also each testrun folder are containing an index.shtml
for example "testRuns\testRun46\index.shtml" and "testRuns\testRun47\index.shtml"
I want the overview.shtml to read the numbers from the summary.html file as the index.shtml is contained in.
So for example
If "testRuns/testRun46/index.shtml" does the following
Code: Select all
"<!--#include file="testruns\include\overview.shtml" --> "I want the "testruns\include\overview.shtml" to use the "testRuns/testRun46/summary.html" as a source file.
Im new at php as you might notice, but I hope somebody out there has a clue of what im talking about and can get me in the right direction