Posts
 
Reputation
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
~1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for kgizo

# 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

Member Avatar for shashik493
0
1K

The End.