topical media & game development
professional-ria-04-helloResponsev1.php / php
<?php
/*
First version of helloResponse.php.
This version includes:
- basic lookupMessage function - builds a text based
response based on country argument
*/
function lookupMessage(mCountry == "France")
return 'Bonjour Monde!';
else if (mCountry == "Spain")
return 'Hola Mundo!';
else if (_GET['country'])?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.