Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Nick Gianakas
Read the section titled, "HTTP functions" in the documentation. Regards, Nick On Tue, 2003-03-04 at 08:42, E.E. Jan wrote: > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also installed Apache 2.0.43. > I can get "hello world" and "phpinfo()"

Re: [PHP-INST] Upgrading PHP

2003-02-20 Thread Nick Gianakas
Are you using the 'default' setup from Red Hat (ie. RPMS)? If so, I (also using RH 7.2 ... completely modified at this point) found it easier to rip everything out (PHP, apache, SSL, mysql, etc) and install everything by hand (via source). Although it took me a while (hacking at it now and again)

Re: [PHP-INST] PHP 4.3.0 on SuSE 8.1

2003-02-05 Thread Nick Gianakas
Possibly your permissions? Are you installing as root? Regards, Nick On Wed, 2003-02-05 at 09:38, Joaquim Homrighausen wrote: > What's this.. (I mean, I know what it is, but why does it happen)? > > > zypher:/opt/php-4.3.0 # make install > > Installing PHP CLI binary:/usr/local/bin/

Re: [PHP-INST] Apache_1.3.26 - Directory Access

2003-01-31 Thread Nick Gianakas
Not sure, but if you add a "welcome" page (like index.html), would that also do it (along w/ the obvious side-effect)? Regards, Nick On Fri, 2003-01-31 at 13:15, [EMAIL PROTECTED] wrote: > in your Apache -> httpd.conf, comment out this line.and restart apache. > > AddModule mod_autoindex.c >

RE: [PHP-INST] PHP w/ MySQL

2003-01-30 Thread Nick Gianakas
Hi Matt, > Change that to > 127.0.0.1 localhost localhost.localdomain nimble That's it! Thank you very much--I really appreciate it! Thanks to all for your help and suggestions. Regards, Nick On Thu, 2003-01-30 at 11:22, Matt Schroebel wrote: > > -Original Message- > > > Do you have

RE: [PHP-INST] PHP w/ MySQL

2003-01-30 Thread Nick Gianakas
On Thu, 2003-01-30 at 11:05, Matt Schroebel wrote: > > > > The problem I'm having is using PHP to access a MySQL database through > > the web page. > > > > Version Info: > > PHP 4.3 > > Apache 1.3.24 > > MySQL 3.23.49a-1. > > Red Hat 7.2 (default 2.4.7-10 kernel) > > You really ought to u

[PHP-INST] PHP w/ MySQL

2003-01-30 Thread Nick Gianakas
Hi All, I've been struggling w/ this problem for several months now on and off. I've exhausted my capabilities and would appreciate any help. The problem I'm having is using PHP to access a MySQL database through the web page. Version Info: PHP 4.3 Apache 1.3.24 MySQL 3.23.49a-1. Red Hat