Convert Visual Basic to Php Codes

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

Is there a possibility that visual basic code can be converted into php? Is there software for this? 

SHARE
Best Answer by cathy emrald
Answered By 5 points N/A #104574

Convert Visual Basic to Php Codes

qa-featured

Hi Joseph,

It is possible but I think you have to do it manually. First and foremost, why convert a desktop application to a web application? If that is a requirement, that's fine. Visual basic operates on the client side while PHP is a server scripting language so there is a lot of work do to. Visual Basic plays rule in Rapid Application Development (RAD) while PHP is an interpreted script design for web site development. It is funny to create a desktop application using PHP and to develop a website using VB6. These two language are intended for different purpose, but if you really want to do it, you have to do it manually as what I've said.

 

I hope it helps.

 

Best Answer
Best Answer
Answered By 5 points N/A #104575

Convert Visual Basic to Php Codes

qa-featured

I never heard about any VB.net to PHP converter software. Maybe because the two has different uses and functions. You need to manually convert it. Or you may need to hire someone who specializes in converting the same codes. But as I am trying to answer this question, I found some workarounds for your problem:

1. I found out that since VBS is commonly associated with Microsoft ASP server, you will need to find a tool or software that refers to ASP to PHP converters.

2. Search for ASP2PHP software and then download and install the utility or make an online account to access the software such as ASP Translator. It converts code directly from its web page after a successful registration.

3. Copy your VBS code that you wish to convert. And then Paste the code into the conversion box.

4. Press the Convert or Translate button and the converted PHP codes will be seen on the output box.

Related Questions