Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 04-08-2004, 11:15 AM   #1
Member (6 bit)
 
Join Date: May 2003
Location: RI
Posts: 35
XML Conversion ??

I currently have a XML File that I am trying to upload. The place I am uploading to only accepts PHP.

Is there something that I can use to convert XML to PHP??

Any help would be appreciated.
JL6267 is offline   Reply With Quote
Old 04-08-2004, 11:18 AM   #2
Professional gadfly
 
doctorgonzo's Avatar
 
Join Date: Jan 2002
Location: Minneapolis, MN
Posts: 6,364
Send a message via MSN to doctorgonzo
What is the content of the file you are trying to upload? What kind of site are you uploading to?

You can change the file extension to anything you want, but if the site you are uploading to expects PHP code and gets XML, it isn't going to work.
doctorgonzo is offline   Reply With Quote
Old 04-08-2004, 11:20 AM   #3
Member (6 bit)
 
Join Date: May 2003
Location: RI
Posts: 35
It is a puplisher XML file.
The code must be PHP changing the extension does not work.

Thanks
JL6267 is offline   Reply With Quote
Old 04-08-2004, 11:22 AM   #4
Professional gadfly
 
doctorgonzo's Avatar
 
Join Date: Jan 2002
Location: Minneapolis, MN
Posts: 6,364
Send a message via MSN to doctorgonzo
XML is just a markup language. There is no easy way to translate it to anything else because of how it is set up. Your best bet is to go to the application that created the XML file and see if there is a way to produce PHP instead.
doctorgonzo is offline   Reply With Quote
Old 04-08-2004, 03:16 PM   #5
aym
Registered User
 
aym's Avatar
 
Join Date: Nov 2001
Posts: 1,965
Create a file with .php extension, open it in some text editor, add the following in the beginning:
Code:
<?php
echo <<<XML_FILE_NEXT
 copy XML code and paste it here
XML_FILE_NEXT;
?>
Now upload the file to the server, open it in your browser, you will get the XML document.

Last edited by aym; 04-08-2004 at 03:21 PM.
aym is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:52 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2