Re: Re: [PHP-WIN] Problem with file upload!!

2003-02-19 Thread Neil Smith
It means it is unable to move the file. Sarcasm aside, look at the error message. At 00:22 19/02/2003 +, you wrote: Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\uploadtemp\php98.tmp' to '/frettamyndir/fastfood.jpg' in C:\riddarinn\Process.php on line

[PHP-WIN] Best way to sort a multidimentional array....

2003-02-19 Thread Roland Tarver
Hello, I need to manipulate, the following data in a number of diffierent ways (specifics follow). Telephone extension number - 4 digits in the range 2000-2119 Total time on phone - seconds integer values Total No. of calls - integer value Name - A persons name I'm purposely NOT using a

[PHP-WIN] DOM installation

2003-02-19 Thread Heikki Pulliainen
Could anyone tell how to install DOM-support to PHP 4.3? I'm using Apache 2.0.44 and Windows XP and PHP as a module. I have downloaded the libxml2-2.5.3win32 package but where should I place the files? The libxml2.dll file I have copied to \windows\system32 like it should. The php_domxml.dll is

[PHP-WIN] CGI installation problem

2003-02-19 Thread Vincent Robert
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a IIS second: Win XP Pro SP1 IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill

Re: [PHP-WIN] Problem with file upload!!

2003-02-19 Thread Palli
No prob form enctype=multipart/form-data name=New action=ProcessNewNews.php method=post table border=0 width=100% bgcolor=#828967 tr td width=100%font face=arial size=2bTitill fréttar :/b/font/td /trtr td width=100%nbsp;nbsp;input type=text name=HeadText size=63/td /trtr td

[PHP-WIN] PHP and MySQL

2003-02-19 Thread Veselina Jecheva
Hello everybody, I'm using PHP MySQL running on Win2000 IIS5 and I have the following problem with MySQL: I've got text records with cyrrilic letters and MySQL does not order the result records from a query in alphabetical order. (for example when using order by in a query) Any suggestions will

Re: Re: [PHP-WIN] Problem with file upload!!

