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
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
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
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
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