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

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Eric Pankoke
Did you set up a virtual directory to where your .php files are stored? If so, and the alias is not the same as the directory (ie: if the directory is c:\projects\webpages\MySite, then the alias must be MySite), you will get the error you have listed. I have had this happen to me both in IIS

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-29 Thread Eric Pankoke
ject that uses ByRef and works with PHP 4.0.6 what >version of PHP are you running ? > >Andrew > > >"Eric Pankoke" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I created a simple DLL that contains two function

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-23 Thread Eric Pankoke
I created a simple DLL that contains two functions which give the user a string: one as a return value and the other as a ByRef argument. The return value worked and the ByRef didn't. At 03:39 PM 8/23/01 -0400, Ryan Marrs wrote: >[Yes this is a repeat, but I didn't receive an answer back, and

Re: [PHP-WIN] Session Variables With Spaces

2001-04-12 Thread Eric Pankoke
which was causing the display to cut off at the first space. At 10:24 PM 4/12/01 -0500, Eric Pankoke wrote: >I have two php pages using session variables. One redirects to itself >after refreshing the variables, and the other redirects to a second php >page, retrieves some valu

[PHP-WIN] Session Variables With Spaces

2001-04-12 Thread Eric Pankoke
calls an intermediate page truncates session variables at the first space when returning back to the original page. Any thoughts on what causes this would be much appreciated. Eric Pankoke Point Of Light Software "Lighting The Path To Glory" http://www.polsoftware.com/ -- P