[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

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

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

[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

[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/)

[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

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