Help required to call PHP SCRIPT from VB6

Asked By 10 points N/A Posted on -
qa-featured

Hi

Can anyone help me calling PHP Script from VB6? I have tried a lot but couldn’t find out. You are requested to just give me an idea, detailed answered is not required.

SHARE
Best Answer by Williams Todd
Answered By 0 points N/A #195978

Help required to call PHP SCRIPT from VB6

qa-featured
Dear,
 
Here is the solution through which you can call the PHP script from VB6.
You can do this with the help of following codes.
Name of form that you want to load ( )
Write the .Width ……….
Write the .Height…………
Write the .Left………….
Write the .Right………
Write the .Show………..
Write the .Hide…………
And then enter your URL address.
Hopefully this works.
 
 
Best Answer
Best Answer
Answered By 0 points N/A #195975

Help required to call PHP SCRIPT from VB6

qa-featured

Hello,

I am attaching two examples to this message: example1.txt and example2.txt
Example 1 is a simple program that allows you to execute your PHP script without displaying a GUI 'to the user and will end itself once it is done. The program makes a call to ' OpenURL function to get the PHP file from within a Form_Load.
 
Example 2 is also a program that will connect VB6 program to the PHP script. The program creates a text box and a command button. The user will press the command button to add some text into MySQL database. The text box called name will collect the e username. This username will be inserted into the database's tables.
 
I hope this is helpful.

Related Questions