Search found 5 matches

by TeeGee
Sat Mar 10, 2012 2:13 am
Forum: PHP
Topic: [HELP] fwrite and delete function
Replies: 4
Views: 883

Re: [HELP] fwrite and delete function

because i dont want to use too much CPU usage.. :D
and i use jquery to refresh onlineusers.html every 2 seconds without quering. :D
by TeeGee
Thu Mar 08, 2012 6:52 pm
Forum: PHP
Topic: [HELP] fwrite and delete function
Replies: 4
Views: 883

[HELP] fwrite and delete function

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) [syntax=php]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm...
by TeeGee
Fri Mar 02, 2012 10:32 pm
Forum: JavaScript
Topic: convert this javascript code to jquery - help!
Replies: 2
Views: 2401

convert this javascript code to jquery - help!

hello, i have this code.. [syntax=javascript]<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.o...
by TeeGee
Wed Feb 01, 2012 3:47 am
Forum: PHP
Topic: Linking Register / Login + User Profiles Together
Replies: 1
Views: 535

Linking Register / Login + User Profiles Together

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. m m When a user logs in, they will be redirected their profile according to uid.. profile.php?uid=1 and they have access to e...
by TeeGee
Tue Jan 31, 2012 5:37 am
Forum: Introductions
Topic: New here :)
Replies: 3
Views: 1068

New here :)

Hello,
TeeGee here..

i'd like to say thank you to the owner who created Video tutorials..
i learned lot of things about PHP from your Vid Tutorial..

Thank you so much!