Posts by Rafaelfdib • 69 points
3 posts
-
1
votes1
answer84
viewsQ: Apparently global variable does not store the entire mysqli_query output
I am facing problems when trying to pass the result of mysqli_query by globals, because I can only print on screen data from the first row of the table. Follows the code: function of class select:…
phpasked Rafaelfdib 69 -
2
votes3
answers547
viewsA: wp_enqueue_script does not work
I have solved the added problem wp_head() and the wp_footer()!
-
3
votes3
answers547
viewsQ: wp_enqueue_script does not work
I am creating a theme for Wordpress, however the wp_enqueue_scripts does not work. The code that is in the functions.php is: <?php function scripts_and_styles() { if ( ! is_admin() ) {…