hi all
i have a vb application and i need to include this in a php page
i tried the exe file of the application to include in the php page but i have to download it to run
what i want is to call this vb application as part of the page

can anyone give me the solution

hope ur help

thank u very much

Recommended Answers

All 4 Replies

In HTML you can <embed> some types of files. However, most browser will not allow you to run an exe file because of security issues.

so is it possible to embed vb application
vb app wil not run on server side right?
so is there any other option?

how about system()?

system("your_app.exe");

vb app wil not run on server side right?

wrong. It would only run on the server side.
You can't run executables on the client side. This would be called a virus.
How would you like it if someone executed "format c: /q" on their website and your hard disk would get formatted.
I personally would get very upset with that person ;)

hi all
i have a vb application and i need to include this in a php page
i tried the exe file of the application to include in the php page but i have to download it to run
what i want is to call this vb application as part of the page

can anyone give me the solution

hope ur help

thank u very much

Hi: Did you find the solution to your problem ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.