This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HttpPost httppost=new HttpPost(ggserverurl+phpexec); | |
| HttpResponse response; | |
| HttpEntity entity; | |
| BufferedReader bufferedreader; | |
| List <NameValuePair> parameters = new ArrayList <NameValuePair>(); | |
| parameters.add(new BasicNameValuePair("a", "a")); | |
| parameters.add(new BasicNameValuePair("b", "b")); | |
| parameters.add(new BasicNameValuePair("c", "c")); | |
| parameters.add(new BasicNameValuePair("d", "e")); | |
| parameters.add(new BasicNameValuePair("e", "f")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PREFIX xsd:<http://www.w3.org/2001/XMLSchema#> | |
| PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
| PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> | |
| PREFIX owl: <http://www.w3.org/2002/07/owl#> | |
| PREFIX dc: <http://purl.org/dc/terms/> | |
| PREFIX foaf: <http://xmlns.com/foaf/0.1/> |
NewerOlder