0
I have several lines like this:
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
http://192.168.0.1/feed/data.json?id=71667&start=1426031940000&end=1426064520000&interval=30
I need to execute them to make an insertion in the bank, ?
where are these url? run as ? vc has several possibilities for ex make a request in Curl or a file_get_contents in php. show what you are trying to do and what language you are using and how you want it to happen.
– Jasar Orion
The uls, I have them in a file. txt , because I brought it from a log,and I need to run it in the browser,because they are a GET that will feed a database,and remembering,this will be done only once to repair a database that got lost.
– Chefe Druida
I can put them links in a database as well,
– Chefe Druida
another question you need it to be processed in the backend or the front or whatever? because there are several ways to do this.
– Jasar Orion
it doesn’t matter, because I’ll only do it once,.
– Chefe Druida
Just save how. csv and import into Mysql Workbench (or another equivalent Mysql client), or even paste into a source editor, insert quotes at the beginning, quotes and comma at the end (almost any editor does this easily on all lines) and put the INSERT command at the beginning. To put quotes and comma just replace.
– Bacco
Example: http://pastebin.com/REmx6qLb - I must have spent 30 seconds at most.
– Bacco