Have an account? Sign in
Login  Register  Facebook
what is the best PHP xml2array function

I need a function that takes a string as XML input and change that into an array. Example:<a> <b> <c></c> </b> </a> So I can read it in PHP like ... [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011
I'm having trouble with my function....

<?php function check_page(){ $sql = "SELECT * FROM page"; $res = mysql_query($sql) or die(mysql_error()); while($row = mysql_fetch_assoc($res)){ ... [see more]

1 answer September 17, 2011 Latest Activity: September 17, 2011