php-windows Digest 16 Apr 2004 00:22:22 -0000 Issue 2210

2004-04-15 Thread php-windows-digest-help
php-windows Digest 16 Apr 2004 00:22:22 - Issue 2210 Topics (messages 23448 through 23465): Re: changing permission of files (php+windows) 23448 by: Jattie van der Linde Re: Passing the session question 23449 by: Jattie van der Linde IIS virtual directory problem 2

[PHP-WIN] PHP5 latest CVS win32 snapshot; where is php_interbase.dll ??

2004-04-15 Thread Borut Zagar
Why doesn't latest PHP5 CVS snapshot (http://snaps.php.net/win32/php5-win32-latest.zip) include php_interbase.dll extension? Is there a way to use interbase extension with latest snapshot? Thanx! BZ __ Do you Yahoo!? Yahoo! Tax Center

RE: [PHP-WIN] file upload

2004-04-15 Thread Svensson, B.A.T. (HKG)
Have you check this out: http://nl.php.net/manual/en/features.file-upload.php ? It should get you going -Original Message- From: Anthony Ritter To: [EMAIL PROTECTED] Sent: 2004-04-15 18:26 Subject: [PHP-WIN] file upload [...] $data = addslashes(fread(fopen($_FILES[form_data], "r"), f

[PHP-WIN] Sheel_exec

2004-04-15 Thread Peter Hansen
Hello i need some help with my battlefield livestat i have two website www.flashwebb.se and www.flashwebb.com and the help i need is on the www.flashwebb.com site You can look here http://www.flashwebb.se/bf1942live/vietnam.pl and see it on action so now i have download the php nuke and i wa

[PHP-WIN] file upload

2004-04-15 Thread Anthony Ritter
In the following snippet, which uploads binary files to a mySQL database it works fine when Register Globals are set to ON. . mysql_connect("localhost","root","pass"); mysql_select_db("adatabase"); $data = addslashes(fread(fopen($form_data, "r"), filesize($form_data))); $result=my

[PHP-WIN] Question about PHP on Win2k Advanced Server

2004-04-15 Thread Anthony M. Saffer
Hello Everyone, I'm currently working on an application for a social service agency and I was writing it with a LAMP target. I was informed on yesterday that LAMP will not be the target but rather Win2k Advanced Server. I thought "no problem" since I know that PHP can run on both Linux and Windows

Re: [PHP-WIN] [POSTGRES] reading blob

2004-04-15 Thread Sara Rubis
The more recent postgresSQL. "B.A.T. Svensson" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Is this the stone age old postgres DBMS or are > we talking about the more recent postgresSQL? > > -Original Message- > From: Sara Rubis > To: [EMAIL PROTECTED] > Sent: 2004

[PHP-WIN] Trying to get the current folder / path

2004-04-15 Thread Jim MacDiarmid
I know this should be a simple task, but why does it seem so convoluted in trying to get the current folder I'm in. I want to be able to get the base folder such as: /docroot/subfolder/ - or - http://serverhostname/subfolder/ Not sure what the appropriate way is to do this. Thanks, Jim --

RE: [PHP-WIN] Received time with mail()

2004-04-15 Thread BrokenClock
Time zones are the same on the Web Server, on the Mail Server and on my PC. Any idears? -Message d'origine- De : Nunners [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 avril 2004 15:16 À : 'Stéphane Mourey'; '[EMAIL PROTECTED] Php. Net' Objet : RE: [PHP-WIN] Received time with mail() Try ch

RE: [PHP-WIN] Received time with mail()

2004-04-15 Thread Nunners
Try checking the Timezone of both your server, and the PC. This can sometimes have some quite bizarre effects > -Original Message- > From: Stéphane Mourey [mailto:[EMAIL PROTECTED] > Sent: 15 April 2004 14:06 > To: [EMAIL PROTECTED] Php. Net > Subject: [PHP-WIN] Received time with mai

[PHP-WIN] Received time with mail()

2004-04-15 Thread Stéphane Mourey
Hi all, I have a strange issue. I use the mail function in a script. Everything goes right, except one thing : the time of reception print by may mail client is incorrect, as if the bi-annual european time change was not integrate. But the server time is correct. Can anybody help me to resolve thi

Re: [PHP-WIN] Mail Function Problem

2004-04-15 Thread Luis Moreira
M. Imran Khan wrote: When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me

[PHP-WIN] Mail Function Problem

2004-04-15 Thread M. Imran Khan
When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me regarding this. Th

[PHP-WIN] read it immediately

2004-04-15 Thread ssb
I have your password! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN]

2004-04-15 Thread Uwe Thiede
i've tried differend configurations of php and iis/apache and all of them failed to handle the "xml processor instuctions" inside my html pages. example: PHP-Test Down there must be some PHP-Informations so the phpinfo() did'nt print out any result. only pages with fooba.php are hand

[PHP-WIN] Cannot open Browscap.ini on Windows 2003 server

2004-04-15 Thread Gregg Mercede
Hi, When trying to exe a PHP file from a browser, the browser waits, and the Win2003 server displays a windows message Cannot open Browscap.ini with the correct path. As soon as I click OK on this message the browser immediately displays a 404 error. Please help.

[PHP-WIN] IIS virtual directory problem

2004-04-15 Thread Tumurbaatar S.
My WinXP IIS configured to use CGI version of PHP5 (php-cgi.exe). When a script file located under /inetpub/wwwroot/..., i.e. absolute location, the PHP runs well. But when I use Virtual directory in IIS, i.e. the script file is not located under /inetpub/wwwroot/, the IIS returns 404 File not foun

[PHP-WIN] RE: Passing the session question

2004-04-15 Thread Jattie van der Linde
should'nt it be "echo $SID" ? -Original Message- From: Jim MacDiarmid [mailto:[EMAIL PROTECTED] Sent: 14 April 2004 19:09 To: [EMAIL PROTECTED] Subject: Passing the session question Why is it that the following scenerio will pass the session id /* SessionStart.php */ /* Page1.php

[PHP-WIN] RE: changing permission of files (php+windows)

2004-04-15 Thread Jattie van der Linde
chmod ("/somedir/somefile", 0755); // octal; correct value of mode -Original Message- From: ffox [mailto:[EMAIL PROTECTED] Sent: 14 April 2004 11:12 To: [EMAIL PROTECTED] Subject: changing permission of files (php+windows) Hi, I have a problem. I'm running an Intranet environment in PH

php-windows Digest 15 Apr 2004 09:26:51 -0000 Issue 2209

2004-04-15 Thread php-windows-digest-help
php-windows Digest 15 Apr 2004 09:26:51 - Issue 2209 Topics (messages 23440 through 23447): fsockopen problem with Windows 2003 Server. 23440 by: Alain.Orset changing permission of files (php+windows) 23441 by: ffox REST Tutorial 23442 by: Belinda Valk 23443

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-15 Thread David Felton
Yep that's spot on. -Original Message- From: Phil Driscoll [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 8:52 To: Stan Shaw; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP Site unix to Windows Migration errors On Tuesday 13 April 2004 20:29, Stan Shaw wrote: > Thank you, that eliminated th