Hi,
I was wondering if it is possible to call a script using a mysqli stored procedure similar to how you call a php script from a Linux command line like: php somescript.php
Something like:
CREATE PROCEDURE myproce
BEGIN
exec php somescript.php;
END
If not possible is there any other solutions such as calling any other type of program such as: .bat file instead.
Any help pointing me in the right direction would be appreciative.
Thanks
/M
I was wondering if it is possible to call a script using a mysqli stored procedure similar to how you call a php script from a Linux command line like: php somescript.php
Something like:
CREATE PROCEDURE myproce
BEGIN
exec php somescript.php;
END
If not possible is there any other solutions such as calling any other type of program such as: .bat file instead.
Any help pointing me in the right direction would be appreciative.
Thanks
/M