Re: [PHP] PHP & URL Question - omitting index.php

2001-05-22 Thread Tomaz Kovacic
Microsoft's PWS and PHP executable as CGI. I beleave. I've had problems with porting php scripts from Linux/Apache/mod_php to Windows/PWS/php as CGI in the past becourse PWS failed to serve pages with short URLs like directory/?arg1=x&arg2=y Tomaz - Original Message - From: "colin olkow

[PHP] Anyone knows how to prevent nonACSII chars convertion with MSSQL?

2001-11-14 Thread Tomaz Kovacic
Hi! Anyone knows how to prevent anoying convertion of nonACSII characters when MSSQL Server stores data in database? I know, that when I use ODBC there is no problem with conversion, but I'd like to avoid using ODBC connection if possible. Tomaz -- PHP General Mailing List (http://www.php.ne

[PHP] SetCookie weirdness

2001-06-19 Thread Tomaz Kovacic
Hi! Last night I've found some interesting cookie behavior. I was testing some script on my local server, so I used short version of domain ( http://www ) to reach local webserver. My script stopped working, so I started to investigate a little bit what's goin on.. I've managed to get my script