Questions tagged as 'php'

1
answer

I can not make social facebook plugins go on my site

I am having problems with the facebook services for the developer. When I work at localhost, it's fine, the issue is when I test it on the host (hostinger). The most visible is the comment box that does not appear directly. But the share button...
asked by 25.09.2016 / 21:07
1
answer

Warning: date (): It is not safe to rely on the system's timezone settings

I get this error:    Warning: date (): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set () function. In case you used any of those methods and you a...
asked by 23.09.2016 / 15:08
1
answer

Read answer multidimensional array API smsgateway.me

I am testing the sms sending of link I am able to send the message correctly, what I do not know is how to correctly read the response of the array that results I get this answer Success: Array ( [response] => Array ( [success] => 1...
asked by 26.09.2016 / 20:25
1
answer

How to insert data in MySQL with dynamic fields inputs?

$(document).ready(function(){ var addButton = $('.btn-danger'); //Add button selector var wrapper = $('.col-sm-9'); //Input field wrapper var fieldHTML = '<div style="margin-top:10px"class="input-group"> <input type="tex...
asked by 30.05.2016 / 19:16
0
answers

How to configure a Location directive in nginx to process example.com/ (any name)

I am setting up a site in nginx, in the folder of the site I have a file avatar.php, which given a request avatar.local / {username} returns the image associated with the username, the problem is how to configure in nginx that this url is resolv...
asked by 24.11.2017 / 16:06
4
answers

enter data to mysql with form

I recently posted the same question but it has stopped working! I'm trying to enter data into a table in MySql. but I get this error: Notice: Undefined variable: username in H:\SERVER\htdocs\SITIO2\content\control_register_user.php on line...
asked by 30.05.2016 / 15:28
3
answers

I can not insert in BD with CodeIgniter

I have a view with a Modal PopUp form when the accept button is executed, it does not insert in the database or mark any error, I hope you can help me. VIEW: <!-- Modal (PopUp registro de nuevo cliente) --> <div class="modal fa...
asked by 25.05.2016 / 00:21
1
answer

Zend Framework 2, Model Error

Create a ZF2 project using composer and then create a module using the ZFTOOL called "Login". The problem arises when adding a model, which is not working, here I add the captures of the project. The error that I generated in the browser i...
asked by 12.05.2016 / 22:52
0
answers

Disinfect phising website [closed]

Some time ago they made an attack on my website, a defacement, they erased all the information, I saw something strange in my hosting and they had created a subdomain, so I deleted it and again put my website restoring the backup, but now no web...
asked by 04.05.2016 / 14:04
1
answer

Can not modify header information - headers already sent ... in Codeigniter

How about, I'm inserting data and an image in Codeigniter by means of a form, all that works, but it sends me the following:      Severity: Warning Message: Can not modify header information - headers already sent by (output started at /xxx/x...
asked by 07.06.2016 / 17:09