php-windows Digest 2 Mar 2001 02:16:41 -0000 Issue 469

2001-03-01 Thread php-windows-digest-help
php-windows Digest 2 Mar 2001 02:16:41 - Issue 469 Topics (messages 5768 through 5784): Re: Question on using an array 5768 by: Asendorf, John 5770 by: Asendorf, John pg_cmdtuples support help needed from the gurus. 5769 by: Jess Perez Connecting to access or SQL s

[PHP-WIN] Web Servers

2001-03-01 Thread Jim Ray
I am new with PHP and I have a question about Web Servers. I am running Windows ME and PWS is not supported. Will PHP run under Apache for windows? Also, does anyone know will Windows MySQL run under Apache for windows as well? Thank you for the help. Jim Ray -- PHP Windows Mailing List (ht

Re: RE: [PHP-WIN] mssql and odbc functions

2001-03-01 Thread Frank M. Kromann
If you are using PHP as an ISAPI module, you need to restart the web service after making changes to php.ini. The file is only read on startup. php_mssql70.dll can be in \winnt\system32 or in yoy php directory (c:\php4). It is important that your extension_dir in php.ini points to the right pla

RE: [PHP-WIN] mssql and odbc functions

2001-03-01 Thread Martin Rokicki
Here is what the windows extensions of my php.ini looks like: ;Windows Extensions ;extension=php_mysql.dll ;extension=php_nsmail.dll ;extension=php_calendar.dll ;extension=php_dbase.dll ;extension=php_filepro.dll ;extension=php_gd.dll ;extension=php_dbm.dll extension=php_mssql70.dll ;extension=ph

RE: [PHP-WIN] Question on using an array - And after all that...

2001-03-01 Thread Asendorf, John
And after all was said and done... I chickened out and did the following: 1) created a PHP page that would accept the site addresses and put them in a "click here" link and an auto-refresh javascript... 2) add the areas to the array like so: ,'outsite.php?site=http://www.lick

RE: [PHP-WIN] mssql and odbc functions

2001-03-01 Thread Michael Rudel
Hey Martin, First Problem (mssql): you don't have the mssql-extension running. Check it out in the php.ini and remove the ; before the appropriate line. Second Problem (odbc): I've never worked with mssql2k, but here a silly question that *might* be the problem: the system-dsn entry, is it set o

[PHP-WIN] mssql and odbc functions

2001-03-01 Thread Martin Rokicki
Hi All, Thanks for the advice on database connectivity. I've tried connecting to the mssql server (which is running 2000 not 6.5 as I had thought) with the mssql_connect function as well as the odbc_connect function. When I run the mssql connect I use this code: MSSQL_CONNECT($host,$user,$

RE: [PHP-WIN] RE: Connecting to remote databases

2001-03-01 Thread Daniel Furse
Thank you! Now it works! This problem first popped up over six months ago, and I've been working round it since then. Many thanks, Dan -Original Message- From: Mayo, Bill [mailto:[EMAIL PROTECTED]] Sent: 01 March 2001 16:10 To: 'Daniel Furse'; PHP Windows List (E-mail) Subject: [PHP-WI

[PHP-WIN] RE: Connecting to remote databases

2001-03-01 Thread Mayo, Bill
I had this exact problem and it took me days of beating my head against the wall to find the solution. First, you do want to make sure that the Access security permissions are correct on the database. For example, "Admin" typically needs to be the owner; it can sometimes get corrupted, causing a

Re: [PHP-WIN] Win2k & php

2001-03-01 Thread Andrian Pervazov
You can also setup your websites with the IIS that comes with Winows 2000. Go to Control Panel, Administrative Tools. Internet Services Manager. You can change the directory for the default website, set up new websites, configure them etc. - it might do the job you need. Andrian Andreas Lange wr

RE: [PHP-WIN] Win2k & php

2001-03-01 Thread Andreas Lange
> -Original Message- > From: Wolfgang Schneider [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 01, 2001 3:13 PM > To: php-windows > Subject: [PHP-WIN] Win2k & php > > > Hi everyone, > > I am new to this list ... and new to a few other things relating to > what I would like to ask about

Re: [PHP-WIN] Connecting to access or SQL server

2001-03-01 Thread Andrian Pervazov
I believe connecting to SQL Server directly is better. Access cannot handle well concurrent users. Using the native SQL Server functions instead of ODBC should be (at least theoretically) faster as well. Andrian Martin Rokicki wrote: > > Hi All, > I've got PHP running on an NT box with

[PHP-WIN] Win2k & php

2001-03-01 Thread Wolfgang Schneider
Hi everyone, I am new to this list ... and new to a few other things relating to what I would like to ask about ... :) At times, I would like to test some websites which I have developed with php, and currently I have a PC with Win98 and xitami webserver and php3 running, and everything is fine

RE: [PHP-WIN] Connecting to access or SQL server

2001-03-01 Thread Michael Rudel
Hi Martin, I think its faster to connect directly to the SQL-Server. If you use ODBC, then the Sourcecode is equal for Access and MS-SQL-Server. Hope this helps. Greetinx, Michael Rudel - Web-Development, Systemadministration - ___ S

[PHP-WIN] Connecting to access or SQL server

2001-03-01 Thread Martin Rokicki
Hi All, I've got PHP running on an NT box with IIS 4.0. I also have an SQL server 6.5 running on another box. Here is my question. I need to make data reports based on a database located on the SQL server. There is an access database that points to this SQL server through linked tables. Wh

RE: [PHP-WIN] Question on using an array

2001-03-01 Thread Asendorf, John
I used Michael's suggestion and came up with something that 'almost' works... I totally forgot an important part... the links were being alphabetized. (I snipped out a bunch of stuff here... so it's easier to see the meat...) You can see the result at http://www.lcounty.com/is/website/revision

[PHP-WIN] pg_cmdtuples support help needed from the gurus.

2001-03-01 Thread Jess Perez
Is there anyone here who can tell me where I can get the pgsql.c module for PHP4 that has the cmdtuples support compiled in so that when it is called from PHPlib it does not give the following error message. Warning: This compilation does not support pg_cmdtuples() in ../phplib/php/db_pgsql.inc o

RE: [PHP-WIN] Question on using an array

2001-03-01 Thread Asendorf, John
I kind of snipped that out of the sample... sorry... was trying to make the sample as easy to read as possible... - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aut insa

php-windows Digest 1 Mar 2001 13:22:59 -0000 Issue 468

2001-03-01 Thread php-windows-digest-help
php-windows Digest 1 Mar 2001 13:22:59 - Issue 468 Topics (messages 5765 through 5767): Re: Question on using an array 5765 by: Ernest E Vogelsinger 5767 by: Asendorf, John Problem enabling extensions 5766 by: Alan Hale Administrivia: To subscribe to the digest, e

RE: [PHP-WIN] Question on using an array

2001-03-01 Thread Asendorf, John
I don't think that it would. But I'm not really certain on that. I would think that (for as little as our sidebar links change (and need to change for that matter)) it would be more server-intensive to hit a database than to hit an array saved in the include... Anyone know otherwise? I created