[PHP-WIN] Re: Remote PHP files bug?

2002-02-13 Thread Christoph Grottolo
It seems you didn't search the bug database good enough ;-) You'll need php 4.10 to be able to access UNC-Paths (\\server\share) correctly. Before, UNC paths did not work correctly, you had to work with a mapped drive. See also some recent threads in this group for more info on this. Make sure,

[PHP-WIN] Re: mail() on windows - problem

2002-02-13 Thread Christoph Grottolo
Hi Maybe you should test your php-installation by running a script containing only In the output you'll see if your php.ini file is parsed correctly. Watch out for php.ini location an the SMTP value. Christoph "George Pitcher" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 008201c1b470$41373b00$

[PHP-WIN] Frontpage 2000 and PHP

2002-02-13 Thread Laurence Smith
I would like to include PHP functionality in FrontPage but when I rename the file to either ".php" or ".phtml" I lose the FrontPage features. If I name the files ".htm" or ".html" I get the FrontPage functionality but lose PHP. Is these a way I can get both? This may be an obvious thing for som

[PHP-WIN] Classes

2002-02-13 Thread Brian Feliciano
i've seen a code like this... --- $conn = DB::Connect($connstr); $conn->query($sql); --- i think this is from PEAR's DB abstraction layer.. but my problem is, i don't know how to create a class like the 'DB'. I tried to, but i failed. How can i create an instance of a class witho

php-windows Digest 13 Feb 2002 23:53:36 -0000 Issue 1000

2002-02-13 Thread php-windows-digest-help
php-windows Digest 13 Feb 2002 23:53:36 - Issue 1000 Topics (messages 12052 through 12070): Re: Searching MS Word Docs (ERRATA) 12052 by: Svensson, B.A.T. (HKG) Re: Searching MS Word Docs 12053 by: DL Neil 12054 by: Svensson, B.A.T. (HKG) 12057 by: DL Neil

Re: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Frank M. Kromann
Hi Todd, If you are using the ISAPI version you need to restart the web server in order to use the mssql_extension. If you are using CGI and getting undefined function for mssql_connect, you might have more than one php.ini file on your system ? You also need to install the client libraries f

Re: [PHP-WIN] Loading DLL Extension

2002-02-13 Thread Shane Caraveo
You're mixing two versions of PHP which happen to be incompatible in the extension API itself. Be sure your ini file points to the correct extension directory. - Original Message - From: "Zach Curtis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 3:15 PM

[PHP-WIN] Loading DLL Extension

2002-02-13 Thread Zach Curtis
I can't seem to be able to load any of the DLL extensions included with PHP. For example when I try to load the pdf extension using: dl("php_zlib.dll");or displaying phpinfo() I get this message in a warning window: pdf: Unable to initialize module Module compiled with debug=o, thread-safet

[PHP-WIN] Re: Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Todd WIlliamsen
Geez.. I cannot get this to work! odbc doesn't work either... *sigh* I guess its back to mysql! "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do a search for the php_mssql.dll for SQL Server 7. Verify that dll will > work with SQL Server 7.

[PHP-WIN] Re: Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Nicole Amashta
and finally, the possible motherload of php files to download: http://www.go.dlr.de/fresh/pc/src/www/.warix/php-4.0.6-Win32.zip.html *I have not verified that these files are downlaodable and/or work. You're on your own there. "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTE

[PHP-WIN] Re: Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Nicole Amashta
and more info: http://www.faqts.com/knowledge_base/index.phtml/fid/123 "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do a search for the php_mssql.dll for SQL Server 7. Verify that dll will > work with SQL Server 7.0 > > But you should be a

[PHP-WIN] Re: Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Nicole Amashta
http://www.ru.php.net/manual/hu/ref.mssql.php *here is some info that is semi-useful. "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do a search for the php_mssql.dll for SQL Server 7. Verify that dll will > work with SQL Server 7.0 > > Bu

[PHP-WIN] Re: Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Nicole Amashta
Do a search for the php_mssql.dll for SQL Server 7. Verify that dll will work with SQL Server 7.0 But you should be able to find that dll on the web somewhere. just do a search for it. I'll see if i can find it too. Nicole Amashta www.aeontrek.com "Todd Williamsen" <[EMAIL PROTECTED]> wrote in

[PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-13 Thread Todd WIlliamsen
Ok, I followed the instructions very closely, to what vague instruction there are. I umcommented out the .dll files and I get undefined variable for mssql_connect() Now there is barely any documentation on this and the tech support has gotten me ZERO results, I am hoping since this is a WINDOWS

[PHP-WIN] search engine

2002-02-13 Thread Sandeep Murphy
hi all, not sure whether this is the right forum to ask this question.. wud however appreciate if anyone can guide me to the right place! am trying to build a search engine and need some help on building an SQL query.. like I hv about 10 fields in a form and the search engine query should dig ou

[PHP-WIN] Re: htaccess password encryption

2002-02-13 Thread Christian Blichmann
"Martin.Andrew" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does anyone know how to encrypt a password for use in htaccess? > I'm not sure, but you may try to use the crypt()-function (see the docs), since it implements the standard Unix DES-based algorith

[PHP-WIN] Re: IP address reference

2002-02-13 Thread Christian Blichmann
Hi there! I am using this code to get the users IP, it also allows you to retrieve the IP of AOL users. Btw, the @ before $_SERVER["HTTP_X_FORWARD_FOR"] prevents an error message, if the user is not using AOL... Oh, I almost forgot: The $ip variable is an integer (I did this for efficiently storin

Re: [PHP-WIN] reading from an excel file..

2002-02-13 Thread alain
You can have a look at this class: http://phpclasses.upperdesign.com/browse.html?package=86 A+ Alain On Thu, Feb 14, 2002 at 04:35:02AM +0800, Brian Feliciano wrote: > how can i read data from an excel file?? > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, vis

Re: [PHP-WIN] Re: Searching MS Word Docs

2002-02-13 Thread DL Neil
Dear Anders, > So the implication of this is that php cant (be trusted to) handled binary > files properly under windows? =In a way, yes - but not limited to, or the fault of PHP! Because Windows has these two methods to 'delimit' a file, programs need to know which one to use. =However, it is

Re: [PHP-WIN] Re: Form submit action type.

2002-02-13 Thread Mike Flynn
At 09:17 PM 2/12/2002 -0800, you wrote: >What server side script should I use, I was visiting hotscripts and they >don't really have anything that will work for me. You don't really need a script. Just use a PHP file as the form action, and in the PHP file create an e-mail with all the form inf

[PHP-WIN] blob

2002-02-13 Thread Sichta Daniel
Hi, cfg: w2k, Apache 1.3, php4.11, Mysql 3-23-40-max-nt I'm using following code to insert images (gif, jpg) into table. Everything worked fine until I switch to php4.11. Now this code is inserting only image header or something similar. BTW: pct_data is longblob !!! Thank you for any help !! Dan

RE: [PHP-WIN] Re: Searching MS Word Docs

2002-02-13 Thread Svensson, B.A.T. (HKG)
Dear Niel, So the implication of this is that php cant (be trusted to) handled binary files properly under windows? While once step debugging with VC++ to see what fgets() returns as EOF. I found it to be equal to -1. I don't remember if this was in binary or text mode, but I think it was binary

Re: [PHP-WIN] Re: Searching MS Word Docs

2002-02-13 Thread DL Neil
Sorry B.A.T, Alain's quote is taken directly from http://www.php.net/manual/en/function.fopen.php Using/not "b" does make a difference under Windows - haven't tested it under *nix! The 'end' of a Windows file can be defined in two ways: an ASCII file ends with CTRL+Z, a 'binary' file ends wher

RE: [PHP-WIN] Re: Searching MS Word Docs (ERRATA)

2002-02-13 Thread Svensson, B.A.T. (HKG)
ERRATA: >neither CC, cc, gcc or g++ does in this behavior. Should be: neither CC, cc, gcc or g++ does inherent this behavior. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 13 Feb 2002 11:47:52 -0000 Issue 999

2002-02-13 Thread php-windows-digest-help
php-windows Digest 13 Feb 2002 11:47:52 - Issue 999 Topics (messages 12042 through 12051): Remote PHP files bug? 12042 by: Thomas Davis Re: Form submit action type. 12043 by: Mike 12044 by: James Mclean reading from an excel file.. 12045 by: Brian Feliciano

RE: [PHP-WIN] Re: Searching MS Word Docs

2002-02-13 Thread Svensson, B.A.T. (HKG)
From: alain >From the manual - Last thing to read ;) >"Note: The mode may contain the letter 'b'. This is useful only on systems >which differentiate between binary and text files (i.e. Windows. It's >useless on Unix). If not needed, this will be ignored. " If UNIX system doesn't difference betw

Re: [PHP-WIN] reading from an excel file..

2002-02-13 Thread Piotr Pluciennik
Hi, on Win platform easiest way is to use COM - read more about it in Alain article: http://www.phpbuilder.com/columns/alain20001003.php3 HTH Piotr --- Brian Feliciano <[EMAIL PROTECTED]> wrote: > how can i read data from an excel file?? > > > > > -- > PHP Windows Mailing List (http://ww

[PHP-WIN] mail() on windows - problem

2002-02-13 Thread George Pitcher
Hi all, Doing a little testing in advance of doing the scripting next week, I thought I'd try the mail() function. In php.ini, I have filled in the details of my SMTP server (University service) and the return address and I can't see anything else to configure. A simple script, called as a web

[PHP-WIN] URL Encryption

2002-02-13 Thread GreatKent
Dear all, I wonder if it is possible to use PHP4 to encrypt my URL? -- ftp://ftp.GreatKent.com/ http://www.GreatKent.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php