This question already has an answer here:
I have been debugging this issue. However, I cannot figure out the solution.
Here's the error:
My code:
Then my functions:
I hope you can help with my problem, the code was given by my proctor. But it does not work.
</div>
You need to include
your functions.php
file into the index.php
file.
Add the following at the start of your file.
<?php include('functions.php'); ?>
see the documentation: http://php.net/manual/en/function.include.php