2003-02-19 Thread Palli
hi neil thank u very much. I uploaded it to the root directory and it worked. I changed my upload dir to $uploaddir = frettamyndir\\; and it worked. I cant tell u how stupid I was not to try this but thanx, Palli Neil Smith [EMAIL PROTECTED] wrote in message [EMAIL

php-windows Digest 19 Feb 2003 12:30:48 -0000 Issue 1595

2003-02-19 Thread php-windows-digest-help
php-windows Digest 19 Feb 2003 12:30:48 - Issue 1595 Topics (messages 18587 through 18603): Re: Problem with file upload!! 18587 by: Matt Babineau 18588 by: Palli 18589 by: Matt Babineau 18590 by: Palli 18593 by: Matt Babineau 18595 by: Neil

[PHP-WIN] Re: PHP and MySQL

2003-02-19 Thread Radovan Radic
I solve this by starting-up with the line (on my local computer): mysqld-nt.exe --default-character-set=cp1251 How ppl solve this problem on the web servers? Veselina Jecheva [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello everybody, I'm using PHP MySQL

[PHP-WIN] RE: PHP and MySQL

2003-02-19 Thread Uttam
here's something from manual which may give you a direction: quote The Character Set Used for Data and Sorting By default, MySQL uses the ISO-8859-1 (Latin1) character set with sorting according to Swedish/Finnish. This is the character set suitable in the USA and western Europe. All standard

[PHP-WIN] xml and php

2003-02-19 Thread Parvez Soobhany
hiii i have my database on mySQL, and i wish to extract the data from certain tables , and store them in XML files. Does anyone know how this is done? thanks,

[PHP-WIN] Re: CGI installation problem

2003-02-19 Thread Brian 'Bex' Huff
Setting up CGI is only slightly more complex than ISAPI. The main problem I have had in the past involved file permissions... altho I have not yet tried 4.3.1 CGI: http://www.php.net/manual/fr/install.iis.php#install.iis.iis4 Im assuming French is better for you than English... Also, be sure

[PHP-WIN] Re: CGI installation problem

2003-02-19 Thread Vincent Robert
I've read all the manual ..., and have done what you said, but nothing is ok. Look at http://bugs.php.net/bug.php?id=22292 http://bugs.php.net/bug.php?id=22291 Brian 'Bex' Huff [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Setting up CGI is only slightly more complex

[PHP-WIN] Force a user to download a text file from a link

2003-02-19 Thread Matt Babineau
How can I force a download of a TXT file from a Link? Or an Excel CSV file? using PHP of course too. I am running PHP 4.3 on W2K. Are there any tutorials for this? Thx- Matt

[PHP-WIN] define(DOC_HOME_PATH, what goes here)

2003-02-19 Thread Jonathan Villa
I want to define 3 constants DOC_HOME_PATH IMG_HOME_PATH CTL_HOME_PATH So that I can just do this img src=? echo IMG_HOME_PATH ?stuff/image.jpg a href=? echo DOC_HOME_PATH ?stuff/index.jspClick Here/a form action=? echo CTL_HOME_PATH ?stuff/process_order.php **do I need to echo? **not

Re: [PHP-WIN] Information not being correctly parsed

2003-02-19 Thread Per Lundberg
On Wed, 2003-02-19 at 04:38, Andrew Ferguson wrote: I recently upgraded to PHP 4.3.1 from 4.2. I use the nusphere bundle, and they had not yet incorporated the new version yet. Anyways, now my pages are being parsed correctly. Basically, I'm trying to post information through the url (i.e.

RE: [PHP-WIN] Force a user to download a text file from a link

2003-02-19 Thread George Pitcher
Matt, You should NEVER force a download on anyone. How do they know it isn't carrying a virus. What you should do is to send the headers that prompt a dialog box for Save or Open (I'm sure you've seen this). I'm not sure which headers you use for csv or txt files but I do this with PDFs all the

[PHP-WIN] Resizing image

2003-02-19 Thread Olafsson
Hello Im trying to resize a image. This is my code; $img_orig_size = GetImageSize($FileName); $img_orig_width = (int) $img_orig_size[0]; $img_orig_height = (int) $img_orig_size[1]; $img_resized = ImageCreate($x, $y); But I keep getting errpr on all the Image-functions ; What do I

[PHP-WIN] Upload big files

2003-02-19 Thread Mottaghi.
Hi all, 1- How can i upload big files to server?? 2- How can i know what is the size of file before upload?? when i upload a big file, the code execution time was finished! i was changed the max_execution_time in php.ini but doesn't work. thanks, omid -- PHP Windows Mailing List

RE: [PHP-WIN] Upload big files

2003-02-19 Thread Matt Babineau
I had the EXACT problem with file upload times, I could not modify this with the ini_set() function. After a phone call to my host, they were able to change that but big time annoying, and I still don't know why I couldn't modify it. -- -Original Message- -- From: Mottaghi. [mailto:[EMAIL

[PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-19 Thread Arthur Radulescu
Hello! I need some help in using the encryption/decryption algorithm with RSA 1024 keys I have some XML strings that I need to encrypt with the received public key and pass via SOAP to a different server that will have to decrypt them. Can any one help me on this matter? Please point me to any

[PHP-WIN] Re: PWS or IIS?

2003-02-19 Thread Ed
If your on windows IIS5 is the best choice. Since PWS is much slower. Don't go for Apache under windows ,its the ultimate under Unix/Linux but certainly not under windows.I tried it under Win2K ansd didn't like it. M1nt Ch3w [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

RE: [PHP-WIN] Re: PWS or IIS?

2003-02-19 Thread Matt Hillebrand
IIS is no good if you ask me. It wouldn't let me use a custom 404 script, and sometimes it acts uprefusing to work. I also like Apache because I use Win2k and Linux. |-Original Message- |From: Ed [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, February 19, 2003 3:33 PM |To: [EMAIL

[PHP-WIN] Re: mail() CC: header

2003-02-19 Thread Ed
Hi Matt, All the remaing headers are int the last argument of the mail function.And are sperareted by delimiter \r\n like so.. mail([EMAIL PROTECTED], the subject, $message, From: [EMAIL PROTECTED]\r\nCC:[EMAIL PROTECTED]\r\nBCC:getonetoo@shotsnail .com); regrads, Ed Matt Hillebrand [EMAIL

RE: [PHP-WIN] Re: PWS or IIS?

2003-02-19 Thread Jonathan Villa
Same here... I am running Win Xp Pro on my laptop and have Apache running with Tomcat for development. Most of my development is PHP and I have never had a problem on my windows machine. I was using Xp Pro to host 2 php/mysql sites on one of my machines at home. I never had a problem with that

RE: [PHP-WIN] Re: mail() CC: header

2003-02-19 Thread Matt Hillebrand
Ah ha! There can't be a space between CC: and the email address!?!? That's not cool... Thanks; this helps a lot. Matt |-Original Message- |From: Ed [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, February 19, 2003 3:22 PM |To: [EMAIL PROTECTED] |Subject: [PHP-WIN] Re: mail() CC: header |

[PHP-WIN] PHP HTTP Authentication, Win2k IIS

2003-02-19 Thread John Toews
apologies if this came through yesterday as well, I never saw it propogate though Hello All, I am experimenting with HTTP authentication in IIS 5.0 on a Windows 2000 SP3 server with PHP 4.3.0. PHP is installed as an ISAPI module both as a filter and an application mapping (both point to the

php-windows Digest 20 Feb 2003 03:13:32 -0000 Issue 1596

2003-02-19 Thread php-windows-digest-help
php-windows Digest 20 Feb 2003 03:13:32 - Issue 1596 Topics (messages 18604 through 18625): Re: PHP and MySQL 18604 by: Radovan Radic 18605 by: Uttam xml and php 18606 by: Parvez Soobhany 18608 by: Russell Johnson Limiting phpinfo() information

[PHP-WIN] PHP HTTP Authentication, Win2k IIS

2003-02-19 Thread John Toews
Hello All, I am experimenting with HTTP authentication in IIS 5.0 on a Windows 2000 SP3 server with PHP 4.3.0. PHP is installed as an ISAPI module both as a filter and an application mapping (both point to the php4isapi.dll). All forms of authentication are turned off in IIS (anonymous access

[PHP-WIN] Re: geek fishing stuff

2003-02-19 Thread Andrew Ferguson
The mySQL website has one at: https://order.mysql.com/?sub=vppd_no=146 -Andrew Anthony Ritter [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... My guiding season begins in April. Anybody out there know where I can purchase a nice mysql dolphin t-shirt? Thank

[PHP-WIN] Uploading images stuff

2003-02-19 Thread Bobo Wieland
hi! anyone got some good code or something for letting users of a website upload pictures. The pictures should preferably be resized in some different sizes to fit the criterias of the website, then be presented to the user again so that he/she could pick the best one... . bobo . -- PHP

Re: [PHP-WIN] PHP HTTP Authentication, Win2k IIS

2003-02-19 Thread Rico Derks
Hi, I saw on the Zend page that they global variables. Check in your php.ini if your register_globals is on. Cheers, RICO. At 15:58 19/02/2003, John Toews wrote: apologies if this came through yesterday as well, I never saw it propogate though Hello All, I am experimenting with HTTP