A button to start php script, how?

前端 未结 5 2058
予麋鹿
予麋鹿 2020-12-30 05:31

I want to make a button that starts my php script after I click it. So do I just make 2 separate files and have action post to the php file and then let it start? or is ther

5条回答
  •  失恋的感觉
    2020-12-30 06:03

    This one works for me:

    index.php

        
    
    
        

    This link can be helpful:

    https://blogs.msdn.microsoft.com/brian_swan/2010/02/08/getting-started-with-the-sql-server-driver-for-php/

提交回复
热议问题