[PHP] How upload files to protected directories?

2001-03-14 Thread Mig
tion will be welcome. Thanks in advance Mig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] How upload files to protected directories?

2001-03-14 Thread Mig
move, copy, rename or anything else other than 'open and read' this file. Whenever I try exec copy commands I receive 'copy command denied for /web/.'. You know temp files will be deleted when script terminates, so I die with my pictures in hand. Thanks again Mig --

Re: [PHP] How upload files to protected directories?

2001-03-15 Thread Mig
Kathleen Ballard wrote: > Mig, > This is some code I was sent when I needed to display images that were > located outside of the web dir. > > ~~ > If you want the images outside the web-tree, your image tag would be more > like this: > > > > Then d

[PHP] managing image files with PHP/Mysql

2001-03-16 Thread Mig
Hello, I want to thank Kathleen and other people for ideas about uploading / displaying images using PHP and Mysql. I checked these ideas and they work very well, so I will use them into my program. For storing and retrieving image streams, I used addslashes and stripslashes PHP functions. The

[PHP] How no-cache some object?

2001-03-17 Thread Mig
Hello, this probably no related to PHP, but I don't know where to ask. When retrieving and updating images from MySql record, I noticed Netscape sometimes fooled by cache values, then it won't show correct image but previous image instead. How can say to browsers 'hey, please don't cache this

[PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-26 Thread Mig
erver being in another continent. I was running apache + php + mysql on Win95 and delay was terrible. Now I moved to Win98 and delay became still worse. I know some parameter in httpd.conf or php.ini should be changed, but how to kwow which parameter?. Thanks for any idea. Mig -- PHP General Ma

[PHP] unset() in a class

2001-08-28 Thread Mig...
Hi Why doesn't unset($this) work inside a instance of a class? I have found a workaround, but it isn't so smart... Laus Brandt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad