Re: [PHP] php3 + HTTP_POST_FILES

2003-02-04 Thread Maxim Maletsky
i get out of the file then ? > > -Original Message- > From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 05, 2003 2:06 AM > To: electroteque > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] php3 + HTTP_POST_FILES > > > > No, PHP3 does not support it

RE: [PHP] php3 + HTTP_POST_FILES

2003-02-04 Thread Dan Rossi
EMAIL PROTECTED] Subject: Re: [PHP] php3 + HTTP_POST_FILES No, PHP3 does not support it. http://www.php.net/manual/en/features.file-upload.php";> Note: In PHP versions prior 4.1.0 this was named $HTTP_POST_FILES and it's not an autoglobal variable like $_FILES

Re: [PHP] php3 + HTTP_POST_FILES

2003-02-04 Thread Maxim Maletsky
No, PHP3 does not support it. http://www.php.net/manual/en/features.file-upload.php";> Note: In PHP versions prior 4.1.0 this was named $HTTP_POST_FILES and it's not an autoglobal variable like $_FILES is. PHP 3 does not support $HTTP_POST_FILES. -- Maxim Maletsky [E

Re: [PHP] PHP3 Web Architecture Framework

2003-02-01 Thread Jason Wong
On Saturday 01 February 2003 20:23, karthikeyan.balasubramanian wrote: > I browsed the web for many different web architecture and frameworks. I > found many Interesting but all wants latest version of PHP at least PHP > 4.0.6. I dont want to upgrade the PHP Version(4.0.5) that i have because

Re: [PHP] php3 to php4 migration woes

2002-07-31 Thread Andrew Brampton
Since 4.1.? the way things worked changed... Instead of using $album you need to use $_GET['album'] you can default back the old behaviour with a php.ini change, but the new way is prefered andrew - Original Message - From: "Bruce Riddle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [PHP] .php3 extension?

2002-05-30 Thread The Gabster
Thanks a lot to all!!! gabi. "Nicole Lallande" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If you want your home page to be a .php3 file then you must add > index.php3 to your DirectoryIndex directive: > > DirectoryIndex index.html index.htm index.cgi i

Re: [PHP] .php3 extension?

2002-05-30 Thread Greg Wright
*** REPLY SEPARATOR *** On 30/05/2002 at 9:45 AM The Gabster [EMAIL PROTECTED] [gregausit/phplist] wrote: >Hello all... > >I have Apache 2.0.35 and PHP 4.2.0 on a win2k machine... Everything works >fine, etc. The question I have, how can I configure PHP (or Apache?) to >suppor

Re: [PHP] .php3 extension?

2002-05-30 Thread Nicole Lallande
If you want your home page to be a .php3 file then you must add index.php3 to your DirectoryIndex directive: DirectoryIndex index.html index.htm index.cgi index.php3 index.php --- and so on. In addition, .php3 should be added to your AddType directive AddType application/x-httpd-php .php .ph

Re: [PHP] .php3 extension?

2002-05-30 Thread John S. Huggins
Somewhere in the apache configuration file you will find something like this... AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps To include the old .php3 extension make it look like this... Add

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
OTECTED]> > Cc: "PHP ((E-mail))" <[EMAIL PROTECTED]> > Sent: Wednesday, May 29, 2002 10:32 AM > Subject: Re: [PHP] php3 / php4 vars - Submitted form doesn't work > > > Le Mercredi 29 Mai 2002 16:15, vous avez écrit : > > > Not really. You still p

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
Le Mercredi 29 Mai 2002 17:00, Philip Olson a écrit : > > So my question is : Are there differences between > > PHP3 and PHP4, in the manner of passing variables to > > a script ??? > > Sort of. There are many factors for using data from > outside of PHP, such as forms. For example, let's > assu

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Philip Olson
> So my question is : Are there differences between > PHP3 and PHP4, in the manner of passing variables to > a script ??? Sort of. There are many factors for using data from outside of PHP, such as forms. For example, let's assume: Within test.php will be our information,

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread 1LT John W. Holmes
MAIL PROTECTED]> Cc: "PHP ((E-mail))" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 10:32 AM Subject: Re: [PHP] php3 / php4 vars - Submitted form doesn't work > Le Mercredi 29 Mai 2002 16:15, vous avez écrit : > > Not really. You still pass variables through GET, PO

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
Le Mercredi 29 Mai 2002 16:15, vous avez écrit : > Not really. You still pass variables through GET, POST, or COOKIE data. How > you access the value is different based on your configuration and the PHP > version. It's different for different versions of PHP4, too. Do you have a > specific questio

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread 1LT John W. Holmes
Not really. You still pass variables through GET, POST, or COOKIE data. How you access the value is different based on your configuration and the PHP version. It's different for different versions of PHP4, too. Do you have a specific question or problem? ---John Holmes... - Original Message

Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!

2001-12-20 Thread dimok
Hello, For including file you can use function "virtual()" with the file to include as parameter. This work under Apache only. Hope, it'll be useful for you. dimok - Original Message - From: "Thomas Edison Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19,

Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!

2001-12-20 Thread Steve Edberg
If you're using PHP as an Apache module, you can use virtual() - http://www.php.net/manual/en/function.virtual.php - to include the dynamic parts; vcstatic includes could be handled by virtual() or just a normal PHP include()/require(). - steve At 11:09 PM -0800 12/19/01, Th

