6-22-01 is the date for php.exe and corresponding dlls is that what you
want?
Alain
On Tue, Oct 02, 2001 at 02:58:33AM -0400, Asendorf, John wrote:
> Hey, does anyone out there still have the 4.0.6-dev release from
> php4win.com? I've got to revert and they don't have it up...
>
> Trying to do
Hey, does anyone out there still have the 4.0.6-dev release from
php4win.com? I've got to revert and they don't have it up...
Trying to do the install right now... thanks, John
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATU
You could just use the session_save_path([string path]); function in your
code?
"Jtjohnston" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am running PHP in a weird configuration - :) - on a CD Rom! Therefore:
>
> 1) - Each time I run my CD ROM server, I
Hi,
You could have a template of php.ini with this content:
[Session]
session.save_path=; argument passed to save_handler
Then read the entire file into a php variable and do a replace on the file before
saving it to the new locatinn.
$php_ini = str_replace("", "E:\\CD\\PHP\\sessiondata",
php-windows Digest 2 Oct 2001 05:18:17 - Issue 784
Topics (messages 9633 through 9642):
Re: copying files...? Nope, uploading
9633 by: Mike Flynn
COM again
9634 by: Jørg V. Bryne
9640 by: Alain Samoun
Re: Trouble with Xitami+PHP+Win
9635 by: Lluís de Yzagui
I am running PHP in a weird configuration - :) - on a CD Rom! Therefore:
1) - Each time I run my CD ROM server, I need my setup executable to
reconfigure a copy of php.ini and copy it to the windows directory and
reconfigure.
[Session]
session.save_path= E:\CD\PHP\sessiondata; argu
at most... if you look at the generated HTM file, all you'll see are the
html tags and a number between the and tags...
Burak Delice wrote:
>
> hi
> I tried a php code below:
>
>
>
>
>Title here!
>
>
>
> // Full sys path to count.txt
> $counter_file = "c:\count.txt";
>
> // P
> I'm having some trouble getting around with COM objects. Is there any way
> that one can list the methods/properties of an instanciated COM object?
Read the doc if available.
>
> Also. I'm having trouble getting an ASP-script to work, so maybe someone
> could help me translate? I've been starin
http://php.weblogs.com/php_asp_7_reasons
Alain
On Mon, Oct 01, 2001 at 09:33:54AM +0100, raj wrote:
> hi there
>
> I've been told that php outperforms asp. is this true if yes why ?
>
> kind regards
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAI
Folks,
I am relatively new to PHP & MySQL. I took on a side project some months
ago which I now realize is over my head. The project is a real estate
catalog. I adapted the catalog system from Welling and Thomson's "PHP &
MySQL Web Development" from SAMS.
I really need to wrap this project up
Hi,
I read an email saying that we can create connection or recordset object in
PHP using OLEDB just like what we did in ASP, but i forgot the way to do
it, anyone can enlighten me?
Thanks
Regards,
Wayne
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECT
> hi there
>
> I've been told that php outperforms asp. is this true if yes why ?
>
> kind regards
>
Read here for more information :-)
http://www.zend.com/why-php.php
http://www.zend.com/aboutphp.php
PHP vs ASP etc:
http://www.zdnet.com/eweek/stories/general/0,11011,2646051,00.html
(outdate
Arron Edwards wrote:
> Where did you install php?
> and did you use the installer?
> and what OS?
I installed php in d:\php using the installer (it asked about the server, and
I choosed Xitami).
The installer modified the xitami CFG file adding to it the FILTER:
.php=D:\PHP\php.exe
The s
I'm having some trouble getting around with COM objects. Is there any way
that one can list the methods/properties of an instanciated COM object?
Also. I'm having trouble getting an ASP-script to work, so maybe someone
could help me translate? I've been staring at it for so long that I don't
see
You don't "copy" files from a user's PC through the web. The web doesn't allow the
"copying" of files. What you can do, if the user's browser supports it, is support
file UPLOADS through the form. PHP has robust support for this and I've used it just
fine for a whole bunch of different stuff
php-windows Digest 1 Oct 2001 13:02:29 - Issue 783
Topics (messages 9628 through 9632):
Re: Using COM
9628 by: David Broker
Re: mysql_fetch_array() doesn't work
9629 by: Justin Blake
php vs asp
9630 by: raj
copying files...?
9631 by: Andrew.Martin
Here's what I use. It is for multiple files. It has some bugs (for
instance, if it errors out it still reports success) so if you fix them, I'd
appreciate you sending me the fix. I rename the files as they come in with
this script in case you're confused by the rename
Directory names have
I want to copy a file from a users PC (via a form) to a specific folder on
the webserver and store the file name in the Database.
I have tried to use the copy($string, $path) function but I keep getting
errors.
Does anyone know a simplat solution for this? Do I have to copy the contents
of the f
18 matches
Mail list logo