Interacting with the Operative System with PHP-GTK

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
iLdn
Forum Newbie
Posts: 16
Joined: Sun Mar 14, 2010 5:04 pm

Interacting with the Operative System with PHP-GTK

Post 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 :)
iLdn
Forum Newbie
Posts: 16
Joined: Sun Mar 14, 2010 5:04 pm

Re: Interacting with the Operative System with PHP-GTK

Post by iLdn »

No one? :(
User avatar
Zlobcho
Forum Newbie
Posts: 18
Joined: Sun Jun 21, 2009 7:57 pm

Re: Interacting with the Operative System with PHP-GTK

Post 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.

:)
Post Reply