Re: SV: [php-objects] XML AND PHP -> Database to XML?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On mercredi, jan 15, 2003, at 11:29 Europe/Paris, Fredrik Davidsson 
wrote:

> Dear Plumber,
>
> It seems that you have gravely misunderstood my question.
> See Mr Castagnetto's excellent answer and you might grasp what I was
> looking for.
>
> However thanks for all the links!
>
> Best regards Fredrik
>
i explain you don't have double values

an example data base mysql is a group of tables


mytable

| mycolumn1 | mycolumn2 |
|  value1         |  value1        |
|  value2         |  value2        |
|  value3         |  value3        |

i want to write a xml export of this

<table>
	<name> mytable </name>
	<properties> </properties>
	
	<column>
		<name> mycolumn1 </name>
		<type> </type>
		<index> </index>
		<array>
			<value>"value1 "," value2" , "value3" </value>
		</array>
	</column>

	<column>
		<name> mycolumn2 </name>
		<type> </type>
		<index> </index>
		<array>
			<value>"value1 "," value2" , "value3" </value>
		</array>
	</column>
	
</table>

function GetTableNode(){

}

function GetcolumnNode(){

}

transpose a mysql table is an array table[0][1] (column,ligne) to an 
xml table

array to array

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Turn flat surfaces into speakers with the Soundbug.
http://us.click.yahoo.com/QWAVSC/onCFAA/sXBHAA/saFolB/TM
---------------------------------------------------------------------~->

Look here for Free PHP Classes of objects:
http://phpclasses.UpperDesign.com/
To unsubscribe from this group, send an email to:
php-objects-unsubscribe@egroups.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux