Search found 2 matches

Go to advanced search

by Kristian Pettersen Granrud
Sat Feb 28, 2015 10:13 am
Forum: Issues
Topic: send localStorage value/array to external script/service
Replies: 3
Views: 590
 
Jump to post

send localStorage value/array to external script/service

Thanks for your reply Alene . Perhaps I can get what I want in a different way too. I've tried to map this array to one of my databases in appery . But only the first object enters the database. Is there an easy way to get an array to be insertet into the database, one row for each "car" i...
by Kristian Pettersen Granrud
Fri Feb 27, 2015 11:09 pm
Forum: Issues
Topic: send localStorage value/array to external script/service
Replies: 3
Views: 590
 
Jump to post

send localStorage value/array to external script/service

Hi, I have a localStorage, with value like this. cars: [{"car":"Fiat"},{"car":"Ford"}] What is the best way to send the value as an array to my PHP script? The PHP script will then do stuffs with the array, eg. insert it into mySQL database and so on. My quest...

Go to advanced search