C # php webcoder birden dizeleri geçmek

0 Cevap

i'm trying to pass multiple strings to a function inside a php webservice but not sure how. One string will be a name and the second string will be a list of addresses and I would like to use the webservice to upload them to a mysql database.

Bu herhangi bir yardım büyük takdir edilecektir!

İşte ben bugüne kadar var c # kodu:

  string namelog = "testpass";
            com.look.retrievesdl det = new com.look.retrievesdl();
            det.Timeout = -1;
            string lists = det.retrieve(namelog);
            det.Timeout = -1;
            string[] addresses = lists.Split(',');

Ben ne yapmak istediğinizi yapıyor hakkında gitmek nasıl emin bir php webcoder bir hashtable yanı sıra dize namelog geçmek değil ama.

0 Cevap