<?$twister = "Peter Piper picked a peck of pickled peppers";print("Location of 'p' is " . strpos($twister, 'p') .'<BR>');print("Location of 'q' is " . strpos($twister, 'q') .'<BR>');?>