Hey guys I have a similar problem and I hope that you'll help me one more time ! As you know I am a beginner on programing and I try to develop a cam site using chaturbate APIs , thanks to serettah I figured out of few things and I've made the listing of the models and now I am trying to make the chat room page but here I have problems , just doesn't work , starting from this thread I tried this:
Code:
$users=array();
$cams = new SimpleXMLElement('cams.xml', null, true);
foreach ($cams as $user)
{
if(in_array(strtolower($user->username),$users))
{
echo $user->iframe_embed_revshare;
}
}
The only thing I get is a blank page

, I tried many things but I just can't make it work ! I hope that you'll help me one more time ! By the way a sample page of my project is here :
http://privatecams.webcam !
Sorry for bumping a old thread but since is related to this thread is useless to start a new one ! THANKS