php-windows Digest 22 Apr 2001 17:39:51 -0000 Issue 558 Topics (messages 6960 through 6965): Re: Images in MySql 6960 by: John Lim 6963 by: PHPWIN Re: PHPEd and phpMyAdmin 6961 by: rjones Re: MS SQL 2000 6962 by: Jan Walter Meta data 6964 by: PHPWIN include_path value 6965 by: Giro De Roover Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hi Xon, Some options i can think of. 1. Can u change HTTP write permissions yourselves via telnet with chmod or chgrp? That would be the simplest if possible. 2. If you have to store in MySQL, storing in the file system gives better performance. But storing in MySQL is not so bad. 3. Consider switching Web hosting companies. There are more responsive companies out there. I can recommend futurequest.com. I host there myself. Regards, John "PHPWIN" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there I was wondering if anyone knew if it is a good idea to store gifs, jpegs or swfs in MySql. The problem is that the server I host my site on doesn't give HTTP write permissions and has disabled FTP functions in php. I would like to allow users to upload images and store them locally on the server. Any ideas? Thanks Xon
Hi there Thanks for the tip, I'll try the telnet thing. But I believe that the real problem is that scripts are not allowed to access files outside their domain, like the /tmp directory where all files that are uploaded via the web, would end up. Therefore my scripts for HTPp, FTP or MySql don't work as long as I use <file input type=file> Unless a javascript reads the file on the client side and pastes everything in a textarea, but that would be drastic... Cheers ----- Original Message ----- From: "John Lim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 22, 2001 10:25 PM Subject: Re: [PHP-WIN] Images in MySql > Hi Xon, > > Some options i can think of. > > 1. Can u change HTTP write permissions yourselves via telnet with chmod or > chgrp? That would be the simplest if possible. > > 2. If you have to store in MySQL, storing in the file system gives better > performance. But storing in MySQL is not so bad. > > 3. Consider switching Web hosting companies. There are more responsive > companies out there. I can recommend futurequest.com. I host there myself. > > > Regards, John > > > "PHPWIN" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there > I was wondering if anyone knew if it is a good idea to store gifs, jpegs > or swfs in MySql. > The problem is that the server I host my site on doesn't give HTTP write > permissions and has disabled FTP functions in php. I would like to allow > users to upload images and store them locally on the server. > > Any ideas? > > Thanks > Xon > > > > > -- > PHP Windows 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] > >
Hi, Have you searched for the missing files, maybe they need downloaded from somewhere else. search the phped site for dcom98, they have it in thier download area. rwj ----- Original Message ----- From: "r.gelstharp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 12:39 PM Subject: [PHP-WIN] PHPEd and phpMyAdmin > I'm having problems with getting PHPEd, and through that phpMyAdmin, to > work. > > I've downloaded both the latest version and the preview and neither work. > What's more both report the same error when I try and use them. > > When I try and run PHPEd.exe it reports that the program "Has performed an > illegal operation and must be shutdown", etc and then proceeds to tell me > that it tried to access some module inside of PHPEd.exe that isn't there. > > What's going on and does this have anything to do with the thing it mentions > about needing dcom98 or whatever, even though it's the same error for the > preview? > > > > -- > PHP Windows 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] >
"Frank M. Kromann" wrote: > What version of the php_mssql.dll are you using ? > We had an error a while back where mssql_query returned a wrong value (true instead >of a ressource). Thanx alot, the 4.0.5 version from php4win works fine!!! -- __________________________________________________________________________________________ ========================================================================================== Jan Walter, called John LERACH, s.r.o. phone nr. work: +420-2-78 22 619, home: +420-2-35 35 27 61 on emergency call cell phone: +420-602-385 760 work e-mail mailto:[EMAIL PROTECTED] private e-mail mailto:[EMAIL PROTECTED] ICQ#: 28353428 __________________________________________________________________________________________ ==========================================================================================
Hi there Anyone know any client side code preferably in javascript that can change meta data of the document, like the <meta encrypt type='...' charset='....'> without reloading the page. Any help appreciated
hello there, I am very confused about "include_path" in the php.ini, what value need to go there, I have read a lot about that in php.net documentation without understanding exactly what they mean. Could someone be more specific with an example. I am using PHP4 win98SE, under Apache. My Php folder resides on c:/php and i am using php as CGI loading the module php on httpd.conf. Please help !!!!! Giro