biggipsy Posted April 8, 2008 Share Posted April 8, 2008 Good Morning I have one doubt , i need edit xml from php if i have the following code $a = $xml->no [1]; i get the "no" in line 1 but i want edit the line from a variable: Example (dont work) $linha = $_GET['linha']; $a = $xml->no [$linha]; How I can edit the line? Link to comment https://forums.phpfreaks.com/topic/100123-edit-xml-from-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.