That depends on how you're validating the data. How are you sanitizing the HTML that's being posted (i.e., are you making sure they don't e.g. post <script>s?)? If you aren't (hopefully this is not public!), you could probably use a regexp to search for href and make validate the link...
Re: FCKEditor Problem with PHP while posting link