ALL CATEGORIES

format('m/d/Y') . " - " . $date2->format('m/d/Y'); } $sql = "SELECT * FROM new_vendor WHERE id='" . $company_id . "' "; $result = $conn->query($sql); while($row = mysqli_fetch_assoc($result)) { $company_name = $row['company_name']; } ?>

Welcomes

Scroll down for Sales Lead Retrievals or to edit your company information, add or delete search engine categories, update regional outlets, and manage product profile.

Sales Lead Retrievals



Sales Leads for:

query($sql); while($row = mysqli_fetch_array($result)) { echo ""; $pattern1='•'; $repl1='
• '; $demogs = str_replace($pattern1, $repl1, iconv('CP1252', 'UTF-8//TRANSLIT', (stripslashes($row['demographic'])))); echo ""; echo ""; echo ""; } // Free result set mysqli_free_result($result); echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Name: ". $row['fname'] . " " . $row['lname'] . "
Company: ". $row['company'] . "
Address: ". $row['address'] . "
City: ". $row['city'] . "
State/Zip: ". $row['state'] . " " . $row['zip'] . "
Phone: ". $row['phone'] . "
Fax: ". $row['fax'] . "
Email: ". $row['email'] . "
Brand: ". $row['brand'] . "
Issue: ". $row['issueId'] . "
Date: ". $row['Date'] . "
Source: ". $row['from'] . "
Choices: ". $row['choices'] . "
Demographics: " . $demogs . "
"; ?>