Posts by Juliano Bailão • 33 points
4 posts
-
0
votes1
answer577
viewsA: Problem with jquery-ui autocomplete via Ajax/PHP
Hello, the problem is that you don’t seem to be passing the term to be searched for php try something like: $("#auto_id").autocomplete( { source: function(request,response) { $.ajax ( { url:…
-
0
votes2
answers893
viewsA: Friendly URL does not work with https
Hello, try to leave your . htaccess this way: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^news/([a-zA-Z0-9_-]+)$ index.php?secao=news&url=$1
phpanswered Juliano Bailão 33 -
1
votes2
answers418
viewsA: how to get a correct sequence in order by mysql?
There may be other ways to solve this, the more you can love the following way: SELECT * FROM table ORDER BY LENGTH(id), id
mysqlanswered Juliano Bailão 33 -
2
votes1
answer99
viewsQ: How to resolve this error with the Materialui Drawer component
I am trying to use the Drawer of the ui material, but is returning the following error when Gulp will process it: Unexpected token (15:17) handleToggle = () => this.setState({open: !…
reactasked Juliano Bailão 33