Image

Imagelivejamie wrote in Imagephp

Listens: dj food - the crow

i've recently installed this script that notifys my myspace blog if i've made a post at my wordpress blog, and it works great except at the end it links to the post itself incorrectly, my permalinks include the date so a typical post is like this:

http://jamiemart.in/index.php/2007/06/12/abigail-and-roscoe/

but the crossposter links like this:

http://jamiemart.in/abigail-and-roscoe

the actual php is this:

$blogContent= "I've posted a new article entitled <strong>".$mySubject."</strong> on my blog <a href=".'"'.$blogUrl.'"'.">".$blogName."</a>.<p>Due to crossposting and formatting restrictions within the MySpace system, the article will not be posted here.<p>Please visit <a href=".'"'.$blogUrl.'"'.">".$blogName."</a> or go directly to the article at:<a href=".'"'.$postUrl.'"'.">".$postUrl."</a><p>Enjoy!";

any help would be greatly appreciated