On Sun, 14 Mar 2010 22:02:22 +0800, Ashley Sheridan wrote:
On Sun, 2010-03-14 at 21:58 +0800, Dasn wrote:
Hello, I want to convert some xml stuff to simple string using php, say:
left center1okcenter2right
XML;
$xml = simplexml_load_string($string);
echo $xml;
?>
The code will output "left
On Sun, 14 Mar 2010 22:02:22 +0800, Ashley Sheridan wrote:
On Sun, 2010-03-14 at 21:58 +0800, Dasn wrote:
Hello, I want to convert some xml stuff to simple string using php, say:
left center1okcenter2right
XML;
$xml = simplexml_load_string($string);
echo $xml;
?>
The code will output "left
On Sun, 2010-03-14 at 21:58 +0800, Dasn wrote:
> Hello, I want to convert some xml stuff to simple string using php, say:
>
>
> $string = << left center1okcenter2right
> XML;
>
> $xml = simplexml_load_string($string);
> echo $xml;
> ?>
> The code will output "left right" while all the centra
3 matches
Mail list logo