PHP redirect

How can I conditionally redirect the page with PHP?

Like…

If($redirect)
//do redirect
else
//no redirect

Thanks if you help.