Hi again guys.
I'm trying to make my code cleaner and therefore I wanted to put some of the main functions into other files. For example, linkcounter.php would just be a function for counting links and updating a database.
How do I call the function on the main page if that's even possible and how would I pass the variables?
Thanks in advance. 🙂