I'm just trying to make a php script, which would show ask.fm answer and question, when we put a link. But I don't now how to easy do it, so can you help me?
How should it work:
$link = 'http://ask.fm/username/answer/01234567890';
$check_if_exist = true/false;
if ($check_if_exist == true) {
$question = question;
$answer = answer;
}