When you need to process the values of columns in a database, you should:

A.
Only use built-in database functions
B.
Always use read the values as-is from the database and then process them with PHP
C.
Use built-in database functions for simple processing, and perform more complicated logic in
PHP
D.
Use built-in database functions for complicated logic, and perform simpler functions in PHP
C
0
0