Hi again,
im wondering about the use of the redirect function provided by php...
when a html calls a php
and i include the redirect function which is the header(...) at the first line; it will redirect to whatever location i specify.
BUT since this function always have to be at line 1, nothing much can be done in that particular php script?!?! coz everything underneath the header(...) is ignored?!?!
i want to know a way to do selections if else bla bla and redirect user according to certain condition/event.
hmm i hope u guys can understand,,. its 8am+ after a long night 🙂
thankss