Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.69K
1 Posted Topic
# INSERT XML TO DB # foreach($xml->business as $row) { $business_type = $row->attributes()->type; $id = $row->listingAgent->attributes()->id; $name = $row->listingAgent->name; $email = $row->listingAgent->email; mysql_query('INSERT INTO tableā¦'); } this is useful to use. shashi
The End.
shashik493