<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello again,
> Ok, I began thinking about your problem, and I think I remeber something
> about this, I was not able to do just "php" on the actions and aliases, I
had
> to do php4 for some reason. but I loaded u
Hallo!
I have read the PHP manual but I can't get PHP load a COM object.
Can anybody help me :-)
Best regards.
//Glenn
_
Free email with personality! Over 200 domains!
http://www.MyOwnEmail.com
--
PHP Windows Mailing List (http://www.php.net/)
To u
According to what I understand of fgets() it will read the first
4096 bits of information and leave the rest behind. So
your pics will come out corrupt if they are larger than 4096 bit.
(Well at least I think it's bits. But then it might be bytes)
So all you have to do is make that number large
Hello again,
Ok, I began thinking about your problem, and I think I remeber something
about this, I was not able to do just "php" on the actions and aliases, I had
to do php4 for some reason. but I loaded uup apache today and tried the cgi
version, and it worked, heres the following thats loca
still doesn't work =\ when I try to look at a php script it says file not
found
Darvin Andrioli <[EMAIL PROTECTED]> wrote in message
01C0B770.88834BA0@PCDARVIN">news:01C0B770.88834BA0@PCDARVIN...
Hi,
change the following lines:
from
ScriptAlias /php/ "php"
to
ScriptAlias /php/ "c:/path/to/your/p
Using IIS5 on W2K Server, I can't get get the exec() or other similar
commands to work.
This is what I'm doing -
exec( "dir/a-d/b $dir_name", $arFiles )
The array doesn't contain anything! I've tried it with cmd.exe before the
command, but it just seems to get stuck in a loop! Can anyone t
php-windows Digest 28 Mar 2001 21:11:38 - Issue 515
Topics (messages 6346 through 6358):
Re: Array How To ???
6346 by: Andreas Lange
session handling
6347 by: \[Inf\] F!RE-WALL
6352 by: Johannes Janson
Re: [PHP] session handling
6348 by: Pavel Kalian
I was wondering if anyone got the fdf to work. I installed the fdf toolkit
on my IIS 5.0 Server on win 2K, and uncommented the dll for it in the
php.ini file but it does not seem to work. Did I set it up right? Any
suggestions.
Ryan Conver
--
PHP Windows Mailing List (http://www.php.net/)
To
Is anyone using the IIS Index server with PHP docs?
Is there a way to for the Index Server to parse the documents before
indexing? Every PHP doc has all of the PHP info in its abstract and I want
to get rid of it.
Thanks in advance,
John
-
John Asendorf - [EMAIL PROTECTED]
Because when I didn't stripslashes I got a blank image...
--TWB
- Original Message -
From: "Frank M. Kromann" <[EMAIL PROTECTED]>
To: "Thomas W. Badera" <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 12:13 PM
Subject: Re: [PHP-WIN] PHP and Filesystem
> Why are you striping slasche
Another question
I've got a script that is supposed to read URLs out of a text file, open the
image at the URL, then copy it to the local computer. The code follows:
The images this saves are all corrupt openable, partially viewable, but
corrupt. Any idea?
--TWB
---
Thomas W. Bade
This sounds dodgy unless you can be sure that there will be no more than one
person accessing the system at the same time, otherwise several users could
calculate the same $howmanyrows.
I think that AUTO_INCREMENT is a better idea altogether!
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294
Set the column up in MySQL as a CHAR column, not an AUTO_INCREMENT
and use this:
$conn = mysql_connect(DB_HOST_HERE,DB_USER_HERE,DB_PASS_HERE);
mysql_select_db("DB_NAME_HERE",$conn);
$howmanyrows = mysql_query("SELECT * FROM YOUR TABLE where YOUR
CONDITION",$conn);
$howmanyrows = mysql_num_ro
Hi,
as you can see from the error message apache looks for
a dir called /tmp. This is a unix path. You have to change this to a
windows path such as c:\temp or what you like.
Johannes
""[Inf] F!RE-WALL"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
99sd6d$m6k$[EMAIL PROTECTED]">news:99sd6d$m6k$[E
thanx dude
""Pavel Kalian"" <[EMAIL PROTECTED]> wrote in message
02aa01c0b770$b7d7d790$8361d4c2@pavelk">news:02aa01c0b770$b7d7d790$8361d4c2@pavelk...
> Sorry, hit the submit button too soon :-)
>
> The session.save_path must exist on your system.
> Try session.save_path = C:\winnt\temp (if you're
Hi there. I wonder how i can use the date function to end up with the
following format
dd.mm. eg:17.05.2001 I am not sure how to insert this in a mysql
database as a date field
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Sorry, hit the submit button too soon :-)
The session.save_path must exist on your system.
Try session.save_path = C:\winnt\temp (if you're on NT/2000) or
C:\windows\temp instead of /tmp
Pavel
- Original Message -
From: "Pavel Kalian" <[EMAIL PROTECTED]>
To: "[Inf] F!RE-WALL" <[EMAIL PR
- Original Message -
From: "[Inf] F!RE-WALL" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 12:10 PM
Subject: [PHP] session handling
> Every time I want to initiate a session i get this:
>
> Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) f
Every time I want to initiate a session i get this:
Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) failed: m
(2) in e:\webserver\phptest\page1.php on line 2
Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) failed: m
(2) in Unknown on line 0
Warning: Failed to
Hi
> -Original Message-
> From: Barry [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 27, 2001 10:23 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Array How To ???
>
>
> Hello Everyone,
>
> I would like to sort a list of array indices. The array is
> multi- dimensional N x 3
>
>
20 matches
Mail list logo