Ejemplo n.º 1
0
								
							<p>Tech Users who are subscribers have the opportunity to fully explore their options in Service Providers.</p>
			
						<b>Subscribing Tech Users have access to three benefits</b> <br/>
						<ol>
							<li> Find providers using advanced matching filters.  Tech Users who are subscribers can search and find providers either by Geography (Who is close to me?) by Services (Who offers the Service I need?) or Skills (Does anyone still fix my kind of database?) </li>
							<li> Match using complex criteria.  When matching using the advanced search features subscribers can build complex sets of provider information.  For example you can build a list of providers in a specific zipcode who offer services for server maintenance but do not work with Windows servers.</li>
							<li> See all the details about each provider.  Tech Users who are subscribers are able to view the details of the provider's profile that are matched.  You can see their contact information, service locations, service offerings, staff persons together with each person's skills</li>
						</ol>	
							
							<h3>Types of Subscriptions:</h3>
							<br/>
							There are three levels of subscription for Service Providers:</p>
							<?php 
include_once 'subscription.php';
$result = getSubsTypeDetailDesc($_SESSION['consumer']['subscribertype_id']);
echo '<br/>';
echo ' <table width="500px">';
echo '  <tr style="border: solid 0; border-top-width:1px; padding-left:0.5ex" ><td width="100px"><strong>' . $result[0]['productname'] . '</strong></td> <td width="350px">' . $result[0]['productdescription'] . ' </td><td width="50px" align="right">' . $result[0]['subscriptionrate'] . '</td></tr>';
echo '  <tr style="background-color: #8fc28a;"><td><strong>' . $result[1]['productname'] . '</strong></td> <td >' . $result[1]['productdescription'] . ' </td><td width="50px" align="right">' . $result[1]['subscriptionrate'] . '</td></tr>';
echo '  <tr ><td><strong>' . $result[2]['productname'] . '</strong></td> <td>' . $result[2]['productdescription'] . ' </td><td width="50px" align="right">' . $result[2]['subscriptionrate'] . '</td></tr>';
if (isset($result[3])) {
    echo '  <tr style="background-color: #8fc28a;"><td><strong>' . $result[3]['productname'] . '</strong></td> <td>' . $result[3]['productdescription'] . ' </td><td width="50px" align="right">' . $result[3]['subscriptionrate'] . '</td></tr>';
}
if (isset($result[4])) {
    echo '  <tr style="border: solid 0; border-bottom-width:1px; padding-left:0.5ex" ><td><strong>' . $result[4]['productname'] . '</strong></td> <td>' . $result[4]['productdescription'] . ' </td><td width="50px" align="right">' . $result[4]['subscriptionrate'] . '</td></tr>';
} else {
    echo '  <tr style="border: solid 0; border-bottom-width:1px; padding-left:0.5ex" ><td><strong></strong></td> <td> </td><td width="50px" align="right"></td></tr>';
}
echo '   </table>';
?>
Ejemplo n.º 2
0
							<p>Subscribers have access to a growing body of information about customers and market trends.  Techmatcher assembles the statistics and data to enable subscribing providers to 
							more intelligently analyze and fine-tune marketing strategies.	</p>
			
						<b>Subscriber tools provide local data and business intelligence (BI)</b> <br/>
							<p>For our subscribers, Techmatcher's enhanced analytics help providers target services local needs. Although individual users' information is kept confidential, as a subscriber you will be able 
							to <u>export aggregate market data</u> from us for input into your own business intelligence (BI) systems. </p>

						  <p>Using these tools subscribers can see who is searching and not finding matches.  You can see what services are popular in your region.  Using Techmatcher can promote discovery of niche opportunities and allow you to tune your profile to exploit them. </p>

							<h3>Types of Subscriptions:</h3>
							<br/>
							There are three levels of subscription for Service Providers:</p>
							<?php 
include_once 'subscription.php';
$result = getSubsTypeDetailDesc(200);
echo '<br/>';
echo ' <table width="500px">';
echo '  <tr style="border: solid 0; border-top-width:1px; padding-left:0.5ex" ><td width="100px"><strong>' . $result[0]['productname'] . '</strong></td> <td width="350px">' . $result[0]['productdescription'] . ' </td><td width="50px" align="right">' . $result[0]['subscriptionrate'] . '</td></tr>';
echo '  <tr style="background-color: #8fc28a;"><td><strong>' . $result[1]['productname'] . '</strong></td> <td >' . $result[1]['productdescription'] . ' </td><td width="50px" align="right">' . $result[1]['subscriptionrate'] . '</td></tr>';
echo '  <tr ><td><strong>' . $result[2]['productname'] . '</strong></td> <td>' . $result[2]['productdescription'] . ' </td><td width="50px" align="right">' . $result[2]['subscriptionrate'] . '</td></tr>';
if (isset($result[3])) {
    echo '  <tr style="background-color: #8fc28a;"><td><strong>' . $result[3]['productname'] . '</strong></td> <td>' . $result[3]['productdescription'] . ' </td><td width="50px" align="right">' . $result[3]['subscriptionrate'] . '</td></tr>';
}
if (isset($result[4])) {
    echo '  <tr style="border: solid 0; border-bottom-width:1px; padding-left:0.5ex" ><td><strong>' . $result[4]['productname'] . '</strong></td> <td>' . $result[4]['productdescription'] . ' </td><td width="50px" align="right">' . $result[4]['subscriptionrate'] . '</td></tr>';
} else {
    echo '  <tr style="border: solid 0; border-bottom-width:1px; padding-left:0.5ex" ><td><strong></strong></td> <td> </td><td width="50px" align="right"></td></tr>';
}
echo '   </table>';
?>