Re: [PHP-WIN] FastCGI & PHP 4.3.1 & MSSQL & IIS5 problem :(

2003-06-26 Thread Melih Onvural
Are you sure that your character set is correct in both PHP and the MSSQL? There was a big discussion about correctly setting the right code-type on another PHP list that I'm on, and the ultimate outcome was that some characters refuse to communicate between programs simply because their encodin

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Melih Onvural
This is actually really easy to do. make the post or get variable of your form page.php#($variable) and then define each layer or table further down the page with an achor name using (XHTML close tag). This will reload the page and direct it to the layer/table the user selected. melih > > Fro

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Melih Onvural
If you set its expiration date to moments before the logout button is clicked then the session will die. melih > > From: Matt Babineau <[EMAIL PROTECTED]> > Date: 2003/06/24 Tue PM 02:40:20 EDT > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: [PHP-WIN] Eliminate a specific session variable

Re: [PHP-WIN] Question Regarding Local Host SubDirectory

2003-06-23 Thread Melih Onvural
How is the script working if you have a .htm extension instead of a .php extension. could this be the problem? melih > > From: "Douglas Pollock" <[EMAIL PROTECTED]> > Date: 2003/06/23 Mon PM 05:16:52 EDT > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Question Regarding Local Host SubDirectory > >

Re: [PHP-WIN] Opening a file

2003-06-23 Thread Melih Onvural
the fopen function does a really good job of opening files and also allows you to limit what the user can do. However, if you wanted to simply open up a word file then just make it a link using and it will open the file for you melih > > From: "Seth Buntin" <[EMAIL PROTECTED]> > Date: 2003/06

Re: [PHP-WIN] Re: Problem on passing value.

2003-06-23 Thread Melih Onvural
Actually the super global variable that were accepted before PHP 4 have all been depreciated. if you're using get then there's a new server variable _SERVER[formTagName] that passes variables across pages. melih > > From: "Cristian MARIN" <[EMAIL PROTECTED]> > Date: 2003/06/23 Mon PM 01:17:34 E

[PHP-WIN] PEAR

2003-06-22 Thread Melih Onvural
Has anyone found a way to install PEAR components onto a Windows machine? melih -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: [PHP-WIN] where to find dll files

2003-06-22 Thread Melih Onvural
Thanks for that response. I was being thick and not realizing that all of them had come with the zip file though i was told twice that this was the case. I looked back into my c:\PHP file and found everything there and then just opened them all in my php.ini file. thanks for the help and sorry f

Re: [PHP-WIN] Re: where to find dll files

2003-06-21 Thread Melih Onvural
Sorry, let me clarify. I wanted to find .dll files that weren't included with the zip when downloaded. thanks, melih On Saturday, June 21, 2003, at 08:08 PM, Peter 'iridium' Waller wrote: Melih Onvural wrote: Hi, I've just moved over to Windows and PHP and I was wondering if

[PHP-WIN] where to find dll files

2003-06-21 Thread Melih Onvural
Hi, I've just moved over to Windows and PHP and I was wondering if anyone knows where to find the gd2.dll library? Off the PHP site it's in *NIX form and I'm not sure how to compile that on a Windows machine so I figured a .dll would be much simpler. Thanks, melih -- PHP Windows Mailing List