Which Programming language is it?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
franco007
Forum Newbie
Posts: 2
Joined: Sun Dec 12, 2010 7:36 am

Which Programming language is it?

Post by franco007 »

May I know that which programming language this site is using: http://www.brandsdragon.com .I got a programmer, just he need some project details. So, I would like to include the programming language in the project file.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Which Programming language is it?

Post by Darhazer »

The programming language is not important requirement as it is a tool, used by the developer. If you are going to build an e-commerce solution, there a lot of open-source ones you can start with.

The one you are asking about is ASP, or at least this is the extension of the files:
http://www.brandsdragon.com/shopcart.asp

But if you already got a programmer, it is best to use the language he is more comfortable with.
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: Which Programming language is it?

Post by McInfo »

The language is frequently found in the headers.

Code: Select all

X-Powered-By: ASP.NET
Content-Location: http://www.brandsdragon.com/index.htm
Server: nginx/0.8.53
Post Reply