Topic: Cash logs, i made, i need to pull imgaward :)
here is my query that pull's up from my table "cashlogs"
$result = $db->query('SELECT * FROM cashlogs ORDER By time DESC LIMIT '.$start_from.', 25') or error('Unable to fetch log info', __FILE__, __LINE__, $db->error());
Here is a screenshot on what I pull
I would love it so I can pull my field imgaward from the user's table and apply them to each from_name and to_name fields in my cashlogs table. Possible?
I am trying to act professional and nice as i can please help me on this what, thanks!
I am asking you for help because I don't want to use WHERE Statement. because then I Would have like 250 Querys.. lol