Posts by Wilson • 9 points
4 posts
-
-3
votes1
answer38
viewsQ: Document.getElementsByClassName show before
I wanted you to show me how many "twitter-tweet" classes you have in html at the top, not at the bottom. if I place at the top appears "0 videos" and if I place at the bottom appears the right…
javascriptasked Wilson 9 -
-1
votes1
answer46
viewsQ: Problems with HTML + CSS Element Placement
I’m having a lot of problems positioning elements in html+css, I’m making a site, and I made a button with animation there, so I went to try to put a navigation bar, so I put before the code of the…
-
0
votes0
answers37
viewsQ: I bought a website but I don’t know how to install it. [Nginx, Laravel, linux]
the site is Laravel Nginx, if it were apache I would even know. that is written, but does not say the commands I have to give in vps to install this and tals:…
-
-3
votes2
answers72
viewsQ: What’s wrong with this PHP code?
if(count($items) > 1) { $out = array('success'=>false,'error'=>'You choose more bots'); } elseif($user['balance'] < $sum) { $out = array('success'=>false,'error'=>'You dont have…