Questions tagged as 'php'

1
answer

How to get information from inside the image in PHP?

I need to get the information inside the image with PHP, information like: Tags (or tag), Title, Comments, Authors and Copyright . Does anyone know how to get this information using PHP?     
asked by 13.05.2016 / 15:42
5
answers

How to save data from a grid that has changed?

   My system has a grid with order items coming from the database.   data. Well, I need to change the order items, add one more item, or even remove. Get the information in json and put it on the grid. I can interact in JsonStore...
asked by 06.02.2016 / 15:03
1
answer

How do I make the sublime text mark a word as a keyword?

I like to use the sublime text to develop some things in php. But there is one thing that has not yet been implemented. When I create a trait , sublime text does not "color" the keyword trait as expected. How can I make...
asked by 14.07.2015 / 18:51
2
answers

Table to record record history (Best form)?

I have a question about how best to create a table so that every action in a record is saved, thus creating a history of it. I have the following table, but I do not know if it is the best one. create table sispro_historico_processo ( id_h...
asked by 19.05.2015 / 17:57
3
answers

Script to query external IP [closed]

How can I get the address of IP of the person who logged into my system? I searched Google and all I find are queries on third-party sites ( link , # Does anyone know of any links or scripts (PHP, Python, ...) that do this?     
asked by 29.06.2015 / 18:41
1
answer

How to check the sender using the RSA algorithm

I had a question about my research that I could not solve. Let's look at an end-to-end form that uses RSA, Alice needs one hour to send her public key to Bob and vice versa to communicate, but if someone runs an MITM, security will be null, s...
asked by 15.03.2015 / 23:04
1
answer

WCF SOAP request in PHP

I'm trying to consume a webservice from a shipping company. However, PHP is not mounting the request correctly. PHP request: <?php $client = new SoapClient('http://data.../bidservice.svc?wsdl', [ 'soap_version' => SOAP_1_1,...
asked by 31.08.2017 / 14:09
1
answer

Send SMS via Php

I was using a gateway to send sms ( nowsms ) but the evaluation period ended and I went to buy the license, $ 995 to send 12 sms per minute, I did not find it viable. Searching I found a Php-Serial class ( link ) but I can not send anything to...
asked by 11.06.2015 / 19:52
2
answers

Show launch tag when date is IS NOT NULL

I'm trying to make a splash of a release tag and what seemed to be simple ended up becoming a complication. The product registration has two fields, data_inicial and data_expiração , initially I make a select to show all the...
asked by 23.10.2017 / 20:42
2
answers

Name of the months in Portuguese and English

In the site where I work, I use the following query to display in Portuguese the dates that are stored in the database: $conn->exec("SET lc_time_names = 'pt_PT'"); However, I discovered that the site will become bilingual (Portuguese a...
asked by 25.02.2014 / 17:34