Difference between revisions of "CP2132"

From mi-linux
Jump to navigationJump to search
Line 6: Line 6:
  
 
* [[Web Frameworks - URL list ]]
 
* [[Web Frameworks - URL list ]]
 +
 +
<source lang="php">
 +
<?php
 +
phpinfo();
 +
?>
 +
</source>

Revision as of 09:49, 27 January 2009

Main Page >> Web Frameworks

The module aims to provide an in depth understanding of the use of web frameworks and the common tools and methods used to manipulate web based data and serve data via Web Services to net based clients.

<source lang="php"> <?php phpinfo(); ?> </source>