Verb Conjugation Tool

Verb Conjugation Tool

Type a verb in the box below to see its conjugation in different tenses:

conjugate($verb); // Display the conjugations as an HTML table echo "

$verb

"; echo ""; echo ""; echo ""; echo ""; echo "
TenseConjugation
Present{$tenses['present']}
Past{$tenses['past']}
Future{$tenses['future']}
"; } ?>