I'm sure there has to be a way to verify which IP address is accessing
from. I need to establish a page where when I enter it records the IP
address I'm logging in from, to a database.
Problem is I can't seem a command in php that can assign that to a
variable, as in:
$ip=HTTP_GET_
ANY IDEA
Actually I'm just using it so a customer can acces a PWS that is
broadcasting on its own security cameras. I have a DSL that disconnects
every 8 hours, and gives dinamyc IP, so each time it connects it goes to
my site, and writes down the addres, so my customer can access the
report, and see what
I ran yesterday into a company that wants me to implement a solution
with PHP and File Maker. I don't even know if it is possible, so I was
wondering:
A) Does anyone has any experience with filemaker?
b) Can PHP save data from internet via ODBC to a database (other than
the ones it supports) in a
Hi does anyone knows if Crystal Reports works fine with PHP MySQL
Enviroment, or can anyones suggest me a good reporter for PHP MySQL
Site?
The Vampmaster.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I know my doubt is probable odd, but I would ask your help please.
I need a user to be able to select an image from a directory, from a
drop down box. For this I need to list all the images available on the
directory, hence, I have this code:
".$f."");
}
?>
.");
b
[EMAIL PROTECTED]
> Subject: Re: [PHP] Trying to list a directory content HELP PLEASE
>
>
> On Friday 07 June 2002 00:47, webmaster mbtradingco wrote:
> > I know my doubt is probable odd, but I would ask your help please.
> >
> > I need a user to be able to selec
Hi, maybe I'm doing something wrong but I can't figure out what. I have a little
script that is supposed to handle two variables from a session, so when a user logs in:
Session start()
$user = "user"
$pass = "pass"... redirects to another page.
Now on the index page it reads
Session start()
G
I’m trying to control the way a new window opens when submiting
a form.
When I do it from a regular button, I use:
rollbars=0,width=300,height=340,top=150,left=150');return
true">
and it works, it opens the new window, but I’m
not transferring any values in here.
What I wan
below the enviar, and see what I
need the submit button to do.
Thanks.
-Mensaje original-
De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]]
Enviado el: Sábado, 16 de Febrero de 2002 20:43
Para: webmaster mbtradingco
CC: [EMAIL PROTECTED]
Asunto: Re: [PHP] Help please
Since you'
access below the enviar, and see what I
need the submit button to do.
Thanks.
-Mensaje original-
De: Bogdan Stancescu [mailto:[EMAIL PROTECTED]]
Enviado el: Sábado, 16 de Febrero de 2002 20:43
Para: webmaster mbtradingco
CC: [EMAIL PROTECTED]
Asunto: Re: [PHP] Help please
Since
aster mbtradingco
CC: [EMAIL PROTECTED]
Asunto: Re: [PHP] Help please
You should make up your mind - do you want to use the form in order to
carry the data (use submit()) or do you want to submit the data via URL
(GET method - using window.open()). You can't use both!
Bogdan
webmaster mbtradi
Hi, I have a form, that I need to control the parameters in the _blank target
once it is submitted.
Everything works, fine except the client wants the
result of the poll in a popup window, and I am not able to control the parameters on the new window.
Can any one help me with this?
Hi:
I was wondering if it is posible to make in PHP a cron
job, that will trigger an event (i.e. send an e-mail) long after the process of
the data has taken place, like programming an e-mail to go out, on an specified
date.
My question is, since the script is run and triggered
by t
13 matches
Mail list logo