Page 1 of 1

I need some help with PHP

Posted: Fri Nov 10, 2017 11:02 am
by David de Argentina
Hi all,

I'm working on a PHP program that gets all contacts for a phone (exported as vcf file) , parse each contact and save some data into a MySQL table.

Does any had done some similar program ?

Any ideas are wellcomed.

Thanks in advance,
David de Argentina

Re: I need some help with PHP

Posted: Sat Nov 11, 2017 7:44 am
by virger
Cual es la ayuda o duda que tienes?
What is the help or doubt you have?

Re: I need some help with PHP

Posted: Sat Nov 11, 2017 12:05 pm
by David de Argentina
There are some PHP libraries for manage .VCF files.

Does any had used any one? The result is good?

Thanks in advance again,
David de Argentina

Re: I need some help with PHP

Posted: Wed Nov 15, 2017 9:31 am
by David de Argentina
Problem solved. Now, all works fine.

Mayor problem was the upload (and storing) to the server of the contact database.

The rest, could be done with several php libraries.

Greetings from Buenos Aires,
David de Argentina

Re: I need some help with PHP

Posted: Wed Nov 15, 2017 5:19 pm
by virger
Y hacer todo solo con NB ?
And if everything is done only with NB?

Re: I need some help with PHP

Posted: Thu Nov 16, 2017 11:03 am
by David de Argentina
I think this is not possible.
When the .vcf contact file is stored into the server, i need process each contact and insert each contact into a MySQL table.
This process must be done into a server.
Some generic servers does not allow cross-origin process.

Greetings from Buenos Aires,
David de Argentina