Oops, I accidentally sent this directly to CK, my apologies.
Thank you for your replies. The reason that I didn't explore the JS route is
because this will be running in the background, I didn't want to have to
visit the page in any way. I went looking for an easy way to accomplish this
in PHP bu
Or you could just use Javascript combined with PHP, just use javascript it's
something like this document.getElementById('tagId').innerHtml that will
give you the html(contents) of the tag you specify. Then just do
something like document.form.value =
document.getElementById('tagId').innerHtm
2 matches
Mail list logo