[eluser]Ninja[/eluser]
I cant seem to get not or '!=" to work everything works fine for including but never for excluding
here are two diff attempts at a foreach loop that is populated from the database but needs to populate excluding companies that are already clients. Please help.
Code:
$client = new Client();
$client->get('id');
foreach ($client->all as $entry)
{
$clientID = $entry->company_id;