Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP and FrontPage

Bruce A. Julseth
Guest
 
Posts: n/a
#1: Jul 17 '05
Can I use the Frontpage Hover Button like a "submit" button and retrieve the
POST values using PHP?

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

Thanks....

Bruce



Daniel
Guest
 
Posts: n/a
#2: Jul 17 '05

re: PHP and FrontPage


Hi,

Are you using your button in an HTML form?

A URL will send values by GET, but you have to use a button in a form to
do a POST...

Cordially,
Daniel



Bruce A. Julseth wrote:
[color=blue]
> Can I use the Frontpage Hover Button like a "submit" button and retrieve the
> POST values using PHP?
>
> I can invoke a new URL but I haven't been able to pass POST parameters.
> What do you suspect I an doing wrong?
>
> Thanks....
>
> Bruce
>
>[/color]

Closed Thread