Hello,
I have to questions.
1st.
I have code like this:
if ($message == " "){
$alert=" There is no message!!";
EXIT();
I wish to call function alert() where I will set graphic and Message: echo $alert; ...can somebody give me some example?
2nd.
How in last line of code on some page open new window (so nobody can refresh this page)
Thank u for your help.