Tagged Questions
0
votes
1answer
87 views
How to update post meta with xml data
I am trying to get this to work, but it doesn't. What is wrong?
$tutorgeocodesrc = "http://where.yahooapis.com/geocode?location=" . urlencode($tutoraddressfull) . "&appid=...";
$tutorgeocode = ...
1
vote
1answer
445 views
update_post_meta, xml parser
I'm hitting the wall for nearly two hours now, trying to figure this out.
Here is the thing' I have made a xml parser to read xml file and add posts (with content) from xml:
$ch = curl_init( ...