faqts : Computers : Programming : Languages : PHP : Function Libraries

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 18 people (50%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

Is there a way to call a php function from an href?

Nov 9th, 2002 13:16
Ken Brill, Robert Ehrman,


Not Really, at least not a function in the currently displayed PHP
program.  Now you could run an external PHP script in a pop-up window
that could update varibles in the parent window via javascript or
cookies maybe.