Posts by Thales Fossalussa • 107 points
5 posts
-
1
votes1
answer58
viewsA: Use an html tag that is in a Mysql database on a page
instead of using the sql command != for different, I switched to is not was like this: SELECT ofeVideo FROM tbloferta WHERE ofeVideo is not null;…
-
0
votes1
answer58
viewsQ: Use an html tag that is in a Mysql database on a page
I inserted the following direct tag into the bank <iframe width="962" height="541" src="https://www.youtube.com/embed/w2Ov5jzm3j8" frameborder="0" allow="accelerometer; autoplay; encrypted-media;…
-
0
votes1
answer1143
viewsQ: How to use except in mysql
I need to select one in an offer table and then use an except to delete the other select result Example: A = {10,11,12} B = {11,12} (A except B) = {10} I’m talking about except pq for what I had…
-
0
votes1
answer40
viewsQ: Is it possible to press a button on a form and it takes the $_POST from the other form?
I have a function that registers client If the user presses the sign-up button the client will perform the function If the user press the button to register phone, will perform the same function and…
-
8
votes2
answers59817
viewsQ: error: failed to push some refs
trying to push to the repository and being rejected $ git push origin master To https://github.com/me/myproject ! [rejected] master -> master (fetch first) error: failed to push some refs to…