albertho425 / php-mysql-finance-app

A simple finance expense tracker for daily expenses
1 stars 0 forks source link

Error Checking and Validation #18

Open albertho425 opened 2 years ago

albertho425 commented 2 years ago

https://medium.com/@mena.meseha/9-rules-for-solid-php-security-9ff879f5156d

albertho425 commented 2 years ago

Note, in template.php, there is a data_check function

albertho425 commented 2 years ago

Note, when calling data_check() inside add_expense, the error is: call to undefined function data_check even though template.php is included