style design...
> -Original Message-
> From: Chadwick, Russell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 1:21 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [PHP] Function call from a hyperlink
>
>
>
> another way is to do eval () on $f
that.
-Original Message-
From: Shrout, Ryan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 10:16 AM
To: 'Geer'; [EMAIL PROTECTED]
Subject: RE: [PHP] Function call from a hyperlink
Why not just pass a variable:
and then in the PHP file do:
if ($function) {
function();
where :)
> -Original Message-
> From: Geer [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] Function call from a hyperlink
>
>
> Hi,
>
> Does someone know how I can call a function in a PHP script using a
> hyperlink with
> text
>
> The function is in the same PH
Why not just pass a variable:
and then in the PHP file do:
if ($function) {
function();
}
Ryan Shrout
Amdmb.com
-Original Message-
From: Geer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 1:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Function call from a hyperlink
Hi,
Does someone know how I can call a function in a PHP script using a
hyperlink with
text
The function is in the same PHP script as the link.
Many thanks,
Geer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
5 matches
Mail list logo