Hey again,
Here's an interesting one, due to the bloody awkwardness of having to use Javascript & PHP interspersed all the time in my project, I came across a wee error.
I'm passing a javascript array containing computer specs to a lookup window. The lookup window is setting a php variable as the array. Problem is it is ending up setting each element in the array to one letter from the javascript array.
e.g. javascript array={P4 2GHz, 512, 40 Gb,.....}
php array={P,4, ,2,G,H,z,,,512,,,.....}
Any Ideas??