Posts by valpmg • 105 points
10 posts
-
3
votes1
answer57
viewsQ: Problem getting access time
I’m trying to take the time that the internet remained on the page, however is returned nothing. Main php file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
-
3
votes1
answer327
viewsQ: Anonymous jQuery function passing parameters when calling it
Is it possible to pass parameters in a jQuery function so that I can use it multiple times with multiple elements? I need to leave it with indeterminate elements and pass them as parameters…
-
0
votes1
answer53
viewsA: Grab items from an array by converting to UTF8
Solved. As I had said earlier, I used Notepad++ to format them in UTF-8 without good and solved in most words, except in words inside buttons. I went back and formatted again in Notepad++, this time…
-
0
votes1
answer53
viewsQ: Grab items from an array by converting to UTF8
Hello! My problem is this: I have a list of values in an external php file and when I use a include to call the values in my template the accented characters are replaced by queries. I wonder if…
-
1
votes0
answers58
views -
1
votes2
answers1159
viewsQ: Translate website automatically according to the country of the internet user
I wonder if there is a php or JS function that through the visitor’s IP makes it possible to translate the site automatically according to the country of the internet user without needing him to…
-
2
votes2
answers87
viewsQ: Know if the page is in the background
Is it possible to know if the page of my site is being visited in the background by the internet user? Is there any code or way to know?
-
-1
votes1
answer638
views -
0
votes1
answer385
viewsA: Search by filter using mysql
I managed to solve my problem. Despite the lack of interest in helping and the two votes as not clear or insignificant question, I leave here my thanks. <?php include "conexão.php"; $sql =…
-
-2
votes1
answer385
viewsQ: Search by filter using mysql
Hello! I need a search with filter relative to product page by category, that is, when looking for products by a certain category show in the sidebar filter options such as: new or used, minimum…