php-windows Digest 17 Jul 2001 21:27:23 -0000 Issue 656 Topics (messages 8347 through 8361): Re: I am going out of my mind, can anyone help 8347 by: tttk In Win2K, how to set the file upload permission, thank you. 8348 by: tttk Re: I have a function wrote by myself, try it. 8349 by: elias mySQL GUI for windows 8350 by: George Pitcher 8351 by: Jens Wabnitz 8353 by: tttk 8354 by: elias Re: I cant install php on my computer 8352 by: elias 8355 by: Phil Driscoll 8361 by: Administrador Lotus notes 8356 by: slide Anyone else going to OSCON? 8357 by: Asendorf, John 8358 by: Rasmus Lerdorf 8359 by: Asendorf, John 8360 by: Rasmus Lerdorf 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] ----------------------------------------------------------------------
I tested your code, but no error found. what about it then?
Hello, I work on PHP4, IIS, Win2000 pro. when I use the form object file to upload file, I got such a error like this: Warning: Unable to create 'e:\\web\\tmp\\': Permission denied in E:\web\admin\admin_submit.php on line 38 I know how to solve in linux, but how in win2000. thank you for your help.
doesn't it somehow look like array_splice() / PHP ? "Tttk" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > Today I wasted some time just for the same question met in javascript. I > don't think there are an existed function to solve it, so I write one by > myself. Hope to give you some help. > > Followed code is wrote in javascript, I don't want to rewrite in PHP, so do > yourself. > // begin function > function arr_wipe(arrSrc, from, length){ > var len = arrSrc.length; > > if (from<0 || from>len || from+length>len) return false; > var newArr = new Array(); > var j=0; > for (i=0; i<arrSrc.length; i++){ > if (i<from || i>=(from+length)){ > newArr[j++]=arrSrc[i]; > } > } > return newArr; > } > // end function > > >
Hi all, My first posting to php-anything. I have php, apache and mySQL set up on my NT box. Does anyone know of a GUI for MySQL for win which works and is free? Regards George Pitcher Technical Manager HERON Project Napier University Edinburgh EH10 5DT [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.heron.ac.uk ================================================ programmer - A device for transmuting caffeine into code. ================================================ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
> I have php, apache and mySQL set up on my NT box. Does anyone > know of a GUI > for MySQL for win which works and is free? http://www.phpwizard.net/projects/phpMyAdmin/ Bye Jens
Recommend the window's best GUI Admin Tool for mysql to you: Mysql-Front. come on to try it. Free and work well. http://www.anse.de/mysqlfront/
http://www.anse.de/mysqlfront/ one of the best! "George Pitcher" <[EMAIL PROTECTED]> wrote in message 006d01c10eac$dc4b2300$[EMAIL PROTECTED]">news:006d01c10eac$dc4b2300$[EMAIL PROTECTED]... > Hi all, > > My first posting to php-anything. > > I have php, apache and mySQL set up on my NT box. Does anyone know of a GUI > for MySQL for win which works and is free? > > > Regards > > George Pitcher > > Technical Manager > HERON Project > Napier University > Edinburgh EH10 5DT > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > http://www.heron.ac.uk > ================================================ > programmer - A device for transmuting caffeine into code. > ================================================ > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >
hmmm...why didn't you find that .dll ? at least get the installer from www.php.net (it's about 800kb) "Administrador" <[EMAIL PROTECTED]> wrote in message 004901c10dfd$971669c0$[EMAIL PROTECTED]">news:004901c10dfd$971669c0$[EMAIL PROTECTED]... > hi. > I'm trying to run php v.4.0.6 on w2k adv. server. all the .txt files about > the process of installation refer to php4isapi.dll file that I cant see on > my computer.I got the distribution binary file. I've heard of compilation of > some files but I havent done yet because I dont know what and how. help me > please. > >
On Tuesday 17 July 2001 14:11, elias wrote: > hmmm...why didn't you find that .dll ? > at least get the installer from www.php.net (it's about 800kb) > The installer does *NOT* contain the php4isapi.dll - only the cgi version of php. Having said that, since the cgi version is the only thing which is stable on IIS, it is a good idea to use it rather than ISAPI - especially for new users. Better to encourage them with something which works well rather than cause them headaches! Cheers -- Phil Driscoll
I've tryed cgi version but php doesn't work anyway ----- Original Message ----- From: "Phil Driscoll" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 7:40 AM Subject: Re: [PHP-WIN] Re: I cant install php on my computer > On Tuesday 17 July 2001 14:11, elias wrote: > > hmmm...why didn't you find that .dll ? > > at least get the installer from www.php.net (it's about 800kb) > > > The installer does *NOT* contain the php4isapi.dll - only the cgi version of > php. Having said that, since the cgi version is the only thing which is > stable on IIS, it is a good idea to use it rather than ISAPI - especially for > new users. Better to encourage them with something which works well rather > than cause them headaches! > > Cheers > -- > Phil Driscoll > > > -- > 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] > >
Is anyone tried to make php scripts under lotus ?? Is anyone know if it's compatible ? Thank' in advance S.L
Is anyone else going to OSCON? Or am I going to be the only PHP person there? John --------------------- John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aliquando et insanire iucundum est
Did you check the OSCON web site and look at the tutorials and sessions? There will be dozens of PHP people there. -Rasmus On Tue, 17 Jul 2001, Asendorf, John wrote: > Is anyone else going to OSCON? Or am I going to be the only PHP person > there? > > John > > --------------------- > John Asendorf - [EMAIL PROTECTED] > Web Applications Developer > http://www.lcounty.com - NEW FEATURES ADDED DAILY! > Licking County, Ohio, USA > 740-349-3631 > Aliquando et insanire iucundum est > > >
I'm signed up for two of the tutorials and any session I can get to... As far as I'm concerned if it's just me and all of you guys who develop PHP, that would be great! Talk about one-on-one training! --------------------- John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aliquando et insanire iucundum est > -----Original Message----- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 1:20 PM > To: Asendorf, John > Cc: Php-Windows (E-mail) > Subject: Re: [PHP-WIN] Anyone else going to OSCON? > > > Did you check the OSCON web site and look at the tutorials > and sessions? > There will be dozens of PHP people there. > > -Rasmus > > On Tue, 17 Jul 2001, Asendorf, John wrote: > > > Is anyone else going to OSCON? Or am I going to be the > only PHP person > > there? > > > > John > > > > --------------------- > > John Asendorf - [EMAIL PROTECTED] > > Web Applications Developer > > http://www.lcounty.com - NEW FEATURES ADDED DAILY! > > Licking County, Ohio, USA > > 740-349-3631 > > Aliquando et insanire iucundum est > > > > > > >
Ah, you meant PHP users. I tend to think of PHP developers and users as being pretty much one and the same because in many cases they are. -Rasmus On Tue, 17 Jul 2001, Asendorf, John wrote: > I'm signed up for two of the tutorials and any session I can get to... As > far as I'm concerned if it's just me and all of you guys who develop PHP, > that would be great! Talk about one-on-one training! > > --------------------- > John Asendorf - [EMAIL PROTECTED] > Web Applications Developer > http://www.lcounty.com - NEW FEATURES ADDED DAILY! > Licking County, Ohio, USA > 740-349-3631 > Aliquando et insanire iucundum est > > > > -----Original Message----- > > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 17, 2001 1:20 PM > > To: Asendorf, John > > Cc: Php-Windows (E-mail) > > Subject: Re: [PHP-WIN] Anyone else going to OSCON? > > > > > > Did you check the OSCON web site and look at the tutorials > > and sessions? > > There will be dozens of PHP people there. > > > > -Rasmus > > > > On Tue, 17 Jul 2001, Asendorf, John wrote: > > > > > Is anyone else going to OSCON? Or am I going to be the > > only PHP person > > > there? > > > > > > John > > > > > > --------------------- > > > John Asendorf - [EMAIL PROTECTED] > > > Web Applications Developer > > > http://www.lcounty.com - NEW FEATURES ADDED DAILY! > > > Licking County, Ohio, USA > > > 740-349-3631 > > > Aliquando et insanire iucundum est > > > > > > > > > > > >