[PHP-WIN] RE: [PHP-DB] Resolution detect and redirect

2001-02-28 Thread Ben Cairns
if (screen.width==640) { Your Redirect Here} if (screen.width==800) { Your Redirect Here } if (screen.width==1024) { Your Redirect Here } Hope this is what you need -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 346010 E-Mail: [EMAIL PROTECTED] Web: http

Re: [PHP-WIN] Install Help: Win98/PWS

2001-02-28 Thread Karl Phillipson
You might also want to look and see if you have enabled execute permissions for your root web directory within the PWS console. Karl Ignatius Teo wrote: > Have you edited the registry merge file that comes with the distro and merged that >into your registry? > > Ignatius > > > -Origina

php-windows Digest 28 Feb 2001 09:48:07 -0000 Issue 466

2001-02-28 Thread php-windows-digest-help
php-windows Digest 28 Feb 2001 09:48:07 - Issue 466 Topics (messages 5742 through 5748): Re: Install Help: Win98/PWS 5742 by: Ignatius Teo 5748 by: Karl Phillipson Newbie question 5743 by: Ernesto 5744 by: Gonzalo Vera Re:[PHP-WIN] HTTP Header REFERER

Re: [PHP-WIN] RE: [PHP-DB] Resolution detect and redirect

2001-02-28 Thread Tom Mathews
I seem to have missed the question on this one, but my guess from the answer is that you are trying to open a different page based on the screen resolution, presumably so that you can resize the graphics and text accordingly. This method will take a lot of extra development time - you have to wri

[PHP-WIN] Re: [PHP] Revised [PHP] COM and PHP

2001-02-28 Thread Daniel Tryba
On Mon, Feb 05, 2001 at 03:05:24PM -0500, Conover, Ryan wrote: > I have been trying the following example from the PHP developer's cookbook > and it keeps giving me the following error. > > Parse error: parse error in c:\Inetpub\wwwroot/temp.php on line 5 > $excel_handle = new COM("excel.applica

[PHP-WIN] is there a way to access an Access database on NT without adding an entry in System DNS

2001-02-28 Thread Catalin Dragu
Hi, I would like to ask if you know a way to send queries to an MS Access database without to have to add the database in the system DNS under ODBC configuration. I would like to know if there are functions (like in ASP) where you can pass the path to the database instead of the name of the data

[PHP-WIN] TCP/IP option not available!

2001-02-28 Thread David Elliott
Greetings All, I am using PHP 4.0.5-dev on NT5 Machine with IIS5 I want to pipe the errors thought a TCP/IP port. I use the piece of code I get the error code ==8<= Warning: TCP/IP option not available! in D:\Data\Work\wwwroo

[PHP-WIN] seeing if an insert is successful in MSSQL

2001-02-28 Thread Hugo Alexandre A. S. Dias
I'm having problems with MSSQL, cause i can't get a value from the insert, update and delete just to check it everything went well. Does anyone knows any solution to get some kind of error message, or anything just to see if there were any kind of error in my query? Thank you --

[PHP-WIN] Connecting to remote databases

