Page 1 of 1

Interacting with the Operative System with PHP-GTK

Posted: Sat Mar 27, 2010 3:35 am
by iLdn
Good morning everybody :)

i want to create a small program in PHP that must be able to interact with the computer of the user and must be able to browse folder, open text file and unzip files.
My question is: is it possible using PHP-GTK?

Thanks :)

Re: Interacting with the Operative System with PHP-GTK

Posted: Sat Mar 27, 2010 1:49 pm
by iLdn
No one? :(

Re: Interacting with the Operative System with PHP-GTK

Posted: Sat Mar 27, 2010 2:17 pm
by Zlobcho
Hi,

Yes it is possible, you can check the manual and google for some tutorials on php gtk2. Below is a short list of things you might want to check first.

http://gtk.php.net/manual/en/reference.php - GTK2 Classes, you should start from here.

http://php-gtk.eu/en/code-snippets/gtkt ... -directory - For listing directories (tree view)

http://oops.opsat.net/doc/topic/develop (common articles about Php gtk)

You can use php IO functions to read/write/zip/unzip files.

:)