Posts by NoobSaibot • 9,554 points
354 posts
-
1
votes3
answers929
viewsA: CSS is not working on any browser on my PC
Check the permission of the file / folder, maybe you don’t have enough permission. On linux (Debian, Ubuntu, etc.. Recommended permission for directories (folders) is 755 sudo chmod 755…
cssanswered NoobSaibot 9,554 -
0
votes1
answer793
viewsA: I am unable to access Mysql from PHP
Are you just connecting or are running a query as well ? The code below executes the connection and makes the check if there was error, in case of error will show the error message and finish, in…
-
0
votes1
answer291
viewsA: Passing an array with ajax to php
It shows up in your script PHP, you are checking if the parameter deleting exists, but I haven’t found him in his Javascript. Add it. data: { deleting: true, id: { excluir : checkbox } }…
-
2
votes1
answer46
viewsA: Only records with column containing x word appear
To perform a search for a given word the wildcard character is used: % (Percentage) To search the word, whether in the beginning, middle or end. select * from NOMEDATABELA where hashtags like…
phpanswered NoobSaibot 9,554