[PHP] Countries and ip addresses

2001-08-20 Thread Mihailo Dzigurski

Hello,

How can I find out from witch country user is based on user ip address? I
need this from php script.

Thanks,
Mihailo.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski

I need it for my intranet web site, some of my users close browser on long
lasting script and I need to prevent this.

Thanks,
Mihailo.

-Original Message-
From: kath [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 2:39 PM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Prevent user to close web browser


Not with PHP.  Maybe some Javascript could.

But why would you want this?  Planning some infinite spawning pop up
website?
=)

- k

On Thursday 19 July 2001 08:28 am, you wrote:
 Hello,

 I need to prevent user to close the web browser on close button or by
 pressing ALT+F4.

 Is this possible?

 Thanks,
 Mihailo.


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski

Partly can help, but user cannot see report output in web browser.

Mihailo.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 20, 2001 12:05 AM
To: Mihailo Dzigurski
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Prevent user to close web browser


Is this something that ignore_user_abort could help with?

On Thu, 19 Jul 2001, Mihailo Dzigurski wrote:

 I need it for my intranet web site, some of my users close browser on long
 lasting script and I need to prevent this.

 Thanks,
 Mihailo.

 -Original Message-
 From: kath [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 19, 2001 2:39 PM
 To: Mihailo Dzigurski
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PHP] Prevent user to close web browser


 Not with PHP.  Maybe some Javascript could.

 But why would you want this?  Planning some infinite spawning pop up
 website?
 =)

 - k

 On Thursday 19 July 2001 08:28 am, you wrote:
  Hello,
 
  I need to prevent user to close the web browser on close button or by
  pressing ALT+F4.
 
  Is this possible?
 
  Thanks,
  Mihailo.
 
 
  _
  Do You Yahoo!?
  Get your free @yahoo.com address at http://mail.yahoo.com


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com



--
July 19, 2001: Thursday is a choice.
 Freedom lives best by ending in decision.
  --http://artwells.com/oracula/


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Problem with cookie

2001-07-16 Thread Mihailo Dzigurski

Hello,

I need cookie that will expire in 15 mins. My server is in different time
zone than most of my clients. When I set cookie, the cookie is already
expired when it reach clients. I use setcookie(Test, 1, time()+600).

This problem only happens with IE, Netscape is working fine?!

Is there any solution for my problem?

Regards,
Mihailo.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Sites with PHP jobs

2001-05-22 Thread Mihailo Dzigurski

Hi,

I am looking for sites with PHP jobs, can somebody suggest me that kind of
sites?

Regards,
Mihailo.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Reports in web browser

2001-05-19 Thread Mihailo Dzigurski

Hello,

I have written some accounting application using PHP, and now I need to
create some reports. Those reports need to be printed from web browser.

What can I do?

Thanks
Mihailo.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] ForceType or what?

2001-04-25 Thread Mihailo Dzigurski

How can I force dir.php to execute on http://www.mysite.com/dir/ and all
other subdirectories, which actually doesn’t exists? I tray to put ForceType
in .htaccess file, and this doesn’t work.

This is an example what I mean:
http://www.mysite.com/dir/
http://www.mysite.com/dir/subdir/
http://www.mysite.com/dir/subdir/subsir/
…

When I access any of subdirectory, I need to execute same dir.php, which
will display records from database based on path.

Thanks,
Mihailo.

P.S. I can only access to .htaccess file of apache configuration files.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]