[Solved] Display GET Value Inside Of On Bodyload Command [closed]


You missed the echo and wrote extra "s:

<body onload=window.location='<?php echo $_GET["u"]; ?>'>

Be aware that any input you receive from GET or POST should first be sanitised.

1

solved Display GET Value Inside Of On Bodyload Command [closed]