have you tried Adobe Audition
http://www.adobe.com/products/audition/
if you need more detailed music creation i suggest FL Studio its excellent, its not a mixer its much much more :)
http://flstudio.image-line.com/
If you intend to redirect to another page i won't suggest you using that way
use something like this
function redirect($time,$topage)
{
echo "<meta http-equiv='refresh' content='{$time}; url={$topage}' /> ";
exit();
}
$time is the number of seconds to wait before redirecting...