[PHP-WIN] Re: notice:undefined variable

2002-06-04 Thread Steve Yates
"Michael Davey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If you are leasing space, you will probably not have access to the php.ini > file to make this change. A quick alternative might be to add extract($HTTP_POST_VARS); to the beginning of the sc

[PHP-WIN] Re: form Post action

2002-06-04 Thread Steve Yates
> "Martin.Andrew" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > This document resulted from a POST operation and has expired from the Still sounds like a caching issue to me. Change the name of the posted-to page temporarily, or set a caching timeout

[PHP-WIN] Cant Connect to INFORMIX DB

2002-06-04 Thread Gastón
Hi, I need some help (or maybe a lot), to get PHP connecting to my Informix DB. I'm pretty new to PHP, and i don't have a clue of what i'm doing wrong. I'm using IIS 4.0 under Win NT 4.0. with PHP 4.2.1 I've tried to connect throw ODBC driver, and directly from native functions but both fail. Th

[PHP-WIN] RE: PHP 4.2.1. on PWS...

2002-06-04 Thread Max Sullivan
Hi, You need to set cgi.force_redirect = 0 in your php.ini file. -Original Message- From: Mircea Goia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 7:37 AM To: [EMAIL PROTECTED] Subject: PHP 4.2.1. on PWS... Hi, I've installed PHP 4.2.1 (Windows installer) on Windows 98 whi

php-windows Digest 4 Jun 2002 18:30:15 -0000 Issue 1175

2002-06-04 Thread php-windows-digest-help
php-windows Digest 4 Jun 2002 18:30:15 - Issue 1175 Topics (messages 14066 through 14071): Re: Double quotes question 14066 by: Tomator Re: a problem. 14067 by: D.Terziev form Post action 14068 by: Martin.Andrew 14069 by: Ilker Cetinkaya PHP 4.2.1. on PWS.

[PHP-WIN] RE: notice:undefined variable

2002-06-04 Thread Michael Davey
OK - couple of things first: a) The PHP mailing list is for programmers of PHP looking for help making their own scripts - not for people who want support for implementing someone else's script. There is a link on the site where I found a copy of your script offering support, this is where you s

[PHP-WIN] PHP 4.2.1. on PWS...

2002-06-04 Thread Mircea Goia
Hi, I've installed PHP 4.2.1 (Windows installer) on Windows 98 which uses Personal Web Server 4. And when I'm trying to access a .php page I get this: ~~~ Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means tha

[PHP-WIN] Re: form Post action

2002-06-04 Thread Ilker Cetinkaya
hi martin, maybe you're mangling post and get together example watch that action url contains a get parameter and method is post afaik won't work with ns4.7 hth ilker "Martin.Andrew" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a strange Bug t

[PHP-WIN] form Post action

2002-06-04 Thread Martin.Andrew
I have a strange Bug that only appears in Netscape 4.7* I have a set of user vaiables in a form in the menu frame, I copy these variables (using javascript) to another form in the main frame of the application, when I post this form I echo the name of the form input values. In all browsers the v

[PHP-WIN] Re: a problem.

2002-06-04 Thread D.Terziev
Thanks to all for the answers! I've made it! :-) with $HTTP_GET_VARS , $_REQUEST and so on... It works ok... thanks again. "D.Terziev" <[EMAIL PROTECTED]> wrote in message 002001c20a2f$9a1ae630$0100a8c0@azure">news:002001c20a2f$9a1ae630$0100a8c0@azure... > Hi > > I have a problem and I hope that