2001-02-28 Thread Daniel Furse
Hi everyone, I'm trying to connect an Access database that is not on the same server as the web server. All the servers are Windows NT 4, the web server is IIS4, and I'm using PHP4. Whenever I try to query the database, it returns: Warning: SQL error: [Microsoft][ODBC Microsoft Access 97

[PHP-WIN] Question on using an array

2001-02-28 Thread Asendorf, John
I have an array which looks something like this: $arr_links = array('is/' => 'Information Systems' ,'hr/' => 'Human Resources' ,'planning/' => 'Planning Commission' ,'boe/' => 'Board of Elections' ,'vsc/' => 'Veterans\' C

Re: [PHP-WIN] Connecting to remote databases

2001-02-28 Thread Catalin Dragu
Hi, Unfortunately I do not know how to solve your problem. I have a problem about connecting to an Access database on NT with php 4 and I wonder if you can help me. Here is my problem: I would like to ask if you know a way to send queries to an MS Access database without to have to add the data

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

2001-02-28 Thread Gonzalo Vera
You could try accesing by value number, instead of using value index name. Anyway, I fear that what you're doing is quite illegal, and what is really happening is that when you assign the first 'links.php', it is overwritten by the second assignment, which is in turn overwritten by the third. Try

[PHP-WIN] Load URL & open new window

2001-02-28 Thread Mad
Hi there, Please help me with loading an URL by using PHP 4, on the same window. Regards -- 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]

Re: [PHP-WIN] is there a way to access an Access database on NT without adding an entry in System DNS

2001-02-28 Thread Alain Samoun
Among other articles, look at the two ODBC articles: http://www.phpbuilder.com/columns/ Alain On Wed, Feb 28, 2001 at 01:34:48PM +0200, Catalin Dragu wrote: > Hi, > > I would like to ask if you know a way to send queries to an MS Access > database without to have to add the database in the syst

Re: [PHP-WIN] Connecting to remote databases

2001-02-28 Thread Alain Samoun
Among other articles, look at the two ODBC articles: http://www.phpbuilder.com/columns/ Alain On Wed, Feb 28, 2001 at 02:51:50PM -, Daniel Furse wrote: > Hi everyone, > > I'm trying to connect an Access database that is not on the same server as > the web server. All the servers are Windows

Re: [PHP-WIN] Here... another newbie question

2001-02-28 Thread Phillip Bow
You need to get Mark Bracewell's isapi(pseudo-wsapi) dll. It can be found from http://wgg.com/files/PHP-WSPro/php4isapiwsp.dll . In server properties you will need to set up mappings for .php -> the spiffy dll .php -> wwwserver/isapi I believe php4win.de is going to include this in their next re

[PHP-WIN] problems with xmldom functions

2001-02-28 Thread Roberto Ortelli
hi is it normal that xml dom functions in php doesn't work in the last release of php (excepr the xmltreefunction). bob

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

2001-02-28 Thread Ignatius Teo
John, OK, I won't tell you but I think you've already realised that you probably will have to anyway. :-) Wouldn't it be easier (not to mention extensible) to put this in a database? Or r u just testing? Ignatius > -Original Message- > From: Asendorf, John [mailto:[EMAIL

php-windows Digest 28 Feb 2001 22:48:57 -0000 Issue 467

2001-02-28 Thread php-windows-digest-help
php-windows Digest 28 Feb 2001 22:48:57 - Issue 467 Topics (messages 5749 through 5764): Re: [PHP-DB] Resolution detect and redirect 5749 by: Tom Mathews Re: [PHP] Revised [PHP] COM and PHP 5750 by: Daniel Tryba 5759 by: Alain Samoun is there a way to access an Acc

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

2001-02-28 Thread Ernest E Vogelsinger
At 16:55 28.02.2001, Asendorf, John said: [snip] >I just added the last three entries on the array which all have the same key >(could be my obvious problem...) My problem is that the while loop only hits >the LAST of the three 'links.php' entry... > >Any su

[PHP-WIN] Problem enabling extensions

2001-02-28 Thread Alan Hale
I'm using Omnihttpd Pro personal web server running on Windows ME, and with PHP 4 bundled with the server. When I try to enable dlls by uncommenting lines in php.ini (e.g. ;extension=php_gd.dll) the browser becomes unable to load pages from the server, takes a long time trying and then gives up wi

Re: [PHP-WIN] Re: [PHP] Revised [PHP] COM and PHP

2001-02-28 Thread Alain Samoun
Among other articles, look at the COM functions in PHP4 article: http://www.phpbuilder.com/columns/ Alain On Wed, Feb 28, 2001 at 11:35:15AM +0100, Daniel Tryba wrote: > On Mon, Feb 05, 2001 at 03:05:24PM -0500, Conover, Ryan wrote: > > I have been trying the following example from the PHP devel