[Ilugc] about mambo and its association with php

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Tue Aug 16 18:38:24 2005

On 15/08/05, Sudharshan S <sudharsh@xxxxxxxxx> wrote:

php, as u must be knowing is a webscripting language like java or asp,
the catch is u dont need any extra software to run php scripts on ur
system unlike java which requires some kind of software which in this
case is JVM or Java Virtual Machine. View the source of a php page from

PHP requires an interpreter. It is not correct to say that you don't
need any extra software.

ur browser and u will find only html tags! this is bcause php embeds
within html. All this is done on the Server itself, unlike in java where
the actual interpretation occurs on the client i.e. the users' system.

This is the case only for Java applets. Servlets and JSP are processed
on the server, much like PHP (mod_php v/s mod_jk2). Servlets of
course, require a servlet engine - Tomcat is the best known I suppose.

Now mambo uses php because of its close association with MySQL and they
are quite good chums. Suppose u were to submit some form information in
mambo. what it actually does is get ur form data, create approriate
tables in MySQL database. also when u register in a mambo based site it
creates tables for the  approriate fields like passwords, address. etc.

This is simply fantastic. I can't imagine any application creating a
few tables in the database for every new user. :)

Binand

Other related posts: