Posts by Paulinha • 140 points
9 posts
-
1
votes1
answer72
viewsA: BOOTSTRAP NAV Collapsed Collapse changing height alignment
In your HTML put your navbar inside a class called . header for example. Within this class work the size of it in your particular media queries. Your logo vc tb can put it with the img-Responsive…
-
0
votes1
answer917
viewsQ: Search by string in SQL/ PHP database
Good night, I have the following select which is to fetch users according to their category: $consulta = "SELECT * FROM app_usuarios WHERE cat = '$categ' $categ is the variable I receive dynamically…
-
0
votes1
answer121
viewsQ: Set Google Analytics event label
good night.. I am configuring the events of the site’s Forums to be monitored by Analytics. But only one I can’t do the way I want.. Which is to take the label by the select field, for example:…
-
1
votes1
answer3267
viewsQ: Stylized Bootstrap checkbox does not work
Good afternoon, I have styled a checkbox group. Only it is not checked. I followed all the steps to make the change and still can’t leave it selected. Could someone see my code in codePen and tell…
-
1
votes1
answer395
viewsA: Is there any way to keep the user logged in to a webapp
I have a whole system in webview and use control through cookies. look for information about Setcookie or Sessions
-
2
votes2
answers309
viewsA: put checkbox value in the email?
First change the following in the html of your form: I wish to receive information and offers Change these lines of your PHP $name = $_POST['name']; $email_address = $_POST['email']; $atualiza =…
-
0
votes1
answer330
viewsA: PHP form is not sending the email
Depending on the server you are on, it doesn’t just send from the server it needs a class to configure smtp. In this case when it happens I use PHPMAILER to work. Remembering that it is very…
-
1
votes1
answer2475
viewsQ: Open external link inside the webview main page
I have an application loaded in 100% on WebView, i put the link where has the application and the entire application is via web in php. Only it has links that are not part of the page that are…
-
1
votes3
answers13362
viewsA: Carousel Bootstrap: Change Size
Have you looked at JS??? There is a Js file from Carousel that you define some attributes.. gives a check if that’s not it.. Another thing put the other attributes of the css of Carousel does not…