Bir javascript bir php içinde yönlendirme yapmak nasıl if ifadesi

0 Cevap php

Ben bir kişilik testi geliştiriyorum ve php sonuç komut artık sadece bir if deyimi dayalı bir kişilik açıklama yankıları:

if ($i = 5 AND $alpha[$i] >= 9 ) {
    echo "  Description ";
}

However, instead of this description, I would want to make a redirect to another url. Can't seem to figure this one out. Cheers, Jelmar

0 Cevap