PDA

View Full Version : strange variables


Sebastian
08-05-2005, 05:26 PM
ok.. im working on a hack but have 1 problem..

i want to get the username of the parent post the child belong to.. so i did this:

in showthread on $getpostids query while loop i did:


$parentpost["$post[postid]"] = $post['postusername'];


then on $post while loop:


$post['parentuname'] = $parentpost["$post[parentid]"];



so i use $post[parentuname] on postbit works just fine.. BUT it only appears for admins.. wtf??

can anyone find how is this possible when i am not even using a condition for admin?