Try changing your name by adding your name as a parameter to the URL or using the querystring!
eg.
http://demo.kissmvc.com/kissmvc_simple/main/greet/Anonymous User
http://demo.kissmvc.com/kissmvc_simple/main/greet/?name=Anonymous%20User%20Too
In this demo, a custom URI route is coded (inside kissmvc.php) so that /welcome => /main/greet
eg.
http://demo.kissmvc.com/kissmvc_simple/welcome/Anonymous User 3
http://demo.kissmvc.com/kissmvc_simple/welcome/?name=Anonymous%20User%204
The time now is 2012-05-19 00:05:21