Hi
I need to create small php script which do the follows but I am unsucessful.
It works like this:
When we run php script then it opens a page with 2 columns where we can enter information and there is also a submit button.
I want that in first column I paste different URls one per line like:
http://www.sitea.com/mypage.html
http://www.domainb.com/page.html
http://www.domainc.com/page2.html
And in second column I paste keywords one per line eg:
He is good
I am here
Steven is going
And when I hit submit button
Then it creates output on next page like:
http://www.site.com/mypage.html he is good
http://www.domainb.com/page.html I am here
http://www.domainc.com/page2.html Steven is cool
Notice there should be space between URL and kewword like in the above output.
Can anyone create this please?
Thanks