Questions tagged as 'php'

1
answer

swiftmailer Config

I am setting swiftmailer in symfony , PHP 5.6.* , xampp I have a problem when carrying out tests to send emails, my configuration for swiftmailer is as follows: mailer_transport: smtp mailer_host: ###.###.##...
asked by 27.06.2016 / 21:17
0
answers

Initialize mp3 audio when navigating in a carousel to listen to the discs

I have a carusell with 5 discs. the first one that is active item if it plays but when changing to another disk it does not. I'm using php and js. The content of a hidden carusel item is not loaded in the sun, is it? I have been modifying the...
asked by 18.07.2017 / 15:35
1
answer

How can I recognize these 4 characters between "[GS]" as SQL and not as PhP?

In the following php query but it does not allow me to remove this [GS] that is in brackets within the table as a record (NOTE: Below I leave a small Photo SQL Capture of my doubt I appreciate answers I think the picture explains better.) $r...
asked by 16.07.2016 / 16:26
1
answer

How to create pdf in php and mysql

I do not know how to work with the creation of pdf Considering these fields $conector =" SELECT nombre, descripcion, cantidad, precio, cantidad*precio FROM materiales"; pdfplantilla.php <?php require 'fpdf/fpdf.php';...
asked by 27.06.2017 / 23:18
0
answers

how to make a fingerprint record in php using a biometric reader? [closed]

Can you make a fingerprint record and validate them in php? I currently have a device that serves to read the fingerprints the device is a digital person 4500, how could this process of reading the fingerprints and validate these for your income...
asked by 27.06.2017 / 18:45
1
answer

Select to retrieve records with different values

I have a table A with 3 columns: SubmissionId, FieldName and FieldValue. 1) SubmissionId save the submission ID. 2) FieldName and FieldValue save respectively the name of a form field and its value. I have a form with 3 fields: Name...
asked by 21.07.2016 / 20:43
2
answers

How to do click counter in PHP, MySQL and AJAX?

Okay, my question is to make a clicks or likes counter so that when someone clicks a <div> this add the click to a <span> anywhere in the article. This means that, if I have a new click on a photo, I put the total numbe...
asked by 22.06.2017 / 23:48
2
answers

Error convert varchar to int codeigniter sql server

Hi, I'm doing a simple application with CodeIgniter and sql 2000, which searches for records according to a client RUT, which is of type varchar. model: <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Presta...
asked by 27.07.2016 / 23:04
1
answer

Oracle + Oci8 + php5.6 + ubuntu 16.04

I have installed ubuntu 16.04, with PHP5.6 . I downloaded a version of Oracle instantclient (sdk and basics) Oracle 12.1.0.1.0 , I unzipped it over /opt/oracle/instantclient. Then I exported the variable as the home of oracle...
asked by 10.06.2016 / 09:44
1
answer

how can I open .dat and .idx files?

How can I open files and tables with extensions .DAT and .IDX using php? I am making a web application and I need to extract data from a database created by another program but I have not been able to do it, the files of the tab...
asked by 30.03.2016 / 15:34