Questions tagged as 'php'

1
answer

Authentication via social networks

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...
asked by 18.08.2016 / 20:50
1
answer

Use select data in input

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,...
asked by 03.12.2018 / 13:36
0
answers

How to display the DB image in php?

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...
asked by 12.12.2018 / 00:45
1
answer

View Record of one column in several other columns

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...
asked by 05.12.2018 / 19:53
0
answers

Change Tittle Section [closed]

Good evening, I need help so that a text accompanies the title of the page. Here should show "test" instead of "blog"     
asked by 11.07.2016 / 04:17
3
answers

How to convert a MySQL connection to MySQL? [duplicate]

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...
asked by 17.09.2014 / 13:47
0
answers

Socket + SSL does not work PHP

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...
asked by 16.01.2017 / 14:02
1
answer

Creating images with text 'imagecreate ()'

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...
asked by 18.01.2017 / 23:58
1
answer

Export CRUD list with MPDF + OB_start ()

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...
asked by 16.01.2017 / 18:35
0
answers

Efficient search with phrase and keywords

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...
asked by 23.07.2016 / 01:32