Hi, My Name Is Zara I am 28 years old & i live in the south west in Devon. I live in a little village called Bow in Crediton Town & i own a cosy home salon called Essential Nails and beauty training academy, offering 1-2-1 Nail & Beauty Course's , as well as offering services. I first started as a nail technician in 2017 & have been self-employed Ever since. I Have been teaching & an educator for Sunshine Training Academy for over a year & love it. I have worked extremely hard to get to where I am today & I wouldn't change a thing. I am super excited to be able to educate others into doing what i love & pass my experience on to people. I am so grateful for this opportunity and I hope to change people's lives and make a difference to those who are wanting to learn in this amazing industry.
SOCIALS
CONTACT INFO
Godfrey Gardens Bow, Crediton, EX17 6HT
Telephone : 07902562895 Mobile : 07902562895
essentialnailsandbeauty@hotmail.com
/*****************************************************************************************
* Start extracting and displaying results *
*****************************************************************************************/
while($row = mysqli_fetch_array($query))
{
// ********************** Extract info and format ************************************
$course = $row['course'];
$cid = $row['cid'] ; // You needed to get this variable before you can do the search below.
$enq1 = "SELECT * FROM course WHERE course_id = '$cid'";
$enq2 = mysqli_query($connect1, $enq1);
$info = mysqli_fetch_array($enq2);
$tag = $info['tag'];
$view = "/course/course_display.php?tag=".$tag."&eid=".$eid."&dir=1";
?>
if($change_heading == TRUE){?>