I was looking at someone elses code in javascript and I see that the form's action is a function.
ex. <FORM METHOD='POST' ACTION="javascript:LogIt('M-A-T-R-I-X','20030809')"> (LogIt being the function). Can I do that in php? whats the propper syntax?
ex. <FORM METHOD='POST' ACTION="javascript:LogIt('M-A-T-R-I-X','20030809')"> (LogIt being the function). Can I do that in php? whats the propper syntax?