Dear Sir,
I have following code
[code]
Javascript functionJavascript Function
First | |
Second | |
Result | |
Enter any digit in text1 and text2 and see result in text3
[/code]It works fine. I want to ask is there any method to convert above javascript function to php function.
I want to make a php function and then call that from textbox’s onblur event.
Please help