Is it possible to execute shell script with PHP?

I'm trying to write a php script that can let user reset to the default password. I already have a shell script that does this job, so I wonder is it possible to execute shell script with PHP? If yes, then how?

Thx in advance

See the PHP program execution functions manual - one should be what you are looking for (like exec)