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.
How related is vbscript into php variable?
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.
Â
How related is vbscript into php variable?
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
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.
How related is vbscript into php variable?
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.Â