Questions tagged as 'php'

1
answer

FULLCALENDAR (SHOW SPECIFIC EVENTS)

My problem is that I want to obtain specific events according to a value, and all the information of the events is retrieved from the db successfully from a file with the following code: header('Content-Type: application/json'); $conexion = ne...
asked by 04.10.2018 / 06:11
1
answer

unexpected '-' (T_OBJECT_OPERATOR) when inserting

I use php and codeigniter, I try to enter data and I get this: An uncaught Exception was encountered Type: ParseError Message: syntax error, unexpected '->' (T_OBJECT_OPERATOR) Filename: C:\xampp3\htdocs\CesdeCodeIgniter\application\model...
asked by 05.10.2018 / 06:29
1
answer

Problems with .htaccess on godaddy server

The problem is as follows: I have a webservice in which I redirect all requests to index.php with .htaccess the code of .htaccess I'll leave it here RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{...
asked by 27.05.2018 / 16:24
1
answer

ERROR 500 when sending php form [closed]

It's burning my head !!! when I send a php form I get "ERROR 500" instead of sending it .... I share the code to see if someone finds what I do not: ( html code: <div id="contact_form"> <form action="contact.php" id="form1" name="...
asked by 23.08.2018 / 15:09
1
answer

Problem with a PHP Function search links

I have a problem with this works what I want to do is the following I want to look for the data of the link but not to give me an error information along with the correct one and if there is no data I get an error message function External...
asked by 23.08.2018 / 23:23
1
answer

I only want to list the images but I also list the subfolders

This code lists all the files and folders in my folder, what I want is to just list the images, omitting the subfolders that I have inside that folder, images that I need in the code. <?php function listar_archivos($carpeta){ if(is_dir...
asked by 23.08.2018 / 20:02
1
answer

How to make an ONCHANGE of a SELECT work when loading the page

What I have initially is a select which shows the last weeks that will be reflected in the incidents, the index is like this: <!DOCTYPE html> <html> <head> <title>ejemplo</title> <script src="https://code...
asked by 23.08.2018 / 22:17
1
answer

Difference between PHP and Node.js [closed]

I know that obviously the two are different, that PHP is a programming language completely separate from Node, but I would like to know what their similarities and differences are, since I recently heard that Node was '' a platform for Javascrip...
asked by 03.03.2017 / 03:11
1
answer

call a function in the laravel login

I'm working with Laravel 5.5 and I want to call a function every time a user logs in and is authenticated in laravel, I've been searching and can not find anything. and the final question is Do you call a function in laravel when it is logged in...
asked by 13.04.2018 / 19:01
1
answer

How to define the width of a table and its th? so they look the same in Google Chrome and Firefox

I'm doing a project where I show different tables and I want to define the width of the tables and their th, in Google Chrome it works correctly but when I try it in Firefox I do not take into account the width of the table <link rel=...
asked by 02.04.2018 / 20:10