Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Tuesday, May 10, 2011

PHP in SimpleXML How to get a node with hyphen(-) ?



How to get a node with hyphen(-), PHP in SimpleXML ? 

$xml = simplexml_load_file( $fileName );
$post_list  = $xml->blog->{'post-list'};



Thursday, December 18, 2008

To optimize your PHP code


15 top web design tips to optimize your PHP code

To optimize your PHP code