Questions tagged as 'php'

0
answers

Error 500 when logging in working with mvc

I have this form in html, the login I do without jquery or ajax. Command of this form by post: <form class="form-horizontal" method="POST" style="vertical-align: central;" action="views/procesologin.php"> <p>ACCESO AL SI...
asked by 27.11.2018 / 19:34
0
answers

Registration query with hash

I have a question, it is that I am doing a record of login with hash but when it enters the system you can check the users, the password and the employee to whom the registration belongs but when I do it instead of show me the normal password se...
asked by 22.11.2018 / 02:32
0
answers

Relationship of two tables

Hello friends I have a big question I'm doing a project of maintenance requests and in the user admin can give management and departments where these two tables have relation in id_gerencia the department table consists of name, apartment_id, ma...
asked by 21.11.2018 / 23:21
0
answers

Error with synfony: Failed opening required autoload_real

Dear I have this error in symfony and it does not let me raise my project: c> php bin/console server:start --docroot=html PHP Warning: require(F:\xampp\htdocs\guiame-positiva\vendor\composer/../symfony/phpunit-bridge/bootstrap.php): faile...
asked by 23.11.2018 / 12:12
0
answers

Load a div with ajax and php

I'm doing a chat but when I want to send a message, I recharge the entire page and not the div, this is a part of the php code: <aside id="chat_derecha_contactos"> </aside> <div id="chatear_contacto"> <...
asked by 23.11.2018 / 02:29
0
answers

Error consuming php WS in VS17

I think it's an error in the config but I do not know what it could be, since the parameters are being sent correctly, and SOAPUI is able to consume perfectly. I attached the appconfig. The error thrown is: System.ArgumentException: The pr...
asked by 20.11.2018 / 16:21
0
answers

Joomla template display custom article fields

How can I print the custom fields in my template. Trying to clarify what I found in JED Link What I have understood is that. In my template of yootheme / templates / article.php <?php /* * The template for displaying categoriz...
asked by 20.11.2018 / 16:30
1
answer

Separate Data Shown With PHP

I am showing data in a table through a combobox, but the problem I have is that the words are very close, they need a space, could someone tell me how I would do that? This would be the code that I have ... <?php include ("con...
asked by 20.11.2018 / 16:24
0
answers

PHP ODBC Progress OpenEdge Stays frozen

Good morning to everyone, I'm trying to make a SQL query to a Progress database from php .. the result of the connection to me is returning to TRUE, which means that if I get connection to the database .. My problem is when I do a query wi...
asked by 20.11.2018 / 17:55
1
answer

Problem in Php --Parse error: syntax error, unexpected '='

I am trying to make a form that takes the data from a table in phpmyadmin. It gives me error in the following code. Does anyone know the error? <?php if(isset($_GET["libro"])){ $resultado = mysqli_query($enlaceBD, "SELECT * FROM...
asked by 20.11.2018 / 12:25