[PHP-WIN] Strange Problem ! help required

2003-03-12 Thread Raheel Hussain
hi i have been using php for 1 year, but i have never face problem like this, when ( by clicking on a link ) the browser navigates to "register.php" page, it displays correctly , but when i click the "refresh button" to reload the page, it doesn't display any thing but display only one error lin

[PHP-WIN] Re: Installing PHP with Apache on Win ME

2003-03-12 Thread Thomas Smart
er... not use winME :-) "Nick Scott" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have gone through the steps and when I open a php page it wants to > download the page. > > What do I need to do? > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: h

php-windows Digest 12 Mar 2003 22:45:44 -0000 Issue 1631

2003-03-12 Thread php-windows-digest-help
php-windows Digest 12 Mar 2003 22:45:44 - Issue 1631 Topics (messages 18981 through 18984): Problem when quering a view in MSSQL 2000: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (

[PHP-WIN] Installing PHP with Apache on Win ME

2003-03-12 Thread Nick Scott
I have gone through the steps and when I open a php page it wants to download the page. What do I need to do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Problem when quering a view in MSSQL2000: message: Unicode data in a Unicode-onlycollation or ntext data cannot be sent to clientsusing DB-Library (such as ISQL) or ODBC version 3.7or earlier. (severity 16)

2003-03-12 Thread Frank M. Kromann
The MSSQL Extension for PHP is build with an old version of Microsoft's DBLIB. This library does not support unicode, and it never will !!! Use ODBC for now, and in a later version of PHP you can use a version of the MSSQL extension build with FreeTDS. This will enable unicode. This is now availab

Re: [PHP-WIN] Outputing text with an image

2003-03-12 Thread Anthony Ritter
Many thanks Warren. TR -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problem when quering a view in MSSQL 2000: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16)

2003-03-12 Thread Richard Gelderman
Hi there, The following problem occurs when using a query who triggers its information from a view in MSSQL 2000. The errormessage that is returned: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or ear

php-windows Digest 12 Mar 2003 08:35:38 -0000 Issue 1630

2003-03-12 Thread php-windows-digest-help
php-windows Digest 12 Mar 2003 08:35:38 - Issue 1630 Topics (messages 18978 through 18980): Re: Newbie attempting file open... 18978 by: William Fisher Outputing text with an image 18979 by: Anthony Ritter 18980 by: Warren Vail Administrivia: To subscribe to the di

RE: [PHP-WIN] Outputing text with an image

2003-03-12 Thread Warren Vail
As I see it, you have two options; 1. Enlarge the image and place text in the image before outputing it. 2. place the text in the html page that has the image imbedded in it. I have found it best to have each php program to output one thing at a time. It may be possible to output both text and a