Posts by Débora Gonçalves • 121 points
10 posts
-
-1
votes1
answer1544
viewsQ: Submenu Bootstrap open left
needed my menu on the site below, open in left, so there is no layout break. http://alertweb.com.br/desenvolvimento/novamodallayout/site/ You could help me? <nav class="navbar navbar-inverse…
-
0
votes0
answers91
viewsQ: htacess with variables
Hello, I’m trying to use htacess with variais, but I’m not succeeding. my htacess ta thus RewriteEngine On RewriteRule ^$ /site/ RewriteRule ^index$ /site/index.php RewriteRule…
htaccessasked Débora Gonçalves 121 -
-4
votes2
answers899
viewsQ: Configuration of . htaccess not working
Hello, I’m trying to set up htaccess, but it’s not working. The htaccess file is this RewriteEngine On RewriteRule ^$ /desenvolvimento/uniseries/site/ RewriteRule ^index$…
phpasked Débora Gonçalves 121 -
1
votes1
answer298
viewsQ: htaccess help and base url php
I am trying to make url friendly with baseurl class and also with htaccess, but some pages like services and portfolio, are bugged, when I click to see the code appears in the file path a part of…
-
3
votes1
answer28159
viewsQ: select only by month of a particular column - mysql
Well I want to select with the condition that such column has determined month, and only brings results this month. I was doing this, but it didn’t work out. SELECT * from funcionarios where…
-
1
votes1
answer364
viewsQ: MYSQL - FK ERROR
Hi, could you help me? I am trying to add the FK in the employees table, only it is giving this error OBS I am creating the other tables before the employees 20:29:15 CREATE TABLE Funcionarios( id…
-
3
votes2
answers933
viewsQ: codeigniter error 3: Undefined variable: alert
I’m making a recording in the bank received from a form, it’s recording, only I want a message to appear after the recording, which was successfully received. But it’s giving the error below. I’ve…
-
1
votes1
answer444
viewsQ: Treat session by codeigniter model or controller
I’m trying to send the data from the database to the session, gave a print_r on the data received from the bank, but I can not pass it to the session, follow the code. Controller <?php…
-
0
votes1
answer125
viewsQ: Logging in form_validation does not validate as expected
I’m starting with codeigniter, but I have a little problem: When logging in, it doesn’t leave the incorrect password and email if. Form fields are correct and bank. Can you help me? This is the…
-
1
votes1
answer794
viewsQ: friendly urls for various folders
I have these urls, I’m using subfolders, but htaccess will be at the root MEDICAL PASTE when the person logs in to redirect appears in the url ? id=1 without the index laudar.php?id=1…