Multimedia & Web Elements The University of Akron Dept of Business Technology Summit College Computer Information Systems



Download 47.62 Kb.
Date28.01.2017
Size47.62 Kb.
#9813

2440:212 Multimedia & Web Elements The University of Akron Dept of Business Technology

Summit College Computer Information Systems


Server-Side Scripting Languages


  • PHP (*.php)

  • ASP/ASP.NET (*.asp/*.aspx)

  • ColdFusion Markup Language (*.cfm)

  • Java via JavaServer Pages (*.jsp)

  • Perl (*.pl)

  • Python (*.py)

  • Ruby (*.rb)

  • ANSI C Server Scripts TrustLeap G-WAN ANSI C Scripts (*.c)

  • SMX (*.smx)

  • Lasso (*.lasso)


PHP
Website: http://www.php.net

Cost: Free (Open Source)
License: PHP License
Syntax: C-like, similar to Perl
API: http://www.php.net/manual/en

PHP is one of the most widely-used scripting languages because a) it is free, and b) it is easy to learn. PHP has extensive API documentation and built-in functionality for many common tasks.


A simple Hello World script in PHP might look like this:



PHP <a href="/giving-the-perfect-musaic-demo-part-2--doing-an-audio-demo-equ.html">Hello World Demo</a>


 
    $greeting = "Hello World!";
    echo $greeting;
?>
 

Download 47.62 Kb.

Share with your friends:




The database is protected by copyright ©ininet.org 2024
send message

    Main page