<?php $opt1 = "hi"; $opt2 = "hey"; $opt3 = "hello"; $i=1; for($i=1;$i<=3;$i++) { print "$opt$i"; ;} ?>