Thread
:
create xml files from PHP
View Single Post
#
2
(
permalink
)
Apr 16th, 2008, 01:51
CloudedVision
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries:
8
Thanks: 2
Thanked 22 Times in 22 Posts
Re: create xml files from PHP
just use something like this:
PHP
:
Select all
$fp
=
fopen
(
"cool.
xml
"
,
"w"
);
fwrite
(
$fp
,
$my_xml
);
fclose
(
$fp
);
Is that what your looking for?
__________________
echo
"Take it easy, "
.$CloudedVision
;
.links {
site
:
other-road-design
;
blog
:
only-nerds-allowed
;
project
:
resource-fish
;
organization
:
ARMIES6
;
}
<quote>
"
I think it's wrong that only one company makes the game Monopoly
"
-
<name>
Steven Wright
</name></quote>
CloudedVision
View Public Profile
Visit CloudedVision's homepage!
Find all posts by CloudedVision
View Blog