I'm implementing authentication via Facebook and Twitter , and then other networks, but some doubts have arisen. How would the logic for creating a new account when the user authenticated via social network?
I assume that I get id...
I have a code that selects an option from the data that comes from the database. This part of the code is ok, it selects and brings.
The problem is that when I select this option , I need to populate 4 fields input automatically,...
I'm making a website for sales (personal thing, just training) and my problem happens with displaying the uploaded image of the DB. The browser identifies that it has an image there, but it does not display it.
Sending the image by $_FILE...
I have the following tables:
aud_agendas
users
In the aud_agendas table, the condutor and aprovador_lancador columns exist.
In the usuarios table, the id and usuario columns exist.
I need...
I decided to listen to some users to make the conversion but I need your help because I have done a lot of research and nothing works.
The first file is:
<?php
include_once("/pasta/connectserver.php");
$table = "rjpsync_tag, rjpsync_i...
Good morning, I have a system that uses a chat created by me and its communication by socket , all in php .
The issue is that I asked hostgator to install SSL on the domain, it was installed and it works normally, bu...
This will be quite difficult to understand, because it does not have a very dynamic explanation. I will try to be as clear as possible!
I want to create a letter generator that looks like this:
link
This is the site: link
But as...
Good morning guys, I'm developing CRM using the CodeIgniter framework and I'm not able to export some CRUD lists using the MPDF library.
I'm trying to use the ob_start() function as indicated in the library...
I'm using the following syntax in SQL for searches:
SELECT * FROM exemplo WHERE MATCH(title,content,tag) AGAINST(?)
Regarding LIKE I had a better result, but it's still not 100%.
For testing purposes, I have a title-only record with the...