Posts by Luan Mário • 1 point
3 posts
-
-1
votes3
answers534
viewsQ: Using Dashboard Bootstrap Theme with React js
Good afternoon Personal, I’m new to React js and would like to know how I could use a Dashboard bootstrap theme that uses local Imports of css and js files located in the "Assets" folder of the…
-
-1
votes1
answer622
viewsQ: Responsive banner this with zoom
I’m using a website that has administrative panel to add banner, etc. When I add banner, he always "eats" a piece of the picture, it’s like he’s giving zoom. In the "part mobile" gets even worse.…
-
0
votes0
answers77
viewsQ: Errors trying to update mysql script to mysqli
<?php Class mysql { public $query; public $data; public $result; public $rows; public $page = 0; public $perpage = 10; public $current = 1; public $url; public $link = ''; public $total = '';…