[PHP-WIN] Re: PHP & iis 4.0 & Oracle 8.1.6

2001-10-24 Thread Philippe Saladin
it's a physical path, so you would use '\' and not '/' : extension_dir=c:\PHP\extensions Regards, Philippe "Sean Duke" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Hi, > > I would like to find out how I can get php to work on Win NT 4.0? I have > tried the CGI module onl

RE: [PHP-WIN] Sendmail...

2001-10-24 Thread Eric Pankoke
Just curious, where did you find the win32 version of sendmail? At 11:49 PM 10/24/01 +0100, Ross Fleming wrote: >Never mind people, I found a win32 version of sendmail and it works now. > >Ta anyway > >Ross > >-Original Message- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: 24 Oct

Re: [PHP-WIN] Session management issues

2001-10-24 Thread Eric Pankoke
There are two potential problems (unless, of course, there's more to your pages than what you're showing us). Do you put a session_start() at the top of each page? If not, you won't be able to share variables across pages. Also, are you sure the session id is getting passed to each page? I

[PHP-WIN] Re: Mail and NT

2001-10-24 Thread CJD
just use the IP address of the Exchange server, or your ISPs smtp server "Joseph Koenig" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm developing a site on a NT box (I'm much more familiar with unix) and > am unable to get mail to send on NT. I'v

[PHP-WIN] PHP & iis 4.0 & Oracle 8.1.6

2001-10-24 Thread Sean Duke
Hi, I would like to find out how I can get php to work on Win NT 4.0? I have tried the CGI module only and that failed. Then I downloaded the full .dll pakage and installed that onto my machine, I un-commented the extension path & the required libraries to use for a Oracle connection. I keep gett

php-windows Digest 24 Oct 2001 22:44:23 -0000 Issue 820

2001-10-24 Thread php-windows-digest-help
php-windows Digest 24 Oct 2001 22:44:23 - Issue 820 Topics (messages 9988 through 10005): Re: MSSQL 7.0 and PHP 9988 by: Carlos Andre Marques Moreira Re: It gives me just a header! 9989 by: Björn Lantz 9993 by: Jason Wood php_crypt.dll 9990 by: Michal Krawc

RE: [PHP-WIN] Sendmail...

2001-10-24 Thread Ross Fleming
Never mind people, I found a win32 version of sendmail and it works now. Ta anyway Ross -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: 24 October 2001 23:29 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Sendmail... Hello, I'm probably just being a bit thick, but how

[PHP-WIN] Sendmail...

2001-10-24 Thread Ross Fleming
Hello, I'm probably just being a bit thick, but how exactly do I get the mail function to work?.. Do I need a sendmail replacement? (I downloaded blat to see if that would help but can't see that it does.) -- php.ini [mail function] ; For Win32 only. SMTP= mail.totalise.co.uk ; for Win32 o

[PHP-WIN] Search Engine Problem

2001-10-24 Thread Mark Sweeney
Hey, I am using this piece of code to display news articles based on the variables inputted by a user. However, it will only display one article, never more, even if more are within the terms of the "WHERE" clause. What am I doing wrong? $search = mysql_query("SELECT news.ID, newstitle, newsde

Re: [PHP-WIN] Dlls

2001-10-24 Thread Josh Seward
I am also looking for an answer to this question. I am using the fallowing JavaScript to call the .dll file. http://server/Scripts/convert.dll?convert src=C:\Inetpub\wwwroot\art\\$id.$type&dest=C:\Inetpub\wwwroot\movies\\$id"> Is there a way to call this for use in php? I believe this is a

[PHP-WIN] Dlls

2001-10-24 Thread Karen Siefken
Can you use user defined dlls in php? If so does anyone know where I can find info on how to create a dll to use in PHP? K

RE: [PHP-WIN] Redirecting to a new php file

2001-10-24 Thread Flint Doungchak
Header("Location: newlocation.php"); -Original Message- From: Sridhar Moparthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 11:52 AM To: Php-Windows (E-mail); Php-General (E-mail) Subject: [PHP-WIN] Redirecting to a new php file Hi All, Is there any command in PHP that

[PHP-WIN] Redirecting to a new php file

2001-10-24 Thread Sridhar Moparthy
Hi All, Is there any command in PHP that redirects to a php file from another php file? If not does any one know how to implement this functionality? Thank you, Sridhar Moparthy

[PHP-WIN] Session management issues

2001-10-24 Thread Jason McIntyre
Hi there: I am using PHP 4+ and MySQL to manage access to secured areas on a website. My problem is that my session functions don't seem to be working properly. Even after I start and register a session variable, my function to check that session variable says that it doesn't exist. Help! Here ar

FW: [PHP-WIN] Mail and NT

2001-10-24 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370324-10-01 17:00 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Is the Exchange server presenting an SMTP/Sendmail server interface? Last time I played with exchange (a couple of years ago) it had its own protocol for talking to the email cl

[PHP-WIN] Trouble Loading FDF library

2001-10-24 Thread Karen Siefken
Hi I'm on IIS5/W2K and I am having trouble using FDF functions. In my ini file extension_dir = C:\PHP\extensions I uncommented the extension=php_fdf.dll in the list of windows extensions. I am using a virtual web folder to test my scripts. /iaphp on my local disc it's C:\iaphp I copied the a

RE: [PHP-WIN] Mail and NT

2001-10-24 Thread Tony Leach
If it's on the same box, have you tried just 'localhost' ? -Original Message- From: Joseph Koenig [mailto:[EMAIL PROTECTED]] Sent: 24 October 2001 16:54 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Mail and NT Hi, I'm developing a site on a NT box (I'm much more familiar with unix) and am

Re: [PHP-WIN] Mail and NT

2001-10-24 Thread DL Neil
> I'm developing a site on a NT box (I'm much more familiar with unix) and > am unable to get mail to send on NT. I've edited the php.ini file so > that SMTP = gatekeeper, which is the name of the server. That's all I > saw in the manual and archives that would need to be changed. They have > Exch

[PHP-WIN] Re: It gives me just a header!

2001-10-24 Thread Jason Wood
Hmm... That always happened to me when I was working on a win2k machine with IIS... I'd have a parse error, and the hosting company had all error handling set off... so every time i had a parse error, i'd have to download the file, update my local database, and check out the file... fix it... and

[PHP-WIN] Mail and NT

2001-10-24 Thread Joseph Koenig
Hi, I'm developing a site on a NT box (I'm much more familiar with unix) and am unable to get mail to send on NT. I've edited the php.ini file so that SMTP = gatekeeper, which is the name of the server. That's all I saw in the manual and archives that would need to be changed. They have Exchange

