RE: [PHP-WIN] RE: PHP INSTALL FILES

2002-01-31 Thread Oliver Cronk
Hmmm ok, I'll have a think about this one and get back to you I could still do with some clarification however: Explain exactly what the problem is again so I understand a bit better - at the moment I think either: A. you can't see the results of scripts unless you are running them locally (via t

[PHP-WIN] RE: PHP INSTALL FILES

2002-01-31 Thread Oliver Cronk
Could be then that the scripts need their permission's changing (as you created the scripts you own the scripts) right click on them in explorer and choose properties, then have a look at the permissions tab, you are going to want to give everyone access to execute them I believe. Alternatively i

[PHP-WIN] Re: PHP INSTALL FILES

2002-01-31 Thread Oliver Cronk
Not 100% sure what you mean! It could be that IIS is configured to use Integrated Security (i.e. server / domain usernames and passwords are required to gain access) if this is the case then go into IIS MMC and change the options for the web site (eg allow anonymous access) Hope that helps - if

php-windows Digest 1 Feb 2002 04:35:20 -0000 Issue 979

2002-01-31 Thread php-windows-digest-help
php-windows Digest 1 Feb 2002 04:35:20 - Issue 979 Topics (messages 11741 through 11761): Re: creating a php extension 11741 by: Craig Morrison Native connection MS SQL2000 11742 by: Sebastian Broekhoven 11747 by: Paco Ortiz 11755 by: Shrock, Court Re: When

[PHP-WIN] Re: IIS equivalent to Apache's .htaccess files

2002-01-31 Thread Manuel Lemos
Hello, Theodore Brinkman wrote: > > Sorry, I should have been clearer. Strictly speaking this is an IIS > question, not a PHP question, but I don't know where else to ask. > > We're using IIS, and the team lead has settled on windows domain > authentication for 'logging into' the system. This

[PHP-WIN] UNC path as a link

2002-01-31 Thread Nicole Amashta
Hello. Anyone familiar with making a unc path linkable on a webpage? I want to be able to create links to directories over the network using UNC paths. I am generating the paths dynamically. Win2k / Apache / PHP 4 Here is an example of what I've got so far: require("incs/FileSystem.inc"); requ

RE: [PHP-WIN] Com

2002-01-31 Thread Shrock, Court
Joe, here is a link that will help in learning how to do COM (an excel example included): http://phpbuilder.com/columns/alain20001003.php3 > -Original Message- > From: Mainolfi, Joe [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 11:22 AM > To: 'PHP-WIN' > Subject: [PHP-WI

[PHP-WIN] Com

2002-01-31 Thread Mainolfi, Joe
is anyone out there familiar with COM built into Php? This is my code: $sheet = Range("B6:B9")->Select; $sheet->Selection->Borders(xlEdgeBottom); $sheet->Selection->LineStyle = 9; //xlContinuous $sheet->Selection->Weight = 2; //xlThin I get an error everytime I use the Range method and some othe

[PHP-WIN] PHP INSTALL FILES

2002-01-31 Thread Josh Seward
I have setup php on IIS. The site host machine is different from the machine running php, mysql. I have setup provisions on all folders and files I think are needed. php.exe (Folder) php.ini php4ts.dll Is there something I am leaving out or forgetting? I cannot access php files without enterin

RE: [PHP-WIN] response.expire

2002-01-31 Thread Shrock, Court
yes, but you do it by sending the appropriate http header using the header function. check out http://www.php.net/manual/en/function.header.php. The examples show you how to do it. > -Original Message- > Subject: [PHP-WIN] response.expire > > > is there something like response.expire

RE: [PHP-WIN] Native connection MS SQL2000

2002-01-31 Thread Shrock, Court
You can even do it on a unix platform using freeTDS (http://freetds.org), just compile php --with-sybase=/freetds/base/install/dir and make sure you set the TDS version depending on your mssql server version. > -Original Message- > From: Paco Ortiz [mailto:[EMAIL PROTECTED]] > Sent: Thurs

[PHP-WIN] Re:[PHP-WIN] need help with configuration

2002-01-31 Thread Michel Laine
First of all i have some questions you must answer so we know how to help you: Which operating system do you use? Which version of PHP are you using? Do you use any special preconfigured installer kit or just the plain PHP from PHP.net? Which webserver do you use? To be able to run PHP you need a

Re: [PHP-WIN] Re: Is ISAPI stable ?

2002-01-31 Thread Angie Tollerson
Well, personally I knew what the difference between a fatal error and a bug warning was. My question was not as much for my own help with terminology as much as I was concerned that the original poster of the thread was improperly using the term error and bug interchangeably as if they were the s

[PHP-WIN] Re:[PHP-WIN] Opening a MySQL db

2002-01-31 Thread Michel Laine
The mysql database is by default stored on the computer that run the mysql service If you have a local installation of mysql on your computer it would store the database on your computer. "I was wondering why I can connect to the server" Which server is this? the database or the webserver? or is

Re: [PHP-WIN] Re: Is ISAPI stable ?

2002-01-31 Thread John Lim
I think Angie wants to know what type of bugs cause problems in the PHP error handler. He's obviously smart enough to understand what a bug is :-) Bye, John Ashraf Al Shafaki <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > bugs are bugs and will always remain

Re: [PHP-WIN] Re: Is ISAPI stable ?

2002-01-31 Thread John Lim
See http://bugs.php.net/bug.php?id=14886 Angie Tollerson <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there. When you say "bugs", what do you mean? When I have bugs in my > code, it doesn't run, period. But if you mean "warnings" ? which will > let you

[PHP-WIN] need help with configuration

2002-01-31 Thread Bram Somers
hello all, I'm new with php, can somebody tell me how to install php, I installed php but it doesn't work! Can somebody help me? Thanks Bram Somers

[PHP-WIN] Opening a MySQL db

2002-01-31 Thread Monty Warhawk
I was wondering why I can connect to the server, but not to a database. When I type in the name of it, it cannot find it. I use the templet from the php site, and a bunch of others, which all do the same thing, but I just cannot open any of them up. If the user of the account is "abc" and yo

Re: [PHP-WIN] Native connection MS SQL2000

2002-01-31 Thread Paco Ortiz
Hi, 1/31/02 2:42:44 PM, "Sebastian Broekhoven" <[EMAIL PROTECTED]> escribió: >Hi There, > >At the moment when we connect to a MS SQL 2000 server we use ODBC connections. > >BUT... we want to make native connections with the MS SQL 2000 server. >Is that possible? yes!. Enable php_mssql.dll exten

[PHP-WIN] Re: Apache/PHP

2002-01-31 Thread Nicole Amashta
If you are running apache on winNT or 2k, you should be able to intall apache as a service (if you haven't already). But, even still, when I stop and restart apache, I never have this problem you mention such that my scripts stop working. If you figure it out, let me know for future reference. T

[PHP-WIN] response.expire

2002-01-31 Thread Jos van der Vleuten
is there something like response.expire (asp) in PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] RE: IIS equivalent to Apache's .htaccess files

2002-01-31 Thread Brinkman, Theodore
Sorry, I should have been clearer. Strictly speaking this is an IIS question, not a PHP question, but I don't know where else to ask. We're using IIS, and the team lead has settled on windows domain authentication for 'logging into' the system. This means that only IE can be used unless I can f

Re: [PHP-WIN] Re: When typing "localhost\.." the computer wants to connect to internet.

2002-01-31 Thread Tim Lüdemann
Hey Alek, tried your suggestions but no positive result! Thanks Tim Alek Andreev <[EMAIL PROTECTED]> schrieb in im Newsbeitrag: 000601c1aa4f$6cd7e0f0$[EMAIL PROTECTED] Best solutions is to use http://127.0.0.1/ instead. Or try http:/// Regards, Alek Andreev [EMAIL PROTECTED] -Original

[PHP-WIN] Native connection MS SQL2000

2002-01-31 Thread Sebastian Broekhoven
Hi There, At the moment when we connect to a MS SQL 2000 server we use ODBC connections. BUT... we want to make native connections with the MS SQL 2000 server. Is that possible? Greetings, Sebastian -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP-WIN] creating a php extension

2002-01-31 Thread Craig Morrison
Petr Krebs wrote: > > maybe it's a stupid question, but can anybody tell me where to get some > information about writing win32 php extension DLL? i've been searching > through the official web pages but i haven't manage to get anything. First thing you need to do is go here: http://www.php.

php-windows Digest 31 Jan 2002 12:04:29 -0000 Issue 978

2002-01-31 Thread php-windows-digest-help
php-windows Digest 31 Jan 2002 12:04:29 - Issue 978 Topics (messages 11729 through 11740): Re: Bcc headers in mail function 11729 by: Bram Somers 11730 by: R'twick Niceorgaw IIS equivalent to Apache's .htaccess files 11731 by: Brinkman, Theodore 11734 by: Ma

RE: [PHP-WIN] Re: When typing "localhost\.." the computer wants to connect to internet.

2002-01-31 Thread Alek Andreev
Best solutions is to use http://127.0.0.1/ instead. Or try http:/// Regards, Alek Andreev [EMAIL PROTECTED] -Original Message- From: Michel Laine [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 11:40 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: When typing "localhost\.."

[PHP-WIN] How to compile a zip module under win32(PHP_ZIP readolny)

2002-01-31 Thread ·²²Ý
Hi, I want to compile a module(php_zip),but have some problem. Olny can run function "zip_open" thanks! fancao -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-

[PHP-WIN] Re: When typing "localhost\.." the computer wants to connect to internet.

2002-01-31 Thread Michel Laine
"Tim LüDemann" wrote: > At first: > I run win 98 on my standalone computer. > I installed Apache 1.3.22 and PHP 4.1.0, edit the files php.ini and > httpd.conf and put them at the right place. I doublechecked the files. > When typing "localhost\index.html.de" the computer wants to connect

[PHP-WIN] Win2k(SP2), Apache1.3.23, PHP4.1.0(CGI) problems

2002-01-31 Thread David
Hi, I have a box setup with the Apache1.3.23(on Win2k as a service), running PHP 4.1.0 as CGI, all's fine. (no errors/warnings/ however something bothers me, after some time, apache just dies (nothing special in apache logs). a "net stop" + "net start" to restart apache will always solve thi