Array to string conversion |
Hi!
I have little problem with my script. I getting error: PHP Code: Severity: Notice Here is full script: PHP Code: function pobierz_wpisy_kalendarza( $rok, $miesiac ) This is bad line: PHP Code: <?php echo $wpisy; ?>
PHP basics you CAN'T echo array...
Use print_r($wispy); instead.. Best VPS Hosting : Digital Ocean
It seems that there are no results to your query.
Log your query with $this->db->last_query(); you can add it to $wispy['query']= $this->db->last_query(); After you have runned the select.. And see what is the generated query .. Best VPS Hosting : Digital Ocean
|
Welcome Guest, Not a member yet? Register Sign In |