Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Hi. So I am using php for my register and login page. If they try to register with an exsisting login name in the database, I print a message to them, but then I want to redirect them somewhere. I am doing
But that just redirects them to quickly, without time to see the message. How can I put a delay on the redirect, or can anyone suggest a better option?
Wrong forum section. You'll find what you want with either meta redirect tags or javascript. You could start by viewing source on these forums after posting a message perhaps?
ok, Maybe you can tell me this. In my code in my op, I replace the header with a hyperlink. Why would the hyperlink be displayed before the variable? How would I get it to say
$login= 'This login name already exists.';
And then a new line, and then
Hyperlink
?