Hi
I need read data from file, and use pair login:password line by line and input this in web form. And need will separate login from password.
How to do this?
Thank
Hi
I need read data from file, and use pair login:password line by line and input this in web form. And need will separate login from password.
How to do this?
Thank
You can read all data into a table.
And use the string operation to split the username and password