[PHP-WIN] Re: How to remove a value from a array

2001-08-02 Thread Pere
> let's say there is an array with 10 elements. > One of elements has value 'xyz123' - I do not know which one. > How can I extract this element from the array and > have a new array with all other element, except extracted one. // original array $arr = array("a", "b", "c", "d", "xyz123", "f", "g

[PHP-WIN] Printer Functions

2001-08-02 Thread Deleo Paulo Ribeiro Junior
Hello! Why can“t I find the PHP Printer Functions. Every time I try to use then I get a message saying that these functions are not avaliable... I am using IIS 4 / Windows NT 4.0 / PHP 4.0.6 Thank you Deleo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

[PHP-WIN] Checking for valid login

2001-08-02 Thread lars-eirik
Hi there. I have a problem with PHP and mysql. I have users stored with a username and a password in my mysql db when i try to do a check for a valid u/p match i always get an error. I have password stored in the db using the mysql password()function. When i want to test for an entered password

[PHP-WIN] larger uploads whit php 4.06

2001-08-02 Thread Fatcho
hi, i've got troubles with my upload scripts, it works well with tiny files but with largest it fail, i was set the php.ini and the httpconf of the apache (max_filesize_upload to 25MB and memory_limit to 50MB), but don't work yet. and max_execution_time too. i want upload files bigger than 20MB,

[PHP-WIN] problem with Netscape

2001-08-02 Thread afan
Hi to all, I did little script it works perfect on IE but keep crashing on Netscape 4.75. Script is about manipulating an array with no more then 20 elements. What could be first thing I have to look? I went hundreds times through script and didn't find anything wrong? What I have to do? Any hel

[PHP-WIN] Re: Checking for valid login

2001-08-02 Thread Johannes Janson
Hi, [...] >This is my code. >$check="select * from userinfo where username='$testusername' and >password=password($'testpassword')"; here's thr problem: password=PASSWORD('$password')"; You messed up the single quotes. cheers Johannes -- PHP Windows Mailing List (http://www.php.net/) To un

php-windows Digest 2 Aug 2001 20:13:07 -0000 Issue 681

2001-08-02 Thread php-windows-digest-help
php-windows Digest 2 Aug 2001 20:13:07 - Issue 681 Topics (messages 8622 through 8634): Re: duplicate entries 8622 by: k Re: fork?!?! 8623 by: Daniel Beulshausen Checking for valid login 8624 by: lars-eirik.netcom.no 8626 by: Johannes Janson 500 Server Err

[PHP-WIN] 500 Server Error

2001-08-02 Thread Yeo Kheng Hong
Hi I installed phhp406 on win98 with the instructions here http://www.php.net/manual/en/install-windows.php#install.windows.installer however I have the 500 Server Error when I try to access the .php file using -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP-WIN] 500 Server Error

2001-08-02 Thread Phil Driscoll
On Thursday 02 August 2001 11:46, Yeo Kheng Hong wrote: > Hi > I installed phhp406 on win98 with the instructions here > http://www.php.net/manual/en/install-windows.php#install.windows.installer > > however I have the 500 Server Error when I try to access the .php file > using There are some tip

Re: [PHP-WIN] Re: fork?!?!

2001-08-02 Thread Daniel Beulshausen
At 23:29 01.08.2001 -0700, k wrote: >I have 4.0.6 running and I'm still getting the "Unable to fork" error that >they say was fixed in 4.0.6. Maybe they don't have the latest Microsoft >patches or something but this stinks. use the latest snapshot it has been fixed a while ago. http://www.zend.co