[eluser]Robert May[/eluser]
That was my attempt to pass the name of the field. Am I completely mistaken in thinking that I can't actually dynamically retrieve the name of the array variable being sent?
This is the print_r now:
Array ( [wearing_hatval] => Yes [site_nameval] => Avast! [news_per_pageval] => 5 )
I need to pick up both the wearing_hatval and the yes. I just can't think of how to do it, it's literally driven me nuts - my brain is so confused!
It needs to know where to stick the data, and put the correct data there.