StrongFaith

Signature

PHP:
<?php
If( IsSet( $_SERVER["REQUEST_URI"] ) ) {
	Echo "Welcome to ".$_SERVER["REQUEST_URI"];
}
?>
Top