hello there.. im planning to create a simple Online Users that is integrated to Facebook sdk. :) So far, i have the ff codes: index.php (this is where the online users listed) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transi...
hello, i have this code.. <script language='Javascript' type='text/javascript'> function RefreshMessage() { msg=document.getElementsByName("cboxmain")[0]; msg.src=msg.src; setTimeout("RefreshMessage()",7000); } </script> <script type='text/javascript'> window.onload=RefreshMessag...
Hello there. I already have working User Profile, and a Register / Login.. but now, i want to link it into one.. and i dont know what to do. :) Register / Login + User Profiles. http://betterphp.co.uk/playlist.html?pid=A8C368A12314F07E http://betterphp.co.uk/playlist.html?pid=074EAEF57B0DA2A4 When a...