Posted by zygomatic on 10/21/21 11:40
Ralf,
I don't know if you figured out your problem or not yet, but you can't
run PHP on the client side like Javascript. PHP is compiled on the
server side. You can use PHP to redirect anyway by using:
header("Location:
http://www.mysite.com");
You can have a button run that PHP code with the new addition the same
way a submit button would.
http://eye.cc php newsgroups
Navigation:
[Reply to this message]
|