PHP and Frontpage

  • Thread starter Bruce A. Julseth
  • Start date
B

Bruce A. Julseth

Can I use the Frontpage Hover Button like a "submit" button and retrieve the
POST values using PHP?

I can invoke a new URL using the Hover button but I haven't been able to
pass POST parameters. What do you suspect I an doing wrong?

Thanks....

Bruce
 
N

news

in form properties, click send to other. Then click Options and the action
is your script, ie. /cgi-bin/script.php
 
Top