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 - 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
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
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
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);
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
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
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
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.
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
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 - 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
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
13 matches
Mail list logo