Posts by andre • 51 points
8 posts
-
0
votes0
answers44
viewsQ: turn Procedure into Function
I’m trying to turn this procedure in function, to use inside another procedure, but I can’t evolve: CREATE PROCEDURE bancodados.sp_calculo(param_id_cnpj varchar(14)) BEGIN SELECT id_cnpj,…
-
1
votes1
answer529
viewsQ: how to open events in fullcalendar
good night, I am using fullcalendar, but I can’t open the event, just present it in the agenda. How do I fix it in the code? $(document).ready(function() { $('#calendario').fullCalendar({ header: {…
-
1
votes0
answers49
viewsQ: Login jquery does not load the page after authentication
please, this function does not load the page. The return is correct, the code enters the if loop, but it does not load the page that should be Location. What can it be?…
-
0
votes1
answer220
viewsA: cannot connect with mysql on the web server
I see for the help...!! I used this link and it worked perfectly: https://www.vivaolinux.com.br/dica/Configurando-acesso-remoto-em-servidores-MySQL…
-
-1
votes1
answer220
viewsQ: cannot connect with mysql on the web server
You are showing the following error: Fatal error: Uncaught Exception 'Pdoexception' with message 'SQLSTATE[HY000] [2003] Can’t connect to Mysql server on 'Ipservidorweb' (111)' in…
-
1
votes1
answer53
views -
2
votes2
answers2338
viewsQ: pass parameter to another html page
good night need help in html.... I’m not getting the parameter passed correctly to another html page. page 1 is a table that is the vacancy list. By clicking the vacancy button, make the request for…
-
0
votes1
answer73
viewsQ: Variables returning trying to get Object of non Object
All screen transitions, when I need to call a given variable, are with this problem. Always returns the vector as empty. When transitions are made with defined value, for example: $_POST ['vaga'] =…