Posts by PCP84 • 45 points
7 posts
-
1
votes1
answer95
viewsQ: How to print data from an array
Dear, I have a form that sends data through the method $_POST, check if the data are set $_POST['nome_campo']; and through the foreach(), load the array $_POST inside of a variable! After performing…
-
0
votes1
answer45
viewsQ: How to get a path to the date and extension of a file using some PHP function
I have an array with two types of files: .jpg and .pdf. I’m developing a PHP page of monthly publications. I created a select to define the year of publication, the user will be able to choose the…
-
0
votes1
answer127
viewsQ: How to set navbar width
Guys, I’m developing a Menu with Submenus, but I can’t set a width for the navbar so it stays in the screen size! '<style type="text/css"> /*Configurações Padrões*/ ul.menu, .menu li, .menu a{…
-
0
votes1
answer59
viewsQ: Hide an element when the screen is in a certain pixel in Javascript
Friends, I would like to hide an element of the page when the screen is on a certain pixel! I got in this format, but when I open screen on the given pixel, the page Showing the element, the element…
-
1
votes1
answer265
views -
0
votes0
answers26
views -
2
votes1
answer403
viewsQ: How to check dates in input datetime?
I have an HTML page with an input date/time and date/time out form (input datetime-local). I need to check on the same page if the fields were filled only with different dates at the time the user…