Questions tagged as 'php'

1
answer

verify purchase code api

I found an employment script and I want the registration of the purchase code to be optional to publish it on my website the route is divided by steps but exactly the step3.blade.php asks me to verify the purchase code thing that I do not want p...
asked by 03.09.2018 / 02:53
0
answers

Email does not arrive when sent with PHP

I am developing in PHP a system that sends email to the address that the user provides. The program returns true when I use the function mail() , I did tests sending emails to the domain gmail ie [email protected] but when I try...
asked by 02.09.2018 / 19:59
1
answer

unfulfilled dependencies: php7.2-zip: It depends: libzip4 (= 1.0)

I am trying to install php7.2-zip in ubuntu server 18.04 but when trying to install it I get this error "unfulfilled dependencies:  php7.2-zip: It depends: libzip4 (> = 1.0) "and I try to install libzip4 but it sends me this" The libzip4 pack...
asked by 02.09.2018 / 16:28
0
answers

http error 500 in miarroba

A blog that worked well for me at localhost with Xampp I have uploaded it to miarroba, and when I try to see it on the internet I get the following error:    This page does not work The realzaragoza.webcindario.com page does not work   You ca...
asked by 12.09.2018 / 07:01
0
answers

Insert more records under a table in excel from php and mysql?

In general I am generating reports in excel from php and mysql (through consultations). What I do is that the records of my queries that I get are placed in an excel file that I create from php with the phpExcel library and I would like to know...
asked by 31.08.2018 / 16:34
0
answers

The log returns error and the screen shows undefined

Developing a shopping cart using objects and session variables. <?php session_start(); require ("../../models/claseTicket.php"); if (isset($_POST['accion'])){ if ($_POST['accion']=="listar"){ if(isset($_SESSION...
asked by 31.08.2018 / 18:13
3
answers

Registration form, check dni and if user exits PHP + AJAX

have if someone can guide me. I'm making a registration form, in which they have the typical fields; but the ones that I need to do verifications before inserting the registry is of Username (email) and the nif. I have a form that when we giv...
asked by 06.09.2018 / 08:44
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 / 07:52
0
answers

Message "This site does not support Facebook" when entering from facebook to a url, by means of a mobile

Quetal, Please someone has an idea why does this message come out when wanting to enter from a mobile facebook to a shared url (my website)? From September 6 of this year, if I enter the mobile and share a link from my website on facebook, this...
asked by 11.09.2018 / 03:49
0
answers

Manage Blob in php

Edit: I actually send the file in a blob to the server, but although I try to handle it I only get a text file. file_put_contents($target_dir, $_FILES["archivo"]["name"]); I have a controller in javascript and one of its functions I have in...
asked by 11.09.2018 / 10:12