answersLogoWhite

0


Best Answer

There is no difference between Visual Basic and Microsoft Visual Basic. We only remove the word 'Microsoft' to save our time and to tell others that what is the name of the company of Visual Basic.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

There is no difference. Microsoft Visual Basic and Visual Basic are the same thing. Visual Basic is a language that was developed by Microsoft.

There is however a difference between Visual Basic and Visual Basic .NET (Now known as just Visual Basic and VB.Net). VB.Net is basically Visual Basic, the only difference is that VB.Net supports the Microsoft .NET Framework.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The two languages have hardly any similarities. PHP is based on Perl, which is based on C and C++. Resemblance to the syntax of other C languages is strong, with the primary differences being the dot . for concatenation, and the double-colon :: and hyphen-arrow -> borrowed from C++ for static and instance member-accesses, respectively. As in practically all other languages, the percent sign % is the modulus operator. Variables don't need to be declared, but they must start with the dollar sign $. PHP convention says to separate words within identifiers with underscores rather than capitalizing the first letter of each one.

Visual Basic uses the syntax of BASIC (influenced by ancient languages like FORTRAN and ALGOL) while adhering to most of Java's fundamental design concepts. (Java is itself a rework of C++.) It looks vaguely like languages with C syntax, but only because C is indirectly based on ALGOL and FORTRAN. The ampersand & is the concatenation operator and Mod finds remainders, while Java's dot . is carried over for member access. Variables are declared with "Dim identifier As Type" (parameters use ByVal instead of Dim), but the identifiers conventionally contain short type specifiers as in "strLastName" and "intCount".

PHP is an interpreted scripting language almost always run on a server for the primary purpose of responding to clients. Visual Basic is compiled to Microsoft's (semi-)portable .NET bytecode and, like most other "Visual" languages and vanilla Java, normally used for desktop and mobile applications.

Ordinary PHP instructions can be placed outside of all other syntax elements, in the "global scope," and will be run immediately in that case. "class" and "function" are keywords for declaring the respective constructs, and can both also be placed in the global scope.

Visual Basic requires that all code be placed in "procedures" which only belong in classes. A class's declaration can be added to from separate files without any additional syntax. There are various types of procedures which have different properties such as a return value or lack thereof.

PHP sets a block of code off by surrounding it with curly brackets {}. Visual Basic uses End followed by another keyword such as Sub or While to do the same. PHP has the break statement available for exiting switches and loops, while Visual Basic sticks with the old label: and GoTo instead.

Other than the facts that both languages are imperative and statements are constructed in the same basic way, PHP and VIsual Basic are about as similar as Lisp and C - i.e., not at all.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The original BASIC of the 60s and 70s and the derivatives thereof which were popular in the 80s are fundamentally different than the current version of Visual Basic .NET. The older languages were designed for computers far less capable the today's machines, and as such, they are primitive, limited, and barely structured, a striking contrast with Visual Basic .NET which is a modern, fully-featured, objected-oriented language with generics, operator overloading, lambda expressions and more. The hallmark of BASIC-family languages: extensive use of English keywords, is about the only remaining similarity.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

They're two entirely different programming languages, so it's rather like asking what's the difference between French and English (possibly more like asking what's the difference between German and English).

One difference is that Visual Basic is a product of a specific company - Microsoft - while there are any number of different C compilers produced by different people and companies, most of which more or less adhere to the standards as published in a book (The C Programming Language, by Kernighan and Ritchie), with "more or less" covering a pretty wide territory.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

c is not so look and feel, flexiable vb is rich in GUI, flexiable

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Well it is to do with the 'visual' part of the software. Basic was originaly created for bigger computer. However, visual basic inclludes a simple interface where you can draw then code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between PHP and Visual Basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is PHP a general purpose programming language?

I defiantly wouldn't call it General Purpose but if you are fluent in PHP then there is pretty much nothing you can't do in PHP (provided you understand HTML, CSS and JavaScript). I've used PHP for items which I could have made via programs such as Access and Visual Studios but PHP is more first hand and easier for me. One good point to programs in PHP is because they are Server-side it should work for all Users.


