Posts by EDGNoizy • 307 points
24 posts
-
0
votes1
answer102
viewsQ: Run form by clicking a browser button
I have a form with an input file, and what I want to do is this. When I choose a file and press "OPEN" I need my form to be sent by clicking "OPEN". My form. <form class="form5" method="POST"…
-
2
votes1
answer67
viewsQ: Conflict of forms
I have 2 forms, one by ajax and the other php normal. both forms are working, but when I run the php form without ajax it returns me the errors of the php form with ajax. PHP Com ajax if…
-
0
votes2
answers972
viewsQ: Run "Send File" without having to click the input file
Example : When I click on my "camera icon" : Instead of appearing that little box of "Select File" : I need you to open the "send file" box" : HTML of the icon <i class="material-icons…
-
-3
votes1
answer51
viewsQ: start a function after X minutes on a php page
For example : I have a page that performs a function after 7 minutes on it. This function will increase "+1" in a field of my database.
-
0
votes1
answer52
viewsQ: Error while doing image update
I’m trying to update an image with HTML, Ajax and PHP. HTML and Ajax are configured correctly, as far as I know. But I think the problem is in php. because it works but returns me error. my php.…
-
0
votes1
answer111
viewsQ: Help with Ajax does not send data to the database
I’m trying to submit a form to my database. Ajax says that the user’s registration was carried out successfully but when I go to look in the database there is nothing there. My Form. <form…
-
1
votes2
answers278
views -
1
votes0
answers42
viewsQ: z-index does not work with google Adsense advertising
I have a problem which is this:. I have a top menu with position Fixed and a z-index of 99999. I put this ad but the problem I’m having is when I go down and get it in advertising. Advertising is in…
-
0
votes1
answer19
viewsQ: Charging more doesn’t work properly
I have a section where you receive some posts and have a button to press more. In my Section the first post displays correctly, but when I click the button to press more, does not run the second…
-
0
votes0
answers205
viewsQ: How to check if the user has Adblock enabled?
I have a block with html q is an advertisement, but if the person using Adblock it n will appear. What I need to do is if the user is not with Adblock enabled the ad appears but if it is enabled an…
-
-1
votes3
answers127
viewsA: Problem in the require
is to call another right file ? if you are using require_once require_once("arquivo_aqui");
-
0
votes0
answers24
viewsQ: Doubt about sites with https
How would I leave my site with https ? I use a free hosting in infinityFree and tried to mess with the SSL of Cpanel but had no success.
-
1
votes0
answers83
viewsQ: Check for Adblock javascript
How do I know if the user who entered my site has Adblock on my site ?
javascriptasked EDGNoizy 307 -
0
votes2
answers57
viewsA: jquery effect does not work because of relatives
$(".B1").click(function(){ $('.B1')($(this).parents('ol').next().slideToggle(200)); }); I got it that way. Thanks to everyone who tried to help and who gave vlw tips…
-
0
votes2
answers57
viewsQ: jquery effect does not work because of relatives
I need to open the id="SUB_1" when I click the <li id="B1">Botão 1</li> and do the same when I click on <li id="B1">Botão 2</li> open the id="SUB_1" that this below the q…
-
0
votes2
answers1683
viewsA: How to center the image?
You can do by HTML just put like this in HTML <center><img></center> If your css has something like " float : left or right " you take off the whole float.…
-
2
votes2
answers4011
viewsQ: Show and IDE jquery effect
How do pro jquery open only the box I clicked, without opening the others. I tried to use $(this), but I couldn’t. Not the way I want. HTML <div class="main"> <i class="icon…
-
3
votes2
answers37
viewsQ: Keywords in Paginations
How can I insert the Keywords and even the title of my page on those "Pages that don’t exist". For example, I made a pagination and my url changes as I change the value of url/conteúdo, the title…
-
5
votes3
answers1047
viewsQ: Apply effect when changing value of an input
I need some help with an effect I wanted to do, but I’m not getting it. I have a range type input that goes from 1 at the 10, being its default value 5: <input class="i1" type="range" min="1"…
-
1
votes1
answer411
viewsQ: How to take the value of a tag and send it to another tag with js
Hi, guys, I’m having a problem. I have 4 equal tags, but I want to send the value of the tag that was clicked to the value of the input. Example : <img id="imgs" src="img_01"> <img…
-
0
votes1
answer46
viewsA: Creating Friendly URL I don’t know how to do
I didn’t understand your question very well, but. 1 - create a file. htaccess. 2 - Do not touch the index with htaccess since it is the main page. 3 - to modify the URL do the following.…
-
1
votes1
answer52
viewsQ: Form sending to the bank when updating the page
Hi, I have a problem with my application which is as follows:. I fill all the fields and click the send button and it works fine. When I give an F5 to update the site, it forwards the same…
-
0
votes0
answers37
viewsQ: Changing PHP URL
Personal I have a pagination system that to each page it pulls a content from the database. In this case it pulls the ID "ID of each element of my database", I’m trying to change it to take the…
-
-1
votes1
answer26
viewsQ: Post system
I think the title n was very clear but I will explain right here what I need and I am not getting good results. Well what I’m trying to do is this. On my page link it looks like this ->…