I have created a web page to display image, topic and details. Just now i have a static html page this is just a page i have nothing implemented any thing.
<section class="section-02">
<div class="container">
<h3>
<div class="heading-large">Current Best</div>
</h3>
<div class="row">
<div class="col-md-4">
<div class="card"> <img class="img-fluid" src="img/media-1.jpg" alt="">
<div class="card-block">
<div class="news-title"><a href="#">
<h2 class=" title-small">An Alternative Form of Mental Health Care Gains a Foothold</h2>
</a></div>
<p class="card-text"><small class="text-time"><em>3 mins ago</em></small></p>
</div>
</div>
<ul class="news-listing">
<li><a href="#">Key Republicans sign letter warning against candidate</a></li>
<li><a href="#">Obamacare Appears to Be Making People Healthier</a></li>
<li><a href="#">Syria war: Why the battle for Aleppo matters</a></li>
<li><a href="#">‘S.N.L.’ to Lose Two Longtime Cast Members</a></li>
</ul>
</div>
<div class="col-md-4">
<div class="card"> <img class="img-fluid" src="img/media-2.jpg" alt="">
<div class="card-block">
<div class="news-title"><a href="#">
<h2 class=" title-small">Delta passengers got pizza delivered to the plane</h2>
</a></div>
<p class="card-text"><small class="text-time"><em>3 mins ago</em></small></p>
</div>
</div>
<ul class="news-listing">
<li><a href="#">Syria war: Why the battle for Aleppo matters</a></li>
<li><a href="#">Key Republicans sign letter warning against candidate</a></li>
<li><a href="#">Obamacare Appears to Be Making People Healthier</a></li>
<li><a href="#">‘S.N.L.’ to Lose Two Longtime Cast Members</a></li>
</ul>
</div>
<div class="col-md-4">
<div class="card"> <img class="img-fluid" src="img/media-3.jpg" alt="">
<div class="card-block">
<div class="news-title"><a href="#">
<h2 class=" title-small">Minorities Suffer From Unequal Pain Treatment</h2>
</a></div>
<p class="card-text"><small class="text-time"><em>3 mins ago</em></small></p>
</div>
</div>
<ul class="news-listing">
<li><a href="#">‘S.N.L.’ to Lose Two Longtime Cast Members</a></li>
<li><a href="#">Key Republicans sign letter warning against candidate</a></li>
<li><a href="#">Obamacare Appears to Be Making People Healthier</a></li>
<li><a href="#">Syria war: Why the battle for Aleppo matters</a></li>
</ul>
</div>
</div>
</div>
</section>
now i want to store this in mysql database using angular and php
INSERTyour data into your database with MySQL. And make apostcall from angular to your PHP script sending the object. Try this out, then come and post what you did so far and where you are getting errors, and we can give you a hand. But we can't code for you. Cheers! ;)