[PHP-WIN] help with phpmyadmin db connection

2002-01-07 Thread pasupathy
hello, any phpMyAdmin guru here who can help? the config file in it is straightforward that all I have to do is fill up as follows: $cfgServers[1]['host'] = 'localhost'; // i tried localhost and all other //possibilities $cfgServers[1]['port'] = ''; $cfgServers[1]['adv

[PHP-WIN] Re: how can I use or run a php sample?

2001-09-22 Thread pasupathy
Burak Delice wrote: > > hi, > > I have been making some tests. I want to learn PHP. But I have not achived > to run a php sample like below. Actually I want to make a mail sender on my try the examples and tutorials at http://www.myscripting.com they are simple and easy you may try as well d

[PHP-WIN] Re: IP Address

2001-09-22 Thread pasupathy
Glenn Pickett wrote: > > Yes, look at REMOTE_ADDR in the manual. > > Glenn > > "Craig Morrison" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > My apologies if this is a faq.. > > > > Will PHP allow me to get the remote IP of a connection? I have t

Re: [PHP-WIN] php/apache $remote_addr variable help!

2001-09-05 Thread pasupathy
Bryan Kaufman wrote: > Try > this gives the same result i.e 127.0.0.1 > > also try > > > It will tell you all the vars available, and you can > see if register_globals is turned off (which is why > you need to use HTTP_SERVER_VARS[]) yes the register globals is 'on' for both local and ma

[PHP-WIN] php/apache $remote_addr variable help!

2001-09-04 Thread pasupathy
hello, please help the script won't return the IP address of the viewer of my remote webpage, could it be that the remote apache server disallow this, however the network functions gethostbyname,gethostbyaddr does return the hostname or ipaddress when used with the form inputs -- PHP Window