LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   xml, php, asp ? (https://www.linuxquestions.org/questions/programming-9/xml-php-asp-139817/)

woranl 01-28-2004 09:42 PM

xml, php, asp ?
 
What's the different between php, asp, and xml ?

I used to write web applications in asp using vb (in Windows of cuz). But now I want to try linux, so vb is not very appropriate (can Linux run vb?) .

I know nothing about php and xml.

So what are the different between all of them ??:scratch:

h/w 01-28-2004 09:52 PM

php is a programming language in itself. "ASP" is a scripting language, and PHP is advertised as the same. phpbuilder.com is a very useful site for starter scripts (though the last i went there was 3 years ago.)
xml is a means of storing and transferring data. i wont use any jargon (metadata, pop/mom, blah blah...). it's easy to read, but as the amount of data increases, so will the size of your file, which may not be good.

use php/asp to pass xml data around. :)

acjt 01-29-2004 01:51 PM

You can use XML to write a web application.
xml + xsl -> xslt -> html page.
Can be a nice way to do it, also works the other way and can become a bad way to do it. Depends on your situation, but it is an option all the same.
PHP seems to be very very popular in the open source world, and I've started seeing commercial sites/jobs requiring this skill.
Another option is of course JSP.
Again, depends on what type of web application you wish to write.

woranl 01-29-2004 06:13 PM

If all three can do the same thing, how can I choose which one to use ?

Is ASP only for Microsoft? and PHP for open source?
I'm new to web programing on linux, how can I build ASP on linux?

Can you pls list some advantage & disadvantage between all of them?

If I need to learn one of the three right now, which one will you suggest?:study:

coolman0stress 01-29-2004 08:29 PM

Yes, ASP is mainly for Windows, don't bother with XML beyond data storage for now. If you want to make dynamic sites, learn some PHP (with a mysql database as your back end).

Chris Weimer 01-31-2004 12:41 PM

agreed, PHP and MySQL are together a very strong force for web applications/dynamic websites. If you process a lot of information, it may be helpful to use XML, and ASP - well, forget about it. Deemed worthless for Linux OS.

david_ross 01-31-2004 12:54 PM

Part of the decision depends on what you wnat to do and whether you want to run client or server side scripts.

wood 02-01-2004 09:39 AM

How about perl? is perl better than php, or the opposite way?

david_ross 02-01-2004 09:43 AM

As with all programming languages - "Neither is better". Both have their advantages depending on what you wish to achieve.

caged 02-02-2004 10:14 AM

i really like PHP more so than ASP. even running on iis PHP just seemed faster.


All times are GMT -5. The time now is 01:37 AM.