I\'m creating a custom Google map that plots multiple markers. View the link as it will make it easier to explain what is happening and what I want
I asing php mainly in 000webhost.com. Very novice/beginner. I learned most of what I know from youtube and developphp.com .
Just have a quick question... any help would be greatly appreciate! I\'m writing a database. I have a class called \"Mechanism\" which is inherited by two other classes called \"motorcycle\" and \"au
This code gives four 4\'s and I only want one 4.. Can anyone 开发者_运维百科identify the problem??
I have two arrays. In first array I have Type and Zone field names. These two field names have multiple values. I am using smarty. I want the select name from the first array and options for each drop
I have a foreach loop and need to execute some logic when the last item is chosen from the List, e.g.:
I have a datatable that I am trying t开发者_如何学JAVAo use a for each loop and an if statement to modify certain values however whenever I try to use the if statement nothing happens. If I remove the
I am new to the whole XSLT thing and I\'ve already tried looking it up through several forums, but I still haven\'t found the actual solution to my problem.
I originally thought Python was a pure pass-by-reference lan开发者_如何学Cguage. Coming from C/C++ I can\'t help but think about memory management, and it\'s hard to put it out of my head.So I\'m try
I want to insert several items from an array into a database with foreach. I get an error Message: Undefined offset. Can someone help me figure out what\'s causing it?