Hi all,
I have recently started with php and I found it to be a great scripting language, at least if one can figure it out 😃
Well my problem is that is that I want to call a link on the same page where I am at. I want to generate links within a loop from the line counts in a txt file, creating the numbers as it goes like i.e.
index.php?ID=1 //Line 1
index.php?ID=2 //Line 2
index.php?ID=3 //Line 3
........and so on.
When I click the link it should get the line number from the ID value, i.e.
index.php?ID=3 //Get line 3
Any ideas and help will be greatly appreciated. TIA.