I am use this way to get images in post like :
$images =& get_children( 'post_type=attachment&post_mime_type=image&post_parent='.get_the_ID() );
Its work good but show me this error in console : Only variables should be assigned by reference
How can solved it ?