Posted by Floppy on 09/18/05 23:00
"sumeet" <sumeet72@gmail.com> wrote in message
news:dgkdei$fpu$1@domitilla.aioe.org...
> Floppy wrote:
>> how should I make the following:
>>
>> a small desktop-program that sends any value
>> from any computer to a server with the php and
>> then shifts that value into, for example, $test
>>
>> THANX
>
> not sure of exactly what does your program does...
>
> you can make a php form on the server, then you can store all the values
> submitted in the form in a database and process it as per the script.
>
> sumeet shroff
here is an example
in php script I read a variable
$data=@$_GET["var"];
and in the program
"http://localhost/aoressql/?var=12345"
but when a page opens there is also ?var=12345; can that
be hidden from the user because it is important that this
variable (in this example it has a value 12345) is created in the desktop
program and that it can't be just written in html
Navigation:
[Reply to this message]
|