I need some help with PHP

Questions and information about creating Internet aware NeoBook applications. Including PHP, HTML, FTP, HTTP, Email, etc.

Moderator: Neosoft Support

Locked
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

I need some help with PHP

Post 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
User avatar
virger
Posts: 540
Joined: Mon Sep 18, 2006 12:21 pm
Location: Costa Rica, America Central

Re: I need some help with PHP

Post by virger »

Cual es la ayuda o duda que tienes?
What is the help or doubt you have?
COSTA RICA
PURA VIDA
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: I need some help with PHP

Post 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
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: I need some help with PHP

Post 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
User avatar
virger
Posts: 540
Joined: Mon Sep 18, 2006 12:21 pm
Location: Costa Rica, America Central

Re: I need some help with PHP

Post by virger »

Y hacer todo solo con NB ?
And if everything is done only with NB?
COSTA RICA
PURA VIDA
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: I need some help with PHP

Post 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
Locked