Posts by Fratura Exposta • 127 points
15 posts
-
0
votes1
answer59
viewsQ: Doubt about music player for website
I wonder if there’s a way I can make a music player for website, with AJAX, PHP or HTML5, using a youtube playlist. How to make it play in random mode this playlist not to keep repeating the same…
-
0
votes1
answer2185
viewsA: open link in new tab with JS or Jquery
I found out, I had to update this code above for this: var services = { facebook: { // https://developers.facebook.com/docs/reference/fql/link_stat/ counterUrl:…
-
0
votes1
answer2185
viewsQ: open link in new tab with JS or Jquery
I set up a website using Mobirize and it has a Facebook icon that when clicked you share the site on your face as a post. I would like it to open a new tab instead with a specific Facebook page.In…
-
2
votes0
answers64
viewsQ: ONCLIK JQUERY for IFRAME does not work
I make animated banners in Google Web Designer and use an IFRAME to call them on the page, I used a JQUERY code so that when clicked on top of IFRAME it would open another page but when I add 2 or 3…
-
0
votes2
answers59
viewsQ: How to make the site perform a code withdrawal with a particular user?
Good morning, I have an administrative access page for the Adms of my site but have a part of the code in one of the pages, to create and modify users and passwords, that I would like to appear only…
-
-1
votes1
answer69
viewsQ: error in my_sql to PDO conversion
I modified my connection page with the MYSQL database to PDO but it is showing error, could anyone help me? There is a file that pulls the necessary information from the database to be sent to the…
-
0
votes1
answer687
viewsQ: MYSQL extension error
I set up a code page on my site that looks for information from the database but in the file that connects to DB and pulls the pertinent information this giving a supposed extension error. This…
-
-1
votes1
answer422
viewsQ: How to invert the order of loop results in PHP?
I wrote a code based on tutorials I saw to show User Comments Database information in tables but I would like it to reverse the order of the results. How can I do that? <?php // se o número de…
-
1
votes2
answers164
viewsA: Doubt about PHP command to write inside another. php file
It worked well this method of file_get_contents and file_put_contents I just had to fix the $finalcoment to fit right into the page giving space on the top and bottom line, then it leaves a line…
-
2
votes2
answers164
viewsQ: Doubt about PHP command to write inside another. php file
I’m finding a problem in the following code: <?php $id = $_POST['id']; $titulo = $_POST['titulo']; $imagem = $_POST['imagem']; $coment = $_POST['coment']; $finalcoment = '<div…
-
3
votes2
answers11060
viewsA: How to center an iframe?
already got it, for want I just added a align center in div and Middle in iframe like this: <div id="carregando" class="center" align="center"> <br><br><iframe class="asd"…
-
3
votes2
answers11060
viewsQ: How to center an iframe?
Have on my page an animated banner that I made in Google Web Designer that I incremented in my site to appear before loading the index page. So far so good, the codes are working but I would like to…
-
0
votes0
answers291
viewsQ: how to make an animation open and close before displaying the site?
good afternoon guys, I’m with a dulvida to increment an animation (banner) made in Google Web Designer. I would like to know how to execute an iframe, calling the animation, close it as soon as the…
-
-2
votes1
answer87
viewsQ: page orientation with a dropdown menu
I have on a page of my website a menu dropdown with a list of rock bands. When you click on the menu it "drops" down showing the list by clicking on some band from that list it closes that menu…
-
0
votes1
answer86
viewsQ: How to send values in a hidden way to the SQL Database within Windows with POST
Good morning guys, I have a question in PHP. I have a page on my site that contains a form that sends the information from it to a validation page that connects and sends the information to the…