[PHP-WIN] Re: ADODB and using Workstation ID (odbc)

2001-10-24 Thread Marko
"SøRen Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can it be done with odbc ? > I have tried and tried but nothing seems to work. > Does anyone know if the Workstation ID can be set if i connect with odbc ? > > Best regards, > Soeren Nielsen > I t

[PHP-WIN] php_crypt.dll

2001-10-24 Thread Michal Krawczyk
Does anyone have this library? I would be very pleasure for it because I can't find it. Thanks in advance, Michal Krawczyk -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adminis

[PHP-WIN] Re: It gives me just a header!

2001-10-24 Thread Björn Lantz
Have you copied the php.ini-dist to c:\windows\php.ini ? If not, your php might not aloow the 'short-tags' "", but requires " wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks for trying to help :) > If my server (xitami) would not run php it would send me the page including >

[PHP-WIN] RE: MSSQL 7.0 and PHP

2001-10-24 Thread Carlos Andre Marques Moreira
I've seen this problem here before. Some guys posted this is a problem in the mssql.dll, don't know if this has been fixed. I had this problem here before, and i "fixed" it changing data type to TEXT Carlos André -Original Message- From: Franco Breciano [mailto:[EMAIL PROTECTED]] Sent: q

php-windows Digest 24 Oct 2001 10:25:13 -0000 Issue 819

2001-10-24 Thread php-windows-digest-help
php-windows Digest 24 Oct 2001 10:25:13 - Issue 819 Topics (messages 9977 through 9987): It gives me just a header! 9977 by: Stefán Vingir Skarphéðinsson 9978 by: Jason Wood 9986 by: Stefán Vingir Skarphéðinsson 9987 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK Re

FW: [PHP-WIN] Re: It gives me just a header!

2001-10-24 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 24-10-01 11:13 -> [EMAIL PROTECTED] You would certainly see the source code if the server new NOTHING of php, however if it is set up to expect to have the .php filetype handled by an extension, but the extension (ie. php) is not ava

[PHP-WIN] Re: It gives me just a header!

2001-10-24 Thread Stefán Vignir Skarphéðinsson
Thanks for trying to help :) If my server (xitami) would not run php it would send me the page including the php source code. This happens even if I try to execute a script as simple as Jason Wood <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It means that

[PHP-WIN] on IIS5 my php4-guestbook works fine - on IIS4 not....

2001-10-24 Thread gentges
.so what is the problem?? THX!! buju -- PHP Windows 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-WIN] PHP Installation

2001-10-24 Thread DL Neil
> Just a bit of an update. As I mentioned below, I am using virtual hosts > to host 3 websites on my machine. I ended up copying a php file to the > default website and lo and behold the php ran fine. Why won't it run on > the other two sites? Does anyone have any ideas? Jason, How about the d

[PHP-WIN] R: [PHP-WIN] retrieving form data

2001-10-24 Thread Mauri
I am using GET, but also if I use POST I get the same result: Undefined variable. I am using PHP 4.0.6 on Win98 with PWS Please Help me!! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t