| 
 Posted by jcoder on 12/21/07 12:48 
hello, 
 
i have an object but i dont know what are the property field and 
values. what to do in php in order to see the properties. to make 
myself more clear, to view object property in javascript i do it this 
way: 
 
var str; 
for(var x in _obj){ 
  str+='  //'+x+'  '; 
} 
alert(str); 
 
thank you.
 
  
Navigation:
[Reply to this message] 
 |