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
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
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
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
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 - 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
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