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
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 - 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. (
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
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
Many thanks Warren.
TR
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 - 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
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