How related is vbscript into php variable?

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

Hi techyv,

How related is vbscript into php variable? Is there a way to combine those vbscripts to php codes and variables? And what is the specific name of the programming software that will allow the combination process. Also share some possible system results.

Hoping for your help.

Thanks.

SHARE
Best Answer by Toni Linscomb
Answered By 0 points N/A #188404

How related is vbscript into php variable?

qa-featured

Hi Travis Nelson,

VBscript it is Client and serve side scripting language, developed by Microsoft.

  • It is not case sensitive.
  • File extension is .vbs and .vba.
  • PHP in Variables are represented by a dollar sign followed by the name of the variable.
  • The variable name is case- sensitive.
  • $ this is a special variable that can't be assigned.
  • PHP also offers another way to assign values to variables: assign by reference.

 

Answered By 0 points N/A #188405

How related is vbscript into php variable?

qa-featured

Hi,

From your description I become to know that you want a suitable software or application combining vbscriptsto php codes. I think you can do it through some effective application.

You can use En-De-Code.exe 1.0 for combining vbscriptsto php codes. You will get this application from here

En-De-Code.exe 1.0

You will get this source for working:

  • Code plain text
  • Including parts of HTML code
  • Decimal / Unicode or hexadecimal which can be processed by modern browsers

I think your problem will solved soon.

Thanks.

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

How related is vbscript into php variable?

qa-featured

I did a Google search on converting VB script into PHP. VB script is a product by Microsoft and PHP is a open source language. ASP2PHP is a product that will help you to solve your issue. Go through the below link to use the software.

http://www.mikekohn.net/

Most importantly it’s a free product but still you can donate them some money.

Also you can try to get a basic understanding of the two programming languages and try to do it by yourself. There are many tutorials on the internet to help you with learning them. 

Related Questions