|
|
 |
|
Pacific
Business Capital Corporation was founded in 1989. Since that
time, PBCC has grown into a mid size asset-based lender, providing
fast and efficient factoring of receivables and other asset-based
loans for clients across the United States. PBCC is a direct
lender, not a broker. You will be dealing face to face with
the people that make the lending decisions and distribute
the funds.
Although
the factoring industry is one of the oldest forms of financing,
many people are unaware of how we work. As a factor, Pacific
Business Capital Corporation will purchase your accounts receivable,
providing you with immediate cash. Our factoring program releases
cash tied up in outstanding accounts receivable that normally
take 30, 60 or even 90 days to collect. Factoring bridges
the gap between billing and collection, enabling your business
to match cash flow with cash needs.
PBCC
has assisted hundreds of businesses nationwide with this form
of financing. Factoring your accounts receivable can be a
viable alternative to long-term financing with a bank, expensive
short term bridge loans or other types of borrowing that will
create debt on your balance sheet, or reduce the percentage
of ownership you hold in the company.
Give
us a call if you need to:
|
|
|
|
|
|
|
 |
Expand
your business |
 |
Purchase
additional inventory |
 |
Take
advantage of cash discounts |
 |
Acquire
larger customers |
 |
Improve
accounts receivable management |
 |
Get
cash in 24 hours rather than waiting 30, 60 or even 90 days |
| |
 |
Simply
make the payroll |
Call
Us Today!
(800) 916-3280 |
(714) 957-0755
Fax: (714) 751-0677
E-mail: pbcc@pbcc.com |
|
|
|
include("var.inc.php");
#=====================# English NEWS = language='1' !!!!!!!
#================# Alle NEWS Kategorien !!!!!
#=======# English = language='1'
$category="SELECT DISTINCT category_number FROM news WHERE language='1' ORDER BY category_number";
$res_category=mysql_query($category, $link);
$num=mysql_numrows($res_category);
//echo $num;
echo "";
for ($i=0;$i<$num;$i++) {
$category_number=mysql_result($res_category, $i, "category_number");
#=======# English = language='1'
$max_id="SELECT MAX(id) AS max_id FROM news WHERE news.category_number='$category_number' AND language='1'";
$res_max_id=mysql_query($max_id, $link);
$max_id=mysql_result($res_max_id, 0, "max_id");
//echo $max_id;
#=======# English = news.language='1'
$content="SELECT news.datum, news.file_name, news.headline, news.news_short, news.external_link, news.external_link_text, news.internal_link, news.internal_link_text, category.english FROM news, category WHERE news.language='1' AND news.id='$max_id' AND category.category_nr='$category_number'";
$res_content=mysql_query($content, $link);
$datum=mysql_result($res_content, 0, "datum");
$file_name=mysql_result($res_content, 0, "file_name");
$headline=mysql_result($res_content, 0, "headline");
$news_short=mysql_result($res_content, 0, "news_short");
$external_link=mysql_result($res_content, 0, "external_link");
$external_link_text=mysql_result($res_content, 0, "external_link_text");
$internal_link=mysql_result($res_content, 0, "internal_link");
$internal_link_text=mysql_result($res_content, 0, "internal_link_text");
$german=mysql_result($res_content, 0, "english");
if ($external_link!="") {
$news_link="$external_link_text";
}
else {
if ($category_number==1) {
$news_link="$headline";
$archiv_link="Factoring News Archive";
}
if ($category_number==2) {
$news_link="$headline";
$archiv_link="Accounts Receivable News Archive";
}
if ($category_number==3) {
$news_link="$headline";
$archiv_link="Purchase Order News Archive";
}
if ($category_number==4) {
$news_link="$headline";
$archiv_link="Venture Capital News Archive";
}
if ($category_number==5) {
$news_link="$headline";
$archiv_link="Disaster Relief News Archive";
}
}
$news_short=nl2br($news_short);
echo "
| $german |
";
echo "
| $datum |
";
echo "
| $headline |
";
echo "
$news_short |
";
echo "
| $news_link |
";
echo "| | ";
echo "
$archiv_link
|
";
/*echo " ";
echo " ";
echo " ";
echo " ";
echo " ";*/
}
echo " ";
?>
|