I have a challenge to solve regarding PDO and executing prepared statements inside a class.
The way I made the script now is giving an error as output, though the outcome required is okay.
The error type is:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function fruit_stock::get_fruit(), 0 passed in
Could it be the error is caused because PHP requires that the execute() part should be defined or something like that?
I really dont get what to do with it or with $stmt . .
This are the scripts and the table so you can test it yourself.
I'm curio