Hi everybody,
I'm trying to execute a stored procedure
$result = $wpdb->get_results('CALL sp_home()');
Buy i only obtain an empty array, and the stored procedure is ok, so the problem is with the wpdb class
Array
(
)
I hope you can help because i can't find any answer
Thanks in advance