[PHP] php-qt ?

2003-07-17 Thread Marco Weber
hi @all, i know php-gtk and i like it... however, i prefer qt... ;) is there a possibility to use qt for guis? thanks in advance for any reply Marco Weber -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: secure code

2003-05-27 Thread Marco Weber
facts about file uploads... but for now, it's quite late (3:15 in the morning...) and i'm quite tired... there are even some more problems, especially by using the session mechanisms i hope, this helps to fix the main security holes... C ya and goood night to all of you... =0)

Re: [PHP] but if i do so, my script won't stop reading... :(

2003-05-27 Thread Marco Weber
://stdin', 'r'); while(!feof($input)) $message.=fgets($input, 4096); fclose($input); ...but the condition in the while loop never gets true... :( so what can i do? Thanks in advance Marco Weber -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to read the stuff that got piped ("|") to the script?

2003-05-27 Thread Marco Weber
hi, i've a simple question: how can i read the stuff that got piped ("|") to the php-script? i.e. "ls -l | /home/myuser/phpscript.php" thanks in advance for any help Marco Weber -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php