I have a movie that is connected to a database. It pulls info, stores it in an array and displays it. We also have buttons that are coded to send a search query (selected from the data pulled from the database) back to the website to be displayed. Weirdness happens. Here is the button code.
What happens is that you get is this:PHP Code:on (release) {
getURL("http://www.mysite.com/mySiteBuilder.php?tagged=true&UpdateSearch=update&myRouteResults="+_global.taggedRoutes[0][6]+"", "_self");
}
All is good here accept for the 1414,2626,2525,1919,1212. These should be 14,26,25,19,12! Checked it and it does perform correctly. Why am I getting doubles?!!! Not sure how to correct this in the button code. Please give me clue!!! :yikes:PHP Code:http://www.mysite.com/mySiteBuilder.php?tagged=true&UpdateSearch=update&myRouteResults=1414,2626,2525,1919,1212,
