Questions tagged as 'php'

2
answers

PHPMailer alternative Gmail From

I have a website where there is a contact form. The email sent by this form (Gmail), I use a specific only for the site (form @ .....), however, when sending to the client, set the parameter From as the (contact @ ....), which is from...
asked by 19.10.2016 / 17:34
0
answers

Doubts about integration Bradesco ticket [closed]

I am in doubt about integrating this Bradesco payments solution. This is the documentation I do not know if it's via POST, via GET, if it's via XML. I'm confused.. I tried something like this <?php $adm = '0000'; $order = '1'; $url...
asked by 11.10.2016 / 15:26
1
answer

Extract data from a facebook profile by email

I need to check if there is a Facebook profile, by passing the email parameter. I noticed that the API has no way. But the facebook site has the URL: link Instead of @ I put a valid email and it finds the profile. The question w...
asked by 15.10.2016 / 21:47
1
answer

increase cURL response speed? [closed]

I'm using a google API and I'm testing it with the code below, but there's a huge difference in loading directly through the browser and PHP, it takes a long time for PHP, is there any way to "speed it up"? > $this -> curl = curl_init();...
asked by 14.09.2016 / 17:29
1
answer

Record selection rule based on date and time

I am developing an online betting system and when selecting the games registered in the system I need to select only the games from the current day onwards, additionally I need to make sure not to select the games that have already started, ie t...
asked by 21.01.2017 / 17:59
1
answer

Error Undefined variable php [closed]

I have a page that looks for the products in the database and displays me in the index through an include ie index.php shows the include with the products. I have in the include an option to search by name the products in the bank. as it arrows...
asked by 23.01.2017 / 00:55
1
answer

move_uploaded_file does not move files

I have a form (in php, I wanted to ask if it works without problem?) to insert images (the path of them) and when I enter the inserted in the database but the image does not move to the folder I'm requesting. Here is the code I downloaded...
asked by 06.10.2016 / 10:37
2
answers

Check for duplicate numbers between two php arrays [duplicate]

Hello, I have two arrays in php and I need to check if there is any number in array 1 that repeats with some number in array 2. I do not need the numbers, I just need to know if it repeats! How to do?     
asked by 10.10.2016 / 13:29
0
answers

Problem with application Laravel Online [closed]

I've uploaded my application Laravel and gave the following error:    FatalErrorException in AuthServiceProvider.php line 9: Class   'Illuminate \ Foundation \ Support \ Providers \ AuthServiceProvider' not   found Can anyone give me...
asked by 07.10.2016 / 16:28
0
answers

The loaded screen is correct but the data is saved in another DB table [closed]

On the company website, we're doing some scheduling testing. Problem is that although you are loading the correct screen on the site (the scheduling form), the data that the customer types is being saved in the budget table. Making it clear that...
asked by 19.08.2016 / 02:22