Is it possible to call PHP functions from vb or vbscript? If so, how?
Printable View
Is it possible to call PHP functions from vb or vbscript? If so, how?
not unless you have php installed. and you would need a server of some kind.
I have PHP installed on a server. On the same server, I want to run a vbscript which will call PHP functions
the page will have to be named .php and then you shoul dnot have any problems. you have to use teh php syntax of
<?php
php stuff here
?>
He will.
VB in ASP tags won't be executed if it's a PHP page and vbscript is a client-side script, PHP a server-side, so they can't call each other.