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.
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.
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