[PHP] Problem with XSLT Sablotron

2004-02-11 Thread Juan Torres
by sample.xsl into result.xml the reason is that function 'user:EscapeURL' not supported and the error code is 51 Can anybody help me? I cann't solve this error. Thanks very much! Juan Torres. PS: Excuse me, my english is bad :( -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Problem with SQL Server.

2004-02-12 Thread Juan Torres
PHP file has follow code to work with Japanese characters: mb_internal_encoding(EUC-JP); mb_http_output(EUC-JP); mb_http_input(EUC-JP); mb_language(Japanese); My question: How can I show correctly the Japanese characters from a SQL Server DataBase? Thanks very much! Juan Torres. -- PHP General

[PHP] ODBC with SQL Server

2004-02-13 Thread Juan Torres
Hello, I have a connectoin ODBC with a SQL Server database. A table has a field of type 'nvarchar'. This field contains japanese characters. How can I read these japanese characteres? When I read (with: select name from data) only read '?' character. Thaks very much. Juan Torres. -- PHP

[PHP] CDONTS Object

2004-02-16 Thread Juan Torres
Hello, I'm trying send emails from PHP with IIS (form Win32). With ASP, I used CDONTS component. How can I use CDONTS component from PHP? Thanks very much. Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ODBC with SQL Server

2004-02-16 Thread Juan Torres
Hi, Functions mssql_* and odbc_* don't allow write/read unicode fields. But ODBTP Extension allows it. The url is: http://odbtp.sourceforge.net/. Greetings, Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail()

2004-02-16 Thread Juan Torres
to relay for [EMAIL PROTECTED] in c:\inetpub\wwwroot\projects_php\testing\email\default.php on line 21 Why? Can anybody help me? Thanks! Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail()

2004-02-18 Thread Juan Torres
thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF

2004-02-18 Thread Juan Torres
Hi, How can I write special characters (á, ö, ñ, ç,...) in a pdf document? I'm using pdflib. Greetings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF

2004-02-18 Thread Juan Torres
Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSL-FO

2004-02-18 Thread Juan Torres
Hi, Does PHP allow parser a XML with a XSL-FO and create a PDF? Greetings. Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF - Coords

2004-02-18 Thread Juan Torres
Hi, How can I know the currents coordenades of my pdf document? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF - Coords

2004-02-18 Thread Juan Torres
¡Hola! Excuse me, but my english is bad :(. My problem is: When I'm writting text in a PDF document, I want to know the current position, or next position of next text to insert. I want to know when I'm near the finish page. I hope that you can help me. Thank you! Juan Torres. PD: Do you

Re: [PHP] PDF - Coords

2004-02-19 Thread Juan Torres
Thanks very much! You are very nice. If you want to practise your spanish, you can write me when you want. Muchos saludos desde España. Hasta pronto. Juan Torres. Jyry Kuukkanen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Thu, 19 Feb 2004, Juan Torres wrote: ¡Hola

[PHP] headers_list function

2004-02-19 Thread Juan Torres
Hi, how can I use 'header_list()' function. My manual says: Might be only in CVS. What is CVS? How do I install CVS? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP class for XSL transformations?

2004-02-20 Thread Juan Torres
Hi, you try with XMLDOM Functions. You look this function: DomXsltStylesheet-process -- Applies the XSLT-Transformation on a DomDocument Object Good luck! Juan Torres. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello all, I'm looking for an alternative to PHP's XSLT extension

[PHP] PHP + XSL-FO

2004-04-02 Thread Juan Torres
Hello, can PHP parser a XML file with a XSL-FO file to generate a PDF file? Greetings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: XSLT bug?

2004-04-02 Thread Juan Torres
Try this: xsl:if test=position() #60; $start Good Luck. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP with Access DB without ODBC

2004-09-01 Thread Juan Torres
Hello, how can i connect php with an access db. I need to do it without use ODBC. Thanks, Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php