Linked Questions

1 vote
1 answer
4k views

My problem is similar to the link below: similar problem I would like to send multiple values using form and javascript. Instead fixed value like code below: <input type="hidden" name="Id[]" ...
roscoe_x's user avatar
  • 619
-3 votes
1 answer
266 views

I have a Javascript function that saves the value from checked input from a div in an array. And I want to pass this array to PHP. Is it possible? And if it is, how can I do?
Lucas Bastos's user avatar
-1 votes
2 answers
144 views

k, i got that so i checked again and found interesting thing that i was missing: javascript: function my_tmpDropFunc(ddObj, targetObj ,doll) { if(isDropTarget(targetObj, ddObj) || confirmed) {...
karolis bakutis's user avatar
3 votes
0 answers
126 views

I would like to convert a JS array to a PHP array. I tried to send the value to the PHP page: var seatsReserved = []; function reserve(seat) { seat.setAttribute("class", "reserved"); var ...
user2805212's user avatar
-1 votes
1 answer
105 views

This is the array of objects. let arr=[ { 'teacherName':'skg', 'subjectName':'c', 'totalClass':4 }, { 'teacherName':'skg', 'subjectName':'php', ...
Lokesh Singh's user avatar
2 votes
2 answers
12k views

For some reason I'm getting ""Uncaught TypeError: Cannot read property 'clone' of undefined" when I'm trying to update the calendar with a recent set of recurring event using $('#calendar')....
jones's user avatar
  • 655
1 vote
2 answers
9k views

I've looked at several other suggestions on this issue but for some reason my data is not being posted. Here is the relevant section of my code: <input type="button" id="map_submit" value="Map ...
Aaron's user avatar
  • 1,753
1 vote
4 answers
3k views

I have to pass a Javascript arry to a PHP file while AJAX call. Below is my js array: var myArray = new Array("Saab","Volvo","BMW"); This JS code has to pass JS array to PHP file using AJAX request ...
user avatar
0 votes
2 answers
8k views

I have a javascript array which I want to send to a controller via an ajax get method. My javascript looks like this: var requestData = JSON.stringify(commentsArray); console.log(...
user3494047's user avatar
  • 1,723
1 vote
3 answers
4k views

I have a function which saves an array each time the button is clicked to localStorage.The button will be clicked multiple times and I need to put this Array list into PHP somehow which is on another ...
user2162768's user avatar
-1 votes
3 answers
2k views

Possible Duplicate: javascript array converted to a php array? I have an array in javascript, Now i need to assign javascript array to php array i am beginner to scripting language, Can anyone ...
Giri's user avatar
  • 507
3 votes
4 answers
2k views

Possible Duplicate: send arrays of data from php to javascript I'm sending an Array with ajax to a php file. The Array is a list of names which should be stored in a database. In order to ...
Valentino Ru's user avatar
  • 5,052
-2 votes
4 answers
4k views

I know there a fair few entries on SO and the web on this however I just can't get to work - any help would be appreciated. So i have an array in Javascript which I'm trying to pass on to PHP. I've ...
Sae Us's user avatar
  • 277
1 vote
3 answers
428 views

I am making a web app that has typical javascript structure below. I must hide at least a function or some formulas from the public code because someone can save the page on his computer without ...
Manos's user avatar
  • 37
0 votes
1 answer
436 views

So I am working on a webpage that generates a javascript array from the date element in html. That array itself works fine, and I am able to print it to the webpage by using a command like this: ...
Michael Anthony Leber's user avatar

15 30 50 per page