Hi everybody,
Could someone tell me what i'm forgetting in there?
It returns me :Code:header('refresh:5;url=suivant.php?ID_info=$row_Promo_val_suiv['ID_info']');
My variable works because without the redirection it shows the correct value.Parse error: parse error, unexpected T_STRING in c:\program files\easyphp1-8\www\passage_sessions\suivants.php on line 53
I guess it must be stupid
Thanks for any help .
Solution applied:
Code:$urlsuivant = "promo.php?ID_promo=" .$row_promos['ID_info']; header("refresh:5;url= $urlsuivant");




Reply With Quote

Bookmarks