print

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

print

Post by ol4pr0 »

Why wont this return

Code: Select all

<?xml version=1.0?>

Code: Select all

print "<?xml version="1.0"?>\n";
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

are you trying to insert xml?
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

yep.

I need to retrieve information from the database and have it returned in xml format
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

Hmm i got some further however this has become a database question so i continue on that site of this forum.


For anybody who is still interested on the outcome :roll:

viewtopic.php?p=84877#84877
Post Reply