php-windows Digest 20 Mar 2004 00:58:11 -0000 Issue 2173

2004-03-19 Thread php-windows-digest-help
php-windows Digest 20 Mar 2004 00:58:11 - Issue 2173 Topics (messages 23193 through 23202): variable passing problem 23193 by: Viraj Kalinga Abayarathna 23194 by: Svensson, B.A.T. (HKG) 23196 by: Viraj Kalinga Abayarathna 23197 by: Svensson, B.A.T. (HKG) inst

[PHP-WIN] PHP5 RC1 for Windows

2004-03-19 Thread romain bourdon
Hi, PHP RC1 is now out! To allow you to easily try it, we have included it in the new version of WAMP5 0.4 (APACHE, PHP5 RC1, MySQL, PHPMYADMIN, SQLite MANAGER). You can find it at : http://www.wampserver.com Have Fun -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP-WIN] Re: install win95 problem

2004-03-19 Thread DvDmanDT
Support for windows 95 has been dropped.. Maybe that error is why.. Although, you are not supposed to like doubleclick php.exe or something, cause that gives error for me too.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Bobo Wieland" <[EMAIL PROTECTED]> skrev i meddelandet

RE: [PHP-WIN] OK, ahí voy...

2004-03-19 Thread George Pitcher
Surely we're still months away from a 'Holly War'. George > -Original Message- > From: Cesar Cordovez [mailto:[EMAIL PROTECTED] > Sent: 19 March 2004 2:23 pm > To: Felipe Eduardo Ortiz López > Cc: lPHP and Databases; lPHP Para Todos; lPHP For Windows; > [EMAIL PROTECTED]; LProgramación en

[PHP-WIN] RE: [PHP-DB] An old dog, with a new trick..

2004-03-19 Thread Galbreath, Mark A
You bet! http://www.catb.org/~esr/faqs/smart-questions.html Mark -Original Message- From: Felipe Eduardo Ortiz López [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 11:06 PM To: lPHP and Databases; [EMAIL PROTECTED]; lPHP For Windows; lPHP Para Todos Subject: [PHP-DB] An old do

Re: [PHP-WIN] OK, ahí voy...

2004-03-19 Thread Cesar Cordovez
Felipe Eduardo Ortiz López wrote: Mi primera pregunta: ¿PHP tiene algún editor o IDE tipo las que tiene HTML? Clarifico; por ejemplo puedo trabajar con FrontPage, o el editor de textos, para generar los archivos HTML, ¿existe algo así para PHP? My first question: Has PHP some editor or IDE kinda H

RE: [PHP-WIN] variable passing problem

2004-03-19 Thread Svensson, B.A.T. (HKG)
When you upload a file in PHP it get stored in an upload temp directory. The manual describes how to get them: http://nl2.php.net/manual/en/features.file-upload.php -Original Message- From: Viraj Kalinga Abayarathna To: Svensson, B.A.T. (HKG) Cc: '[EMAIL PROTECTED] ' Sent: 19-3-2004 12:4

Re: [PHP-WIN] variable passing problem

2004-03-19 Thread Viraj Kalinga Abayarathna
then it says... Notice: Undefined index: fileToUpload in e:\viraj\office\inventory\2.php on line 3 (fileToUpload is the variable name) any suggestions? Viraj. "Svensson, B.A.T. (HKG)" wrote: > > > (on windows: Notice: Undefined variable: fileToUpload in > > e:\viraj\office\inventory\2.ph

[PHP-WIN] install win95 problem

2004-03-19 Thread Bobo Wieland
Hi! I'm trying to install PHP under windows95. I'm using "easyphp" from www.easyphp.org . Whn I'm trying to run php.exe I get an error message saying something like: "PHP4TS.DLL is linked for export, ole32.dll:createInstance("something something") which does not exist" Anyone know what this is?

RE: [PHP-WIN] variable passing problem

2004-03-19 Thread Svensson, B.A.T. (HKG)
> (on windows: Notice: Undefined variable: fileToUpload in > e:\viraj\office\inventory\2.php on line 3) (on Linux: > Resource id #1 ) Using $_POST['fileToUpload'], will probably solve that problem for you. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP-WIN] variable passing problem

2004-03-19 Thread Viraj Kalinga Abayarathna
Hi all, I have a script to upload a file into MySQL as BLOB. this script works nicely on a LAMP server, but i have to implement it on a Windows2000 server running PHP, Apache and MySQL. -- here goes the "gather.php" content, which allow us to browse for a specific file in the system, and a "Up

php-windows Digest 19 Mar 2004 09:06:45 -0000 Issue 2172

2004-03-19 Thread php-windows-digest-help
php-windows Digest 19 Mar 2004 09:06:45 - Issue 2172 Topics (messages 23183 through 23192): Re: copying MS SQL tables 23183 by: Svensson, B.A.T. (HKG) Re: An old dog, with a new trick.. 23184 by: jon roig 23186 by: Justin Patrin Re: Domain name 23185 by: jon

Re: [PHP-WIN] OK, ahí voy...

2004-03-19 Thread Luis Moreira
PHP scripts are programs, that you can write using almost anyting, starting with Notepad, providing you know what you are doing. There is also TEXTPAD, that is a simple text editor, but that can show you the line numbers, which can be very useful to debug (error in line xxx). I don't know of editor