Actually i have implemented something by which i am getting data from some outside source into my database table, and now want to add some trigger at insert time, that will fire my Php page code , that php code is having some logic that fires SMS. So as soon as i got data into my sql table i want to fire / execute my php page to send sms autometically. But I don't know how to use sql to execute a url or php page. Please help in this matter.
I am thinking like , When data will inserted by some third party into my db table , then trigger will run some stored procedure , that stored procedure will execute a php page and then automatically my task will done.
Select php-url from lead_table where id=5 EXEC php-url END-EXEC