[PHP] Re: session_start() in php.ini does not work on Microsoft IIS

2003-01-06 Thread Christoph Grottolo
Scott Fletcher wrote: > $salt="C4155DDAF13A529594FB7C2541F4D4C7"; > session_start($salt); >> > > This is the error messages > > --clip-- > Warning: open(/tmp\sess_C4155DDAF13A529594FB7C2541F4D4C7, O_RDWR) > failed: m (2) in D:\DealPack\... on line 24 > > Warning: open(/tmp\sess_C4155D

Re: [PHP] php.ini - changes aren't taking?

2003-01-06 Thread Christoph Grottolo
Rad Craig wrote: > Yes, I restart my WebServer (IIS 5) each time. > > Yes, I am editing the .ini file the phpinfo() reports it is using. > >>> I have been trying to get my email working. I have made some >>> changes in the php.ini file in the Windoze directory, but when I >>> run phpinfo() the cha

Re: [PHP] HTTP_REFERER work without a problem....

2003-01-15 Thread Christoph Grottolo
[EMAIL PROTECTED] (Chris Shiflett) wrote: >--- Scott Fletcher <[EMAIL PROTECTED]> wrote: >> Many PHP programmer tried to their best to use >> HTTP_REFERER so they can keep track of which >> webpages on the current website did the user >> last visited. > >I think I see what you are referring to now

Re: [PHP] include question

2003-01-15 Thread Christoph Grottolo
[EMAIL PROTECTED] (Brad Bonkoski) wrote: >It would probably be best to include the absolute path to the images. >so instead of: use: >Is something like that possible? ??? forget this... this will only work on some browsers and as long as you keep the files exactly there. >Otherwise at the very

[PHP] Re: PHP & Apache

2003-01-30 Thread Christoph Grottolo
[EMAIL PROTECTED] (Aaron Stephan William Boeren) wrote: >Hi, >Maby you could help me on why I get this message when using variables: >Undefined variable: UN1 in c:\inetpub\wwwroot\sdd\pages\redirection.php >on line 15 > >I have PWS being used, PHP 4.3.0 & Apache 2.0.34. OS is Windows 2k >If you

[PHP] Re: two php.ini on windows????

2002-07-25 Thread Christoph Grottolo
If you use cgi, no problem, just put the php.ini into the php directory (instead of the windows directory). This works. If you use isapi, i think it's not possible, but i'm not shure. Christoph Scott Fletcher wrote: > Hi! > > There are a couple of websites I had to move from one machine to this

[PHP] Re: two php.ini on windows????

2002-07-25 Thread Christoph Grottolo
Christoph Grottolo wrote: > If you use cgi, no problem, just put the php.ini into the php > directory (instead of the windows directory). This works. sorry, forgot to write: put the different versions of php into different directories (i.e. c:\php\php421 and c:\php\php430) Christoph &g

Re: [PHP] 'CC' and 'BCC' in mail function

2002-06-15 Thread Christoph Grottolo
Stuart Dallas wrote: > On Friday, June 14, 2002 at 10:01:24 PM, Sridhar Moparthy wrote: >> Does any one know how to make mail() function to send mail to 'CC' >> and 'BCC' address. I have tried to keep 'CC' and BCC' in header, but >> it is not working. Mail function is sending the message to 'To' >

Re: [PHP] Cc / Bcc don't work on win2k but on linux???

2002-06-21 Thread Christoph Grottolo
Try a recent dev-snapshot from snaps.php.net/win32. The mail function has been reworked. Christoph Lance wrote: > yes, the + is a whitespace. hm... a bug, you could be right on that. > > i dont have a copy of php4.2.1 on linux to test and see if it is just > windows2k that is giving the problem

Re: [PHP] Cc / Bcc don't work on win2k but on linux???

2002-06-22 Thread Christoph Grottolo
You should download php4.3.0 dev. The mail enhancements have not been merged into the 4.2 branch. Sorry for not having been exact in my last posting. Christoph Lance wrote: > i downloaded php4.2.2dev and tried my codes on it. still giving me the > same problem. >> Try a recent dev-snapshot from

Re: [PHP] Cc / Bcc don't work on win2k but on linux???

2002-06-22 Thread Christoph Grottolo
Lance wrote: > cool! 4.3.0dev work like a charm! but is it safe for deployment > server? > No. It's a dev version which has not been going through qa. (We're using it on an intranet and didn't have any probs until now.) Christoph -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Cc / Bcc don't work on win2k but on linux???

2002-06-23 Thread Christoph Grottolo
You could use the mail class by Manuel Lemos on php.upperdesign.com if you need cc/bcc and attachments. I've been using it for quite some time now with good results. Christoph Lance wrote: > ok. thanks for the info. guess i have to wait till it hit stable > version before deploying it on live se

Re: [PHP] Cc / Bcc don't work on win2k but on linux???

2002-06-24 Thread Christoph Grottolo
Sorry. The link below is broken. Try one of the mirrors on www.phpclasses.org instead. Christoph Christoph Grottolo wrote: > You could use the mail class by Manuel Lemos on php.upperdesign.com > if you need cc/bcc and attachments. I've been using it for quite some > time now wit

Re: [PHP] using pdf template

2002-07-11 Thread Christoph Grottolo
Maybe you could use PDF with FDF to accomplish this task (see http://www.php.net/manual/en/ref.fdf.php). Christoph Rasmus Lerdorf wrote: > Only using the commercial PDI library from pdflib.com > > On Thu, 11 Jul 2002, Tobias Talltorp wrote: > >> Is it possible to produce a PDF, use it as a temp

Re: [PHP] MAIL() Trouble. Need your eyes.

2002-07-11 Thread Christoph Grottolo
Might it be your/your provider's anti-virus blocking the clsid string? You could try to send another long mail with common text or HTML. BTW mail() has been reworked for PHP 4.3.0, you can get a new (dev)version to try out on http://snaps.php.net/win32 Christoph Martin Clifford wrote: > I would

[PHP] Re: [PHP-INST] W2K SP2, PHP 4.2.1, IIS 5

2002-05-23 Thread Christoph Grottolo
Joshua E Minnie wrote: > I am getting the error: > > PHP Warning: Unable to load dynamic library > 'D:\PHP\extensions\php_mssql.dll' - The specified module could not be > found. in Unknown on line 0 > > What I don't understand about this error is that the php_mssql.ddl is > in that exact directory