God man, dont you ever sleep?!! heheheh..
well, thanks for the input, but, I'm not worried about the PHP-GUI and stuff.. you see, my case is a bit different... I dont need a gui, since, I MAKE MY OWN GUI.. So i dont think GTK was the one im looking for.
Here's my thing..Example.
I have a Flash Projecter (myapp.exe)... it has an input field with the variable name, and a button that does a POST method to a php file..
Then i have a php file that saves the name to a database and echo's back :
echo "&result=ok&";
Basically, you enter your name in the Flash GUI, hit the button and Flash waits for the response of the php file...
Now, normally, I'd have an apache server with php installed just for the above to work...and my Flash GUI would send to:
loadVariables("http://localhost/scripts/record.php",this,"POST");
So i was hoping that there's something out there that would make my life easier by not requring a whole server and php installation for every Flash Program i deploy.
I hope im clear somehow
tea
PS
I dont think GTK is meant for the above huh? this GTK thing is a GUI in itself- as i understood it..