forked from rahulyhg/Deal4loans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contents_Credit_Card.php
75 lines (59 loc) · 3.83 KB
/
Contents_Credit_Card.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php
header("Location: credit-cards.php");
exit();
require 'scripts/functions.php';
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>What is Credit Card | Deal4loans </title>
<meta name="keywords" content="Credit Cards India, Credit Cards information, Credit Cards documents, Credit Cards features, Credit Cards eligibility,Visa Credit Cards, Mastercard Credit Cards">
<link href="style/new-bima.css" rel="stylesheet" type="text/css" />
<link href="style/glowing.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/dropdowntabs.js"></script>
</head>
<body>
<?php include '~Top-new.php';?>
<?php include '~menu.php';?>
<div id="container">
<div id="lftbar">
<div class="lfttxtbar">
<div id="txt"><h1 >Credit Card</h1>
<P >It's true that credit cards have become important sources of identification say if you want to rent a car, for example, you really need a major <a href="http://www.deal4loans.com/credit-cards.php" title="credit card">credit card</a>. And used wisely, a credit card can provide convenience and allow you to make purchases with nearly a month to pay for them before finance charges kick in.<br>
<br>
In this article we'll look at the credit card that how it works both financially and technically and we'll offer tips on how to shop for a credit card. We'll also describe the different credit-card plans available, talk about your credit history and how that might affect your card options, and discuss how to avoid credit-card fraud i.e. both online and in the real world.<br>
<br>
Credit Cards also known as plastic money is one of the most convenient ways of making payments while shopping and helps in maintaining records of all purchases made by us. The major advantage of plastic money is that you don’t have to carry cash plus you can get rewards points on each purchase made.
With market getting more competitive there are various Cash back cards available in the market. All you need is to find the card, which suits you best .In, our comparison section we have list of major Co branded cards, which can help you decide. </p>
<p><b>Features at Glance</b><br>
•
Earn while you spend<br>
•
<a href="http://www.deal4loans.com/loans/credit-card/advantages-of-credit-card-rewards-cash-back-gifts-etc/" title="Add on cards">Add on cards</a><br>
•
Cash Advance<br>
•
Widely accepted<br>
•
Interest Free Credit Period<br>
•
Zero liability on lost card<br>
•
Protecting you through insurance</p>
<p><b>Read More..</b><br>
• <a href="http://www.deal4loans.com/Contents_Loan_Article7.php">Shuffle your plastic</a><br>
• <a href="http://www.deal4loans.com/Contents_Credit_Card_Article3.php">How to protect your credit card?</a><br>
• <a href="http://www.deal4loans.com/Contents_Credit_Card_Article2.php">Benefit from reward points</a><br>
• <a href="http://www.deal4loans.com/Contents_Credit_Card_Article8.php"> How to read your credit card statement?</a></p>
<div align="right"><a href="#pg_up">Top<img width="12" height="18" border="0" alt="Top" src="new-images/top.gif"/></a></div>
</div>
</div></div>
<?php include '~Right-new1.php'; ?>
<? if ((($_REQUEST['flag'])!=1))
{ ?>
<?php include '~Bottom-new1.php';?> <? } ?>
</div>
</body>
</html>