moBlog Flash
moBlog Flash
Out of context: Reply #21
- Started
- Last post
- 26 Responses
- JamesEngage0
ok... I'm trying asnaeky woprkaround here...
$xmlfeed = file('http://www.flickr.com/serv...
$xmlfeed = implode("", $xmlfeed);
echo "&impact=" . $xmlfeed . "&datadone=1";Trouble is any ampersands in the code end the &impact variable... is there an easy way around that?