RE: [PHP-WIN] html_entity_decode

2003-02-15 Thread Matt Hillebrand
I found this in the PHP Manual, but I haven't tried it: // For users prior to PHP 4.3.0 you may do this: function unhtmlentities ($string) { $trans_tbl = get_html_translation_table (HTML_ENTITIES); $trans_tbl = array_flip ($trans_tbl); return strtr ($string, $trans_tbl); } |-Origi

[PHP-WIN] html_entity_decode

2003-02-15 Thread Bobo Wieland
Hi! i just noticed that the server I'm using doesn't got the latest version of PHP installed... Until I get the people managing it to upgrade, does anyone have the function html_entity_decode-code so that I can include it in my pages? .bobo -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Warnings

2003-02-15 Thread Luis Ferro
That means that there is some output done before the session is inicialized... It can also be possible that the target web server is with a diferent configuration then your local machine. It is a known fact that some PHP versions are VERY bugged with regards to sessions (i think php 4.2.3 that

[PHP-WIN] Re: Subject: execute before fopen?

2003-02-15 Thread Neil Smith
I'm not sure I understand your problem. You want to use an external exe to *read* the XML then load into PHP to print it out ? When you say print do you mean literally print, on paper, or print as in display ? Why not parse the file within PHP using either Expat parser and XSL, or use XPath D

[PHP-WIN] Warnings

2003-02-15 Thread Bobo Wieland
What does this mean: Warning: Cannot send session cookie - headers already sent by (output started at /customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php:1) in customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php on line 5 Warning: Cannot send session cache limiter

php-windows Digest 15 Feb 2003 12:10:25 -0000 Issue 1589

2003-02-15 Thread php-windows-digest-help
php-windows Digest 15 Feb 2003 12:10:25 - Issue 1589 Topics (messages 18543 through 18546): execute before fopen? 18543 by: HÃ¥kan Re: Interesting problem - PHP 4.3, IIS5, ISAPI 18544 by: Uttam 18545 by: Uttam PHP - "No input file specified." 18546 by: Craig

[PHP-WIN] PHP - "No input file specified."

2003-02-15 Thread Craig Smith
When trying to use php script to access records from mysql table getting following error "No input file specified." I am using example php scripts and datatables as defined in the PHP & MySQL for Dummies Book. The installation is on a standalone PC and comprises the following Windows98 Apache 1