I have this script that connects to mysql server and outputs all the data from a specific table. Works fine but only if I pass ?skill=whatever.
What I want to accomplish is. if skill is not passed and you navigate to the page it will have a default value inputted and use that properly.
<?php...