View Single Post
Old 10-28-2012, 04:20 PM   PM User | #4
branko7171
New to the CF scene

 
Join Date: Oct 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
branko7171 is an unknown quantity at this point
SOLVED!
I've figured out what was the problem. I passed item.label (or item), where I should have passed item.id. mySQL query in the php file requires that id, and it won't work with label etc...
branko7171 is offline   Reply With Quote