Quote:
|
Originally Posted by php guy Javascript is embeded in the HTML file, right on the page.
JAVA and Perl, along with other languages like PHP and MySQL are serverside, and require special server software to run. |
Umm...Java isn't server side, is it?
I'm pretty sure Java runs on a Java Virtual Machine (JVM) on the local machine. If there's a Java applet included in a webpage, your browser will download it and run it on the local machine or browser Java plugin.
Perl, PHP, and MySQL are server-side, yes - but MySQL isn't a scripting language so I'm not sure what it's doing in that list.
MySQL is a RDBMS. (Relational Database Management System??)