PHP: How to read from txt file, insert variable into url and submit.?

R B

New member
I am looking for help to create a program that will read variables from a text file line by line, than take the variable and insert it into a url and submit it.

so if the first var in the first line from the text was 123 i would need it to create a url like this:

http://website.com/?var=123

and it would submit that url.

any help would be greatly appreciated.
 
Back
Top