Re: [Gambas-user] Post data and files

2010-07-30 Thread Szenográdi Norbert
Hi Jose, I had same problem yesterday. My solving: with installed curl test.php: ?php //variables // $_POST['thing1']; // $_POST['thing2']; // you can use 2 variables for mysql or any other stuff //file $target_path = upload/; //relative target dir on server $target_path = $target_path .

Re: [Gambas-user] Post data and files

2010-07-30 Thread Caveat
Hi Jose and Sevoir You do not need to use Shell and command lines to do POST of data to a web page! Use HttpClient from gb.net.curl in Gambas. I have enclosed a simple project which demonstrates this. Regards, Caveat TestProject2.tar.gz Description: application/compressed-tar

Re: [Gambas-user] Post data and files

2010-07-30 Thread Szenográdi Norbert
Hi Ceveat, It's okay and thank you this sample. But, can you help that how can send file(s) with this sample? Best Regards, Sevoir 2010. 07. 30, péntek keltezéssel 10.48-kor Caveat ezt írta: Hi Jose and Sevoir You do not need to use Shell and command lines to do POST of data to a web

Re: [Gambas-user] Post data and files

2010-07-30 Thread jose
Hey amigos!, thanks for all the help offered, Caveat code you sent is excellent, very clear and said With this information I am in the final stages of concluding a cms in php, supplementing with a graphical interface. As soon as I finish, I will release under GPL. This was thanks to you

[Gambas-user] Post data and files

2010-07-29 Thread jose
hello everybody! Can you help?, how can I send datas and files to php from Gambas2 app? thanks! -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to

Re: [Gambas-user] Post data and files

2010-07-29 Thread Doriano Blengino
jose ha scritto: hello everybody! Can you help?, how can I send datas and files to php from Gambas2 app? Dear Jose, you should be more specific... do you mean send data to a remote server running a php page? Consult the help: there are the components gb.net for low level; gb.net.curl

Re: [Gambas-user] Post data and files

2010-07-29 Thread EA7DFH
El 29/07/10 18:24, Doriano Blengino escribió: jose ha scritto: hello everybody! Can you help?, how can I send datas and files to php from Gambas2 app? Dear Jose, you should be more specific... do you mean send data to a remote server running a php page? Consult the help:

Re: [Gambas-user] Post data and files

2010-07-29 Thread jose
Hello people of the forum prawns: I have problems trying to send variables from one form to a PHP file hosted on a remote server. Currently I have installed Gambas 2.20, I have sought information about it but most of the documentation is limited. My remote server using PHP 5, there is some