Re: [PHP] php3 extension

2001-07-24 Thread Phil Driscoll
On Tuesday 24 July 2001 15:53, Phil Spitler wrote: > Can anyone tell me how to turn on .php3 extensions in PHP on Win2000? I've > looked in the php.ini file and can't seem to find it. > In the internet services manager (or whatever it's called in W2K) add a script mapping for .php3 which is the

Re: [PHP] php3 and php-4.0.5

2001-07-04 Thread Brave Cobra
Depends of course of which server you use. Which one is it? Brave Cobra - Original Message - From: "Ramón Alvarez Rayo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 8:01 PM Subject: [PHP] php3 and php-4.0.5 I had some sites that uses php3 but i did a upgrad

Re: [PHP] PHP3

2001-06-21 Thread Steve Edberg
The PHP version plays no part in this, since the SELECT statement below is passed directly to MySQL. And, yes, this should work on that MySQL version - it's a pretty simple statement. Were you experiencing a problem with it? If so, post the relevant PHP code & the error message you're getting.

RE: [PHP] PHP3

2001-06-21 Thread Jason Murray
> Does "Select a.field, b.field from table_one a, table_two b > where a.id = b.id" work in PHP3/MySQL 3.22.32? Seems like valid SQL, why wouldn't it work? > Client's running PHP3, and I'm on 4. Cool, can I have a cut of your consulting fee then please :) Jason -- PHP General Mailing List (h

Re: [PHP] php3 work partially

2001-04-25 Thread Philip Olson
In httpd.conf modify/adjust a line in similar fashion to : AddType application/x-httpd-php .php .php3 .html .phtml .parsemephp regards, philip On Wed, 25 Apr 2001, Mauricio Alarcon wrote: > Hello > I update my server from php 3.016 to php 4.0.4pl1 and it's work > partially, because some

Re: [PHP] PHP3 and PHP_SELF

2001-04-17 Thread Dan Lowe
Tried this on a host running 3.0.16: Worked just fine. -dan Previously, Alan Ward said: > Does the variable $php_self work in PHP3? I am helping a friend with some > forms, and their host still uses PHP3. -- If man evolved from monkeys and apes, why do we still have monkeys and apes?

Re: [PHP] PHP3 & PHP4 in apache?

2001-04-16 Thread Brian Clark
Hi Matthew, @ 6:24:49 PM on 4/16/2001, Matthew Mueller wrote: > Can anyone tell me if it is possible to statically build php3 and > php4 modules into an apache binary? I tried, but kept getting all > these errors from ld about multiply-defined functions such as: > ld: fatal: symbol `second_arg_

Re: [PHP] PHP3 - Instalation

2001-04-03 Thread David Robley
On Tue, 3 Apr 2001 02:05, Marcelo Pereira wrote: > > Hi all [again], > > I'm becoming crazy installing PHP3 on my system I had already been > using PHP but with no postgresql support, now I need it and I done: > > get php3-3.0.18.tar.gz > untared it > ./configure --with-pgsql > ./make > ./ma

Re: [PHP] PHP3: suppressing error messages

2001-04-02 Thread Richard Lynch
Read php.ini -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Patrick Dunford <[EMAIL PROTECTED]> Newsgroups: php.general Sen

Re: [PHP] .php3 in PHP4?

2001-02-17 Thread Tim Frank
Or you could just put them all on one line like AddType application/x-httpd-php .php .php3 .php4 .phtml if you prefer. Tim Frank >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<&l

Re: [PHP] .php3 in PHP4?

2001-02-17 Thread Ifrim Sorin
Hello, I think this is rather a Web server issue. In Apache, just add in your conf file a line for each extension : AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd

Re: [PHP] PHP3 + Sessions?

2001-01-30 Thread Sean Kennedy
Thank you, I will. - Original Message - From: Devta Singh <[EMAIL PROTECTED]> To: Sean Kennedy <[EMAIL PROTECTED]>; PHP Mailing List <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 4:13 AM Subject: Re: [PHP] PHP3 + Sessions? > Use this: > http://www

Re: [PHP] PHP3 + Sessions?

2001-01-30 Thread Devta Singh
Use this: http://www.phpheaven.net/resources/libraries/php3Sessions/ -- Devta Singh Webmaster ZDNet España [EMAIL PROTECTED] -- - Original Message - From: "Sean Kennedy" <[EMAIL PROTECTE

RE: [PHP] PHP3 vs PHP4?

2001-01-11 Thread Maciek Uhlig
PHP4 is better than PHP3. Because it is newer. Bugs are fixed and new features are implemented on a daily basis. PHP3 is simpler, but /me personally prefer PHP4 because of output buffering feature. Yes, PHP4 offers these features. Undoubtedly. It allows you to produce many pages with a single scr

Re: [PHP] PHP3 vs PHP4?

2001-01-11 Thread jeremy brand
PHP3's strenghts: GPL'ed (or PHP3 license -- at your choice) PHP4's strengths: Faster (way faster) Garbage collection that works More functions -- bigger language Actively being developed These are just of the top of my head... Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [E