Kod:
<?php $button = &new GtkButton(\"Login\"); $button->connect(\"clicked\", \"login\", $entry); $box->pack_start($button); ?>
Ma ktos jakies sugestie jak rozwiazac w/w problem?
<?php $button = &new GtkButton(\"Login\"); $button->connect(\"clicked\", \"login\", $entry); $box->pack_start($button); ?>