View Single Post
Old 09-22-2011, 07:42 PM   PM User | #1
lamasu
New to the CF scene

 
Join Date: Dec 2010
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
lamasu is an unknown quantity at this point
Angry PHP Function going crazy!!

Ok now this is one odd problem I'm having here.
My called PHP functions just go berserk on me, they show up in a completely different DIV than the one they were called from.

I call them like this:
PHP Code:
$time user_times($id,$week);
echo 
'<div>'.$time.'</div>'
And instead of being returned to the DIV the show up in a parent DIV.
Now I've tried all kinds of ways to fix this yet without any result.

Hope you guys can help,

John
lamasu is offline   Reply With Quote