[SOLVED]update xml document using php (asp version supplied)

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
chrisw184
Forum Newbie
Posts: 2
Joined: Mon Oct 03, 2005 3:32 pm

[SOLVED]update xml document using php (asp version supplied)

Post by chrisw184 »

Hi

I want to use the code found at http://www.w3schools.com/xsl/xsl_editxml.asp to be able to update an XML document....the site shows how to do it in ASP so i'm wondering if anyone can convert the ASP example given on the site into PHP?

Thanks in advance.

Chris
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it would appear to be a simple file writing sort of thing.. fopen() is the starting place for that..
ruchit
Forum Commoner
Posts: 53
Joined: Mon Sep 26, 2005 6:03 am

Re: update xml document using php (asp version supplied)

Post by ruchit »

chrisw184 wrote:....the site shows how to do it in ASP so i'm wondering if anyone can convert the ASP example given on the site into PHP?

Thanks in advance.

Chris
I am wondering if you can pay someone to convert the code...
Thanks in advance.
Ask for help.. don't ask for someone to do all the hardwork for you... FREE!!
chrisw184
Forum Newbie
Posts: 2
Joined: Mon Oct 03, 2005 3:32 pm

Re: update xml document using php (asp version supplied)

Post by chrisw184 »

I am wondering if you can pay someone to convert the code...
Thanks in advance.
Ask for help.. don't ask for someone to do all the hardwork for you... FREE!!
You obviously don't understand English good enough....I wasn't asking anyone to do the work for FREE! I was asking if anyone could convert the code!

If somebody had said 'Yes, I can and it will cost you £x amount' then I wouldn't have a problem....but as it happens I have exactly what I want now so it's been solved.

If you're not going to help..don't write anything at all and channel your efforts into something somebody would actually find useful.

Good Luck.
User avatar
$var
Forum Contributor
Posts: 317
Joined: Thu Aug 18, 2005 8:30 pm
Location: Toronto

Post by $var »

a) i wanted to post in this thread so that when I search my name it'll come up, easy reference
b) if people don't want to help, they don't have to. Asking a question shouldn't be deemed lazy.
c) i don't think that you are allowed to advertise in your signature.
Post Reply