Help with PHP and xml


Subject: Help with PHP and xml
From: Mike Barsalou (mbarsalou@aidea.org)
Date: Tue Jul 09 2002 - 14:53:22 AKDT


I know this is the wrong list...but I also know there are a few php'ers out
there....

I want to create an xml file that will fill in some arrays. The arrays look
like this:

$array['conf']['driver']= sql;
$array['conf']['driver']['sql']['address']=192.168.1.1;
$array['conf']['driver']['sql']['username']=mike;

$array2$['setting']['background']=black;

$prefs['language'] = array (
'value' => '',
'locked' => true
);

$prefgroup['lang'] = array (
'label' => _("Language"),
'info' => array ('language')
);

I have looked at the xml_parse stuff....but being a newbie...it goes over my
head somewhat. Any pointers would be greatly appreciated.

Mike

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Tue Jul 09 2002 - 14:55:50 AKDT