Hi guys,
Simpley put: I need to send search variables to a php script and have the php script send me back xml based on the values of these search variables. I would like to use a sendandload (either loadVars or xml). is there any way to do this easily, without having to parse any xml on the php side?
xml.sendAndLoad will send an xml construct to the php page…how can I parse this easily with php, if I have to?