Questions tagged as 'php5'

0
answers

error_reporting 22519

Hello everyone I previously did a question , which unfortunately was not answered, the only good thing is that it is possible that the error is from the server I have to print the errors with var_dump(error_reporting(E_ALL)); but, if ret...
asked by 06.09.2018 / 09:52
0
answers

the file_put_contents function does not work ... from php

Hello, good night, I would like to know why I do not believe the file gente.txt ? I was told that it may be permissions to create or edit files, but how would that be in wampserver? Thank you very much here I put the code. $fichero = 'gente.t...
asked by 24.08.2018 / 03:30
0
answers

integration with SOAP protocol with PHP Help!

I want to integrate a server (Client) to the server of my work. The problem is that the client uses the SOAP protocol for sending data information, something that currently is not seen much and I can not find the information I need. I show th...
asked by 17.08.2018 / 12:50
0
answers

Update a local folder image and database

I want to update an image but when I try to do it, it gives me an error but it does not show me what it was, please if you can support me. Form to update <form action="actualizarimg.php"> <?php while($registro=$resultado-&...
asked by 08.08.2018 / 03:38
1
answer

Do not edit record dependent on status

I make a ticket system which works for 3 states 1 = PENDING, 3 = FINISHED, 4 = CANCELED. My DB is modeled to be inserted by foreign keys. What I intend you to do is if the ticket is with status 3 = FINISHED, do not allow me to edit that t...
asked by 30.07.2018 / 11:14
1
answer

SELECT ANIDADOS

I make a ticket system in which when filling out my form of my main table tickets I have users and areas what I intend to do in my form > select is that when choosing an area, only the users that belong to that area appear . I appreciate...
asked by 01.08.2018 / 08:00
0
answers

Problem to upload image to local server with PHP

Good my php level is very basic as soon as I started, I would like to know how I can upload an image of the file to the server folder that I specify in $ uploaddir. $uploaddir = '/var/www/html/galeria/fotos/'; $uploadfile = $uploaddir . basena...
asked by 20.07.2018 / 11:43
1
answer

Error loading routes in laravel

Route::get('foo', function (){ return 'Hello World'; }); This is the example of the official website of Laravel, but at the moment you do it I get it:    "Sorry, the page you are looking for could not be found." I appreciate if yo...
asked by 17.07.2018 / 20:08
1
answer

How can you create an array to scan results from a mysql query in php?

The small php code below gives me the result of a query in column A, B, Q in excel. The problem now is that I need to make an arrangement or cycle in which it is traversed according to the column in the that is found to fill the other columns of...
asked by 17.07.2018 / 19:24
1
answer

Does anyone know how to connect to SAP tables to develop a web application?

what's up ?? My problem is that I am developing a web application for a company and it uses the 'SAP' program to control all its data. This software has a database with tables as if it were mysql, but the problem is that I do not know how to...
asked by 18.07.2018 / 20:58