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....
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:...
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...
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...
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...
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...
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...
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...
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...
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...