Posts by Marcos Vinicius • 7,188 points
309 posts
-
6
votes1
answer1133
viewsA: Problem reading words from database with accent or cedilla
I propose you do the following: 1 - Insert these lines of code into your database connection file: mysql_query("SET NAMES 'utf8'"); mysql_query('SET character_set_connection=utf8'); mysql_query('SET…
-
1
votes3
answers407
viewsQ: Compare form domain with database domain
I need to compare domain sent and processed by a form via $_POST with domains of the database because I can only enter one email from each domain in the database. For this first I took the email…
-
2
votes5
answers5625
viewsQ: URL friendly with . htaccess
I would like some help from you because I have tried a few times but I have not reached the expected result. Need through htaccess, do the following procedure: change the url that is shown in the…
htaccessasked Marcos Vinicius 7,188 -
1
votes1
answer67
viewsQ: File creation for database data logging
I have 13640 users and I am creating 1 email capture file for every 1000 users. With the code I have, it generates 13 files and has a surplus of 640 users that are left behind because it did not…
phpasked Marcos Vinicius 7,188 -
0
votes3
answers537
viewsQ: Run script every 1000 queried records
I need to run a script every 1000 records consulted in the database. A simple example to help me is to put a <br><br> every 1000 records. <?php // Conectando com o banco de dados…
phpasked Marcos Vinicius 7,188 -
0
votes2
answers1295
viewsQ: How to run a PHP script without refresh with jQuery?
If you access this site GCMC Advocacia You may notice that the menu will only change language if you double-click the flag. This is because the page is not running the script that loads the menu…
-
1
votes0
answers107
viewsQ: Problem when closing Lightbox when I call AJAX
I’m in trouble when on this site http://santins.com.br/_z/holcim session access PROJETO and click on RELEASES. While I do not click on any titles that loads via AJAX the content of the post, the…
-
7
votes3
answers7402
viewsQ: Load refresh-free page post with AJAX and JQUERY
I am in need of a Wordpress help as I would like to load posts without refresh or reload page. I have a menu that returns posts from a certain category in a <div> left and would like to be…
-
3
votes2
answers1082
viewsQ: jQuery function with fancybox - I’m having refresh problem
When opening or closing the fancybox (I’m a programmer php but beginner in Javascript with jquery), my page gives a refresh and goes back to the top of the content losing the focus of the place that…