RE: [PHP-INST] PHP doesn't accept url parameters

2002-07-09 Thread Shrock, Court
In short, you need to access your variable via the superglobal arrays as specified here: http://www.php.net/manual/en/language.variables.predefined.php Also, you can read from http://www.php.net/manual/en/configuration.php#configuration.file :: register_globals boolean Tells whether or not to re

[PHP-INST] PHP doesn't accept url parameters

2002-07-09 Thread Alex P.
Hi, I installed PHP 4.2.0 with apache 1.3 on my win98 machine (my only machine) and It works. Ican can generate web pages and all that, but when I tried to accept a parameter from the URL, the varible turned up null. What's going on? Thanx. -- PHP Install Mailing List (http://www.php.net/) To

Re: [PHP-INST] PHP doesn't except parameters?

2002-07-09 Thread Steve Cayford
On Thursday, July 4, 2002, at 05:59 PM, Alex P. wrote: > Hi all, I'm a newbie to PHP. When I installed PHP 4.2 and apache 1.3 > onto my > computer, it all worked. I can generate web pages and all that, but > when I > tri to pass a parameter through the URL to the PHP script, it doesn't > wor

Re: [PHP-INST] PHP doesn't except parameters?

2002-07-09 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file On Thu, 4 Jul 2002, Alex P. wrote: > Hi all, I'm a newbie to PHP. When I installed PHP 4.2 and apache 1.3 onto my > computer, it all worked. I can generate web pages and all that, but when I > tri to pass a parameter through the URL to the PHP script

[PHP-INST] PHP doesn't except parameters?

2002-07-09 Thread Alex P.
Hi all, I'm a newbie to PHP. When I installed PHP 4.2 and apache 1.3 onto my computer, it all worked. I can generate web pages and all that, but when I tri to pass a parameter through the URL to the PHP script, it doesn't work. Their are no error messages it just does go through. What's -- PHP

php-install Digest 9 Jul 2002 16:56:11 -0000 Issue 924

2002-07-09 Thread php-install-digest-help
php-install Digest 9 Jul 2002 16:56:11 - Issue 924 Topics (messages 7668 through 7678): configuration problem? 7668 by: Dominik Picek 7671 by: Dyon Beaart 7674 by: Chris Hewitt php apache freebsd ssl gd problem ? segmentation fault ? 7669 by: open source dev

Re: [PHP-INST] Passing variables via Form

2002-07-09 Thread MikeParton
OR, rather than setting register_globals to "on", define your variables using the superglobal arrays. See the Predefined Variables section of the PHP docs. - Original Message - From: "Moraes, Fabio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 9:24 AM Subject

Re: [PHP-INST] Passing variables via Form

2002-07-09 Thread Chris Hewitt
Dennis, Its probably that you are used to register_globals being on in php.ini. In recent versions it is off by default. Either change the setting or use $_GET["varname"] or $_POST["varname"] depending on whether the data is GET or POST data. HTH Chris Hoofe, Dennis wrote: >Hi, > >I have th

RE: [PHP-INST] Passing variables via Form

2002-07-09 Thread Moraes, Fabio
Be sure register_globals is set to "On" in your php.ini. --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9183 -Original Message- From: Hoofe, Dennis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 8:46 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST] Passing variables via Form

[PHP-INST] Passing variables via Form

2002-07-09 Thread Hoofe, Dennis
Hi, I have the following problem: First file: test.php Second: test2.php Via form I pass a variable from File 1 to File 2. Echoing the variable (echo $variableIset;) does not work, although the variable seems to be properly passed in the URL. Has this something to do with track_vars or something

Re: [PHP-INST] configuration problem?

2002-07-09 Thread Chris Hewitt
Dominik, It can't find the file. It sounds as though (if your document root is /var/www/html) then it can't find "/var/www/html/pnadodb/adodb.inc.php". Do you really mean to have that extension (.inc.php). Is this really what the file is called? HTH Chris Dominik Picek wrote: >hello > >when

Re: [PHP-INST] Can't set Register_Globals On in Php.ini

2002-07-09 Thread Chris Hewitt
You may need to restart Apache. HTH Chris CM wrote: >I need to switch register_globals to On for some older scripts > >I run php 4.2.1 on win 2000 and apache 1.3 > >My php.ini under c:\winnt\php.ini says >register_globals = On > >When I run the phpinfo script. > >Configuration File (php.ini) Pa

Re: [PHP-INST] Problem loading a php script

2002-07-09 Thread Chris Hewitt
Alberto, You need to add the AddType line in httpd.conf as per the installation instructions and restart Apache. HTH Chris Alberto Martin wrote: > Hi: > > I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart > apache with no errors. Now I'm trying to test php by using a tes

[PHP-INST] Re: configuration problem?

2002-07-09 Thread Dyon Beaart
Hi, You try to include a file which doesn't exist, or at least he cant open it.. Double check if the file really excists, and if it is readable... good luck, Dyon "Dominik Picek" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hello > > when i start my

Re: [PHP-INST] php apache freebsd ssl gd problem ? segmentation fault ?

2002-07-09 Thread open source devel company
the backtrace is below 0x283e136c in strcmp () from /usr/lib/libc.so.4 (gdb) bt #0 0x283e136c in strcmp () from /usr/lib/libc.so.4 #1 0x282e11de in obj_name_cmp () from /usr/local/lib/libcurl.so.2 Error accessing memory address 0x1: Bad address. opensource devel company --- open source devel

[PHP-INST] php apache freebsd ssl gd problem ? segmentation fault ?

2002-07-09 Thread open source devel company
Hi all su-2.05# /usr/local/apache/bin/apachectl startssl Segmentation fault - core dumped /usr/local/apache/bin/apachectl startssl: httpd could not be started su-2.05# The above is what is happening for the last 10 hrs the configs are php ./configure --with-gd=/home/www/myhome/install/gzs/gd

[PHP-INST] configuration problem?

2002-07-09 Thread Dominik Picek
hello when i start my web application, i get the following error message: Fatal error: Failed opening required 'pnadodb/adodb.inc.php' (include_path='.:/usr/share/pear') in /var/www/html/install.php on line 48 what is the problem? what i have to do? regards, dominik -- PHP Install Mailing