Posts by Eder • 153 points
6 posts
-
2
votes1
answer5945
viewsQ: Pass $_POST via javascript and redirect
I have a page that takes the screen size of the user via Javascript and the other that receives the data for display. I just can’t pass the $_POST to another page, since it does not redirect.…
-
4
votes2
answers4779
viewsQ: Responsive font as screen size is adjusted
I have a responsive website only the lyrics even putting in %, Rem or EM is not adjusting. Then it is possible to make the font change for example a window with the length in 1000px and font-size in…
-
0
votes2
answers129
viewsQ: Responsive Design
I have two questions here with responsive design. The first is in relation to the code that follows: <link rel="stylesheet" media="only screen and(min=width: 1366px)" href="css/deskmax.css" />…
-
0
votes2
answers1939
viewsQ: Php <= "value" and >= "value"?
I would like to know how to make PHP detect if a variable is with the value between one of the values passed. Explaining better I have a variable with a value, this value will make it include a file…
-
5
votes3
answers13793
viewsQ: Date in dd/mm/yyyy format?
i created a table, where I put the user record on a card for printing; therefore this table has several records (5 per page) and so in each page I access a record in the same table I did an…
-
3
votes3
answers329
viewsQ: How to pass Id next to pagination ex: index? pag=pagina&ID?
I am making a site and on this site, I have a simple pagination site in index.php with the following code: <?php function getGet( $key ){ return isset( $_GET[ $key ] ) ? $_GET[ $key ] : null; }…