Calling php script from vc++
-
Hi All, I have to call php script from my vc++ code, i have done this with java script and vb script through msscript.oct but i dont have any idea that how can i do the same with php script, if someone has any idea then please suggest me.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
-
Hi All, I have to call php script from my vc++ code, i have done this with java script and vb script through msscript.oct but i dont have any idea that how can i do the same with php script, if someone has any idea then please suggest me.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....
What exactly do you mean by "call php script"? As far as i know, java-script and vb-script are usually client-side scripts while PHP is server-side. Do you mean you have the php script on a web server and you want to execute it and get the result thorough http (to which i might have an answer) or you want to execute a php script "within" your own application, something like including a php interpreter inside your executable or such (to which i don't have any answer to)?
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <
-
What exactly do you mean by "call php script"? As far as i know, java-script and vb-script are usually client-side scripts while PHP is server-side. Do you mean you have the php script on a web server and you want to execute it and get the result thorough http (to which i might have an answer) or you want to execute a php script "within" your own application, something like including a php interpreter inside your executable or such (to which i don't have any answer to)?
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <
-
yes i am actually looking for the second logic of yours.
Thanks A Ton Ash_VCPP walking over water is just knowing where the stones are.....