Questions tagged as 'php'

1
answer

How do I make the PHP file cause AJAX to fail?

Good. I'm trying to make a program that looks at whether the password of a form is in a file.txt. The file is line by line in this way:    000 010 001 ... Keep this up with a lot of passwords but it's for you to come to the idea....
asked by 30.11.2017 / 21:50
2
answers

Go through JSON and differentiate between null and empty fields

I'm doing a script in PHP, which allows me to run a JSON to make debug when any of the tags is null, it's a problem is that when you convert the JSON to an array, the data that was empty becomes and remains as null . I attach the code below:...
asked by 30.11.2017 / 14:03
2
answers

Uncaught Error: Call to a member function fetchColumn () on boolean

Hello, why do I get that error? this function is to validate if there is a user or not but I get this problem:    Fatal error: Uncaught Error: Call to a member function fetchColumn ()   on boolean in C: \ xampp \ htdocs \ login_oracle \ funcs...
asked by 12.12.2017 / 19:21
1
answer

How can I insert correctly with jquery html code next to php in a modal?

I want to insert within a modal a textfield with a button that picks up the value of this textfield when I click on the button, for this I am using jquery and I am inserting the html next to a if(isset($_POST["boton"])) in php to perform...
asked by 13.12.2017 / 04:20
2
answers

Problem when sending Json data using AJAX

Greetings, I'm starting to use ajax technology to send data JSON type to a php sheet to make an insert to the database, in a facebook login the code works perfect unless you show me error 404 not found if I use this code js from an ibicacion in...
asked by 28.11.2017 / 15:40
1
answer

Migrate site to local (XAMPP) - ERROR require_once (): Failed opening required

Apparently it can not reach the indicated route, I migrated my production site to XAMPP to work locally. the error is:    Fatal error: require_once(): Failed opening required 'C:/xampp/htdocs/libreria/php/adodb5/adodb.inc.php' (incl...
asked by 21.11.2017 / 13:57
1
answer

Inidivual search engine for each table

I have two tables created, each one with its respective search engine only when I search in one they look for me in the two thanks for their help <div id="infouser"> <img src="<?php echo base_url();?>css/image...
asked by 21.11.2017 / 15:38
2
answers

Submission of forms to an email [closed]

Hello, I want you to fill in the form that I put on my page, the e-mails come to my personal email, this is the code of my form, it is in html <div class="grid_6 preffix_1"> <h2>Envianos tu mensaje</h2> <fo...
asked by 20.11.2017 / 21:05
1
answer

read from the first page of an excel

I'm doing a project that takes the data of an excel with several tabs (tab per year) and I implemented it in the table, but it turns out that when I send it read from the excel just read me the Last page, I do not know how to make you read all...
asked by 21.11.2017 / 17:40
1
answer

Redirect error when paging in laravel

Good morning, I am currently doing a project in laravel 5.2 I have been developing a simple search engine, but I have had one or another problem with paging, always when I make a query through the search engine and decide to go to the next pa...
asked by 20.11.2017 / 20:26