I'm using fusion charts. I'm trying to attach elements of an SQL array onto a Javascript strURL so they can be passed to another page. Fields such as siteid and name get passed fine but whenever I try to pass over the timestamp it fails to load the graph. I can't explain the whole thing in full as there are too many parts to write about but if anyone has any ideas as to why a timestamp cannot be attached to a strURL then I would love to know.
The returned value looks like: 2011-12-19 12:00:00
console.log()and your in browser debugger is your friend :)