[PHP] printing screen without the print dialog

2002-11-27 Thread Duky Yuen
I am having this problem, I want to print something directly to my printer without having that print dialog. What to do know? Is this possible? Duky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and MYSQL Security`

2002-01-27 Thread Duky Yuen
How can I secure my username and password? In 1 of my files, it contains the following: $conn = mysql_connect( "12.34.56.78", "username", "password"); mysql_select_db("database",$conn); What should I do, so people can't get this information? Duky -- PHP General Mailing List (http://w

Re: [PHP]Upload file to system

2002-01-27 Thread Duky Yuen
Thnx. it's working now. But.. Howcome I can only upload files no bigger then 100 kb? I have changed the MAX_FILE_SIZE to 10. Also, I can't change the php.ini, coz the webserver isn't mine.. what to do now?? Sundogcurt wrote: > http://www.php.net/manual/en/features.file-upload.php > http:

[PHP] File uploading like hotmail

2002-01-27 Thread Duky Yuen
I want to make something like when you are attaching something to an email in hotmail. I want to make something that searches your own computer for files on your harddisk that you want to upload to the server. But I don't know if this is possible. If this is possible.Can somebody tell me which fu

[PHP]Upload file to system

2002-01-27 Thread Duky Yuen
I want to make something like when you are attaching something to an email in hotmail. I want to make something that searches your own computer for files on your harddisk that you want to upload to the server. But I don't know if this is possible. If this is possible.Can somebody tell me which fu