Hello,
I want to send more than one strings by the function header("Location: kill.php?...");
I am able to send one var and successfully retrieve it on the other page, but cant send the second var. i tried this syntax but it did not work:
header("Location: kill.php?name=$faryal&value=$num");
any idea how to do this?