Posts by Miguel • 29,306 points
758 posts
-
4
votes3
answers210
viewsQ: timestamp does not indicate the correct date
I’m working on a CMS for display of the articles, my problem is with the function strtotime() does not indicate the correct date, always indicates 1 March 1970. The Row (phpMyAdmin) of one of…
-
3
votes1
answer280
viewsQ: PHP Database error
I uploaded my website (using Filezilla) using php/mysql. On the localhost it works perfectly but on the external server it doesn’t. The following error appears: SQLSTATE[HY000] [1045] Access denied…
-
12
votes8
answers56968
viewsQ: PHP echo Special character problem ("ç")
I’m developing a website that displays the names of the months with strftime. HTML is already charset=UTF-8. The problem is that in the month name display it appears as in the image below I did a…
-
120
votes4
answers127987
viewsQ: How to make the date() function format a date in English?
In my project I’m using the function date(), however I would like it to be in Portuguese, the departure date of the moment is: Thursday 6th, I would like it to be on the same model but in…
-
2
votes3
answers81
viewsQ: Order of posts when consulting the database of my CMS
I am developing a Site with CMS. Everything works perfectly just that I would like the latest posts to be at the top of the page. What’s happening now is that the last posts go to the bottom of the…
-
2
votes3
answers469
viewsQ: jQuery . toggleClass() is not working as expected
I have this code but I don’t understand why the method .toggleClass() is not functioning as expected to change the opacity of the element: Example in Jsfiddle HTML <div id="admin">…
-
2
votes2
answers680
viewsQ: jQuery Toggle Animation
I’m trying to make an animation that behaves like a toggle. What I want is that with the click Event on #admin > p, this deviates to the left while the #admin > form, #btn slideup and go back…
-
6
votes2
answers653
viewsQ: jQuery resizing animation
Hello I am making a site with a small animation that is changed depending on the size window but there are 2 problems in Nav bar. Problems are: window > 800: animation is only trigered when I…