[PHP-WIN] Session + IIS

2002-05-07 Thread Maurice
lem reports about PHP and IIS, stateing that session management doesn't work fine for certain PHP versions. Does anyone know what the status of these problems are and which PHP version has stable session management on a windows platform. Greets, Maurice -- PHP Windows Mailing List

[PHP-WIN] Printer Functions

2002-05-10 Thread Maurice Kevenaar
I'm trying to create an mailmerge script width MySQL. i've got 2 tables (1 width the adresses and one width the letter) In the letter table i've used an enter in the Insert form. When i use printer_draw_text() i get the text as one line on my paper. When i use printer_write() i get it as Normal t

[PHP-WIN] Printer Functions

2002-05-10 Thread Maurice Kevenaar
I'm trying to create an mailmerge script width MySQL. i've got 2 tables (1 width the adresses and one width the letter) In the letter table i've used an enter in the Insert form. When i use printer_draw_text() i get the text as one line on my paper. When i use printer_write() i get it as Normal t

[PHP-WIN] BIG PROBLEM!

2002-05-12 Thread Maurice Kevenaar
false,false,false,0); printer_select_font($connect, $font); printer_draw_text($connect, $brief[4], 450, 1150); printer_delete_font($font); printer_end_page($connect); printer_end_doc($connect); printer_close($connect); mysql_close($connection);

[PHP-WIN] Re: php 4.2 and database conn

2002-05-14 Thread Maurice Kevenaar
try this: $connect = mssql_connect($db_server_name, $db_user_name, $db_user_passwd); You can use ODBC too, but (in my exp. it's slower) -- Maurice "Nicole Amashta" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have

[PHP-WIN] Re: php 4.2 and database conn

2002-05-14 Thread Maurice Kevenaar
You can to set the $db_server_name to SQLBox (or it's ip) -- maurice "Nicole Amashta" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks, but I'm not trying to write the scripts. I already wrote them. > I

Re: [PHP-WIN] cgi error

2001-05-09 Thread Maurice Barnes
Would you happen to be doing a header("location: some_url") in your code? - Original Message - From: "Svensson, B.A.T. " <[EMAIL PROTECTED]> To: "Deborah Dennison" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 6:34 AM Subject: RE: [PHP-WIN] cgi error > Well, a s

[PHP-WIN] PHP4.0.6 Windows installer - that CGI error again!

2001-09-30 Thread Maurice Delaney
OK here's the story. I've read the FAQs, been through the mail archive and read every solution, including those which say to read the install.txt, which I've done, but I still get: CGI error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The he

[PHP-WIN] Permissions in C:\WINNT\system32 - PHP4.0.6 Windows installer CGI error

2001-09-30 Thread Maurice Delaney
that wasn't working. I tried giving all MSVCRT*.* (MS Visual C Runtime libraries) files RX but that didn't work. So WHAT ARE THOSE FILES IN C:\WINNT\system32 THAT IUSR_server NEEDS PERMISSION FOR? Oh well, at least I can start developing. Maurice -- PHP Windows Mailing List (http://w

[PHP-WIN] Undefined Variables ?

2001-10-23 Thread Maurice Schalker
After an update to 4.06 my guestbook isn“t working correct. Between de code, i get an error : Undefinde variable ? What went wrong? -- 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

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Maurice Barnes
he Windows platform and should be fixed asap Regards, Maurice - Original Message - From: "Chaz Yoon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 8:01 PM Subject: [PHP-WIN] CGI error: incomplete headers? > I'm having a curious

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Maurice Barnes
Hi Toby, Sorry about that.. the format is header("location: http://www.somewhere.com"); This is what gives the error. Have you been doing redirects or just straight POSTS? Maurce - Original Message - From: "Toby Butzon" <[EMAIL PROTECTED]> To: "Ma

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-18 Thread Maurice Barnes
The issue here is with Win2000 and IIS5.0. NT4 doesnt appear to have this problem. Maurice - Original Message - From: "Phil Driscoll" <[EMAIL PROTECTED]> To: "Maurice Barnes" <[EMAIL PROTECTED]>; "Chaz Yoon" <[EMAIL PROTECTED]>; <[

[PHP-WIN] phpinfo() acting strange

2006-01-04 Thread olivier . maurice
Hi, I just finished an Apache 2.0.55, MySQL 4.1.16 and PHP 5.1.1 on a Windows XP SP 1 machine. Diving into the first documentation on PHP one the first examples is the use of the phpinfo() method. So I create index.php with the following content and put it in the htdocs directory. This w

RE: [PHP-WIN] Re: phpinfo() acting strange

2006-02-23 Thread Olivier Maurice
Cristian, > Are you really sure that this is a PHP problem or is your browser > rendering issue ? Have you used the view-source feature to > see that the > phpinfo() HTML is not there ? Positively. For the record, web development is part of my day to day job. As I do not have an IBM iSeries a