[PHP-WIN] =sessions= [J. Meloni Textbook]

2003-11-18 Thread Anthony Ritter
Using mysql, php, apache on win98 The following code is from "PHP, mySQL and Apache" (SAMS) by Julie Meloni. Page 338-339 (hour 16). After choosing my selections in the form box and hitting submit I get: ... Warning: Invalid argument supplied for foreach() in c:\apache\htdocs\listin

php-windows Digest 18 Nov 2003 21:51:13 -0000 Issue 2006

2003-11-18 Thread php-windows-digest-help
php-windows Digest 18 Nov 2003 21:51:13 - Issue 2006 Topics (messages 22128 through 22136): help with header on UNIX server 22128 by: Lawrence 22129 by: Eric COLINET 22130 by: Svensson, B.A.T. (HKG) caching headers 22131 by: Donatas Permission PHP IIS5.0

[PHP-WIN] PHP and MySQL problem

2003-11-18 Thread Alex
Hello All! I have a problem with Mysql and PHP. Mysql isn't in c:\mysql so then I start php scripts in command line I get the following lines: > File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) > Character set '#14' is not a compiled character set and is not specified in the > 'c:\mys

Re: [PHP-WIN] mkdir with PHP 4.3.4 and IIS 5.0 on Windows 2000

2003-11-18 Thread Cesar Cordovez
VERY OFF TOPIC: Nguyen? Any relation with the Poker Player? =-) Dang Nguyen wrote: I have a peculiar problem in one of my scripts. I cannot mkdir from the script, but from a test script, the same exact code works. [SNIP] Thanks, Dang Nguyen -- PHP Windows Mailing List (http://www.php.net/) To uns

[PHP-WIN] mkdir with PHP 4.3.4 and IIS 5.0 on Windows 2000

2003-11-18 Thread Dang Nguyen
I have a peculiar problem in one of my scripts. I cannot mkdir from the script, but from a test script, the same exact code works. test.php contains: \n"; mkdirs($directory,0755); $dir_object = @dir ($directory) or die ("Could not open a directory stream for $directory"); print_r($dir_object);

Re: [PHP-WIN] Permission PHP IIS5.0

2003-11-18 Thread Frank M. Kromann
Hi, IIS runs all anonymous requests (php or static files) as a user called IUSR_, unless you changed that. You can either change the user or you can grant this user the privileges you need. - Frank > hello, > > I'm having a problem with permissions to PHP in IIS 5.0. I'll be thankful if someone

[PHP-WIN] Permission PHP IIS5.0

2003-11-18 Thread Luiz Miguel Axcar
hello, I'm having a problem with permissions to PHP in IIS 5.0. I'll be thankful if someone help me. PHP (or user) doesn't have permission to write in a file with fopen($arquivo,"w"), delete file with unlink() or move_uploaded_file(). Errors: Warning: fopen(D:\krakatoa\webroot\Corpsite\cms\ad

[PHP-WIN] caching headers

2003-11-18 Thread Donatas
I am writing caching class with GZIP support and such and I wonder if there is a way to cache headers (== get headers set by header ();) Donny -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] help with header on UNIX server

2003-11-18 Thread Svensson, B.A.T. (HKG)
The unix box webserver is probaly set to not to allow implict fetch with the GET method. Try use this: $ = $_GET[]; -Original Message- From: Lawrence To: [EMAIL PROTECTED] Sent: 2003-11-18 14:48 Subject: [PHP-WIN] help with header on UNIX server I have two page header.htm and header.

Re: [PHP-WIN] help with header on UNIX server

2003-11-18 Thread Eric COLINET
You miss the http:// before the url it could be part of the problem. Eric At 14:48 18/11/2003, Lawrence wrote: I have two page header.htm and header.php This is header.htm Link Google Link Yahoo Link Hotmail Link Php.net This is header.php When I run on my computer , IIS and windows xp , they

[PHP-WIN] help with header on UNIX server

2003-11-18 Thread Lawrence
I have two page header.htm and header.php This is header.htm Link Google Link Yahoo Link Hotmail Link Php.net This is header.php When I run on my computer , IIS and windows xp , they run well , but when I upload them on UNIX server , they run nothing , they don't redirect , I ask admin why h

php-windows Digest 18 Nov 2003 09:16:14 -0000 Issue 2005

2003-11-18 Thread php-windows-digest-help
php-windows Digest 18 Nov 2003 09:16:14 - Issue 2005 Topics (messages 22123 through 22127): Re: PHP CODE ERROR? 22123 by: Bob Harris 22124 by: Piotr Pluciennik 22125 by: Rocco CAstoro 22126 by: Piotr Pluciennik Re: MS-SQL / FreeTDS - charsets ? - solved

[PHP-WIN] Re: MS-SQL / FreeTDS - charsets ? - solved

2003-11-18 Thread Lars V. Nielsen
My problem has been solved, with the offline help of some NG members. The solution requires that one turns off the "Automatically convert ANSI to OEM?" setting in the "Client Network Utility". Apparently this setting is used by the PHP extension, and apparently it's a user/login dependent setup t