Posts by Pedro Serpa • 61 points
3 posts
-
1
votes1
answer39
viewsA: I cannot create a new client on the server
How is the user table structure? And it helped tb see createCliente.php. When working by AJAX, you should always be aware of the Network (Network) tab of the browser console, however, you are…
-
1
votes1
answer20
viewsA: Error fetching database images - PHP
Not having enough information to make a proper diagnosis, first see if in this table, the image name is actually being saved in the 'name' column. Second, the query is only collecting data from the…
phpanswered Pedro Serpa 61 -
1
votes2
answers571
viewsA: How to make Bootstrap Grid stay with 2 rows in Mobile
Use the col-Xs-6 css class in each column. If you want 1 speaker on smaller devices and 2 columns above 767px wide, use col-Xs-12 col-Sm-6. Something like: <div class="row"><div…