Can you generate DLL files from PHP scripts like you do in PERL?

You can make a .NET DLL for use in Visual Studio development projects with Phalanger 2.0.


Can you sort these programming languages from easiest to hardest 1) Java 2) C 3) C plus plus 4) C sharp 5) Objective-C 6) PHP 7) Python 8) VB 9) SQL 10) JavaScript 11) Perl 12) Ruby 13) HTML?

HTML, JavaScript, PHP, SQL, Visual Basic, Java, C#, Ruby, Python, C, C++, Objective-C, Perl.


What are the various ways to embedded PHP in HTML coding?

there are in fact two basic methods - one is called minimal PHP, and the second tends to be referred to as the CGI-way. minimal php means that you're making php secions in HTML only where really necessary (using the php section begin (<?php ) and end (?> ) tags.). the CGI-way, or maximum PHP means, that you're in fact embedding HTML into strings in php, and the whole page is echo()ed. the second way tends to be viewed as an abuse of php by some people, as php was meant to be "templating" language, and designed to be used mainly the first way.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version

Related questions

What is difference between visual studio and joomla?

Joomla is an open source content management system using PHP, while visual studio is a development suite and wysiwyg editor.


Can you use visual basic codes on website as you do with php for example?

Yes. There is a variation of Visual Basic called VBS, or Visual Basic Script. It is commonly associated with the ".asp" (Active Server Page) file type, and requires a Windows-based server to run. Because of the licensing fees that Microsoft requires for its use, it is not as popular or widely-used as PHP.


What is the Difference between php hypertext pre-processor and hyper text mark uplanguage?

Well their is a quite big difference between them. a mark-up language um i wouldn't call it a actual programming language, to basic. It deals mostly with the visual aspects interface of a website, where php deals with the side server aspects, which process information which control the processing of information and data accross your a website etc... so i guess the main difference is... mark-up language is used to show the visual interface of a website, php is for functionality. i don't consider mark up languages as a actual true programming language


Difference between apache and PHP?

Apache is a web server. PHP is a scripting language.


What software is used for developing front end in software?

Front Ends are created using Visua Basic, PHP, PL\SQL, Oracle Developer, Visual C++ and Visual Objects etc.


What are some examples of programming language?

The most well-known programming languages are C, C++, C#, CSS, HTML, Javascript, PHP, Pascal/Delphi, Prolog, Python, Ruby, Visual Basic, and Visual Basic .NET, java.


What is the difference between PHP and struts?

STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language


What is the difference between net and php?

.net is a framework based on Microsoft software and is not open source, php is a language which is open source and based on Linux/unix systems


Difference between jsp and php?

JSP stands for Java Server Pages whereas PHP stands for Hypertext PreProcessor. PHP is a scripting language whereas JSP is a full fledged technology. JSP is much more powerful and has more features than PHP


What is the difference between the 1982 Large Digit and Small Digit pennies?

http://www.thecentproject.com/sort1982.php


What is the difference between simple php and core php?

The terms "simple PHP" and "core PHP" are not commonly used in the web development community, but based on the context, we can provide an explanation of what they might refer to: Simple PHP: "Simple PHP" is a vague term that could refer to using basic PHP syntax and features without incorporating any advanced frameworks or libraries. In this context, "simple PHP" typically means writing PHP code without relying on additional tools or external dependencies. It implies a straightforward and minimalistic approach to PHP development. Core PHP: "Core PHP" refers to the fundamental and essential features of the PHP programming language itself. Core PHP includes the core functions, language constructs, and syntax provided by PHP without the use of any external libraries or frameworks. It involves writing PHP code in its purest form, utilizing the features and functionalities offered by the PHP language without any additional abstractions. In summary, "simple PHP" suggests a minimalistic approach to PHP development, while "core PHP" focuses on utilizing the essential features and syntax of the PHP language itself without relying on external dependencies. It's worth noting that both terms are not widely used, and their exact definitions may vary depending on the context and the individuals using them.


What are the basic ideas of php?

The basic idea of php is to create a dynamic or database driven website. You can do many things with php... Some of the more popular are: eCommerce (online shopping cart), creating web based services, etc...