<?php $matches = similar_text ('see', 'say', &$per); echo "Matches: $matches - Percentage: $per\n"; ?>