Okay so to start you need a simple PHP file, it doesn't require much going into it, just this simple piece of code:
<?php echo "Hello there".$_GET['name']; ?>
Okay so that's the only code we need, save that as test.php or something and then type this into your browser:
http://www.yourdomain.com/test.php?name=Bioshox
You should then see Bioshox is outputted onto your screen! You can change this to whatever you want using the parameters you want.
This can also all be modified using MOD_REWRITE on your .htaccess file if you did want to create user profiles, so you can modify the way the get function actually shows up in your URL.


Sign In
Create Account


Back to top









