on Change of dropdown list showld call the php function

前端 未结 2 1126
既然无缘
既然无缘 2020-12-10 10:05

On change of the dropdown list, A php function should called.

Inside the PHP function I will do some calculation. Later I need to set the value of a text box or else

2条回答
  •  遥遥无期
    2020-12-10 10:39

    Insert your function in a php file to excute , then you could call php file with ajax ( i suggest u use jQuery )

    ///////////////////////// foo.php
    
    
    
    ///////////////////// text.html
    
    
    
    
    

提交回复
热议问题