Viewing file: view_details.php (76.27 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include 'header_new_login.php';
$url_code = $_GET['id'];
?>
<style>
.modal-header .close {
padding: 0rem !important;
margin: 0rem !important;
}
a.view-training.entroll-training:hover {
color: #ffffff !important;
background: #0d4475 !important;
}
</style>
<style type="text/css">
.txt
{
font-size: 14px;
line-height: 25px;
text-align: justify;
color: #333;
margin-bottom: 15px;
margin-top: 15px;
}
.projectheading.btn_right h1 {
display: inline-block;
}
.projectheading h1 {
font-weight: 500;
line-height: 40px;
padding: 15px 0;
text-align: center;
text-transform: capitalize;
font-size: 28px;
letter-spacing: 1px;
margin: 0;
}
</style>
<?php
// $packages = "SELECT * FROM course_details WHERE course_type=0 and url_code LIKE '".$url_code."'";
$packages = "SELECT * FROM course_details WHERE url_code LIKE '".$url_code."'";
$packagesResult = mysqli_query($con, $packages) or die("database error:" . mysqli_error($con));
$packages = mysqli_fetch_assoc($packagesResult);
$technology = $packages['technology'];
$package_id = $packages['id'];
?>
<!-- Modal -->
<div id="modelWindow" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header" style="margin-bottom: 3%;">
<h4 class="modal-title"><?php echo $packages['name']; ?></h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body" style="padding: 0px 25px 0px;">
<p> <?php echo $packages['course_details']; ?></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<?php
$url_code;
$var='';
if($url_code=='Android-App-Development')
{
$var='ANDROID';
}
if($url_code=='iOS-App-Development-Course')
{
$var='IOS';
}
if($url_code=='Java-application-development')
{
$var='JAVA';
}
if($url_code=='Core-PHP-Course')
{
$var='PHP';
}
if($url_code=='Python-Development')
{
$var='PYTHON';
}
if($var=='')
{
$var='CERTIFICATION';
}
// else
// {
// $var='CERTIFICATION';
// }
?>
<section class="project-banner">
<div class="container">
<div class="row">
<div class="col-12">
<div class="banner-sec">
<div class="projectheading btn_right">
<h1><?php echo $var; ?> TRAINING</h1>
<button class="btn backbtn" onclick="history.go(-1);">Back </button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="crm">
<div class="container">
<div class="row">
<div class="col-12">
<div class="sics-abt ">
<div class="why">
<h3><?php if ($packages['heading_prefix']) { ?><span><?php echo $packages['heading_prefix']; ?></span><?php } ?> <?php echo $packages['heading']; ?></h3>
</div>
<div class="tp">
<div class="abt-ser course-main">
<h4 class="tchn" > <?php echo $packages['name']; ?></h4>
<input type="hidden" id="course_name" value="<?php echo $packages['name']; ?>">
<div class="trainng-img">
<?php
echo '<img src="'.$baseurl.'packageImages/' . $packages['image'] . '" alt="srishti campus ' . $packages['name'] . ' trivandrum" Title="' . $packages['name'] . ' "/>';
?>
</div>
<div class="dur-tr" style=" margin: 30px 0px 0px 0px;">
<ul>
<li><i class="fas fa-clock"></i> <?php echo $packages['hour']; ?> Hrs </li>
<li><i class="fas fa-user-graduate"></i> <?php echo $packages['placement']; ?>% placement</li>
</ul>
</div>
<p class="course-price">
<!-- <span class="course-text">Cost :</span>
<span class="course-price">Rs <?php echo $packages['cost']; ?> /-</span> -->
</p>
<p class="course-desc">
<?php echo $packages['description']; ?>
</p>
<div class="eroll" style="width: 620px;">
<?php
if (!empty($u_id)) {
$check = "SELECT count(*) as count FROM enrolldetails WHERE user_id='$u_id' and course_id=" . $packages['id'] . " ORDER BY enrollid DESC";
$checkResult1 = mysqli_query($con, $check) or die("database error:" . mysqli_error($con));
$res1 = mysqli_fetch_assoc($checkResult1);
if ($res1['count'] == 0) {
?>
<a class="view-training entroll-training" data-toggle="modal" href="#" data-target="#modalRegisterForm" >FEES</a>
<a class="view-training entroll-training" data-toggle="modal" href="#" data-target="#modalRegisterForm" >SYLLABUS</a>
<a class="view-training entroll-training" href="<?php echo $baseurl; ?>enroll.php?id=<?php echo $packages['id']; ?>">ENROLL </a>
<?php
}
} else {
// echo '<a class="view-training entroll-training editenroll" Onclick="entrol_redirect();" href="https://www.srishticampus.com/login_new_login.php" data-id="' . $packages['id'] . '">ENROLL NOW</a>';
echo '<a class="view-training entroll-training" href="#" data-toggle="modal" data-target="#modalRegisterForm" >FEES</a>
<a class="view-training entroll-training" href="#" data-toggle="modal" data-target="#modalRegisterForm" >SYLLABUS</a><a class="view-training entroll-training editenroll" href="https://www.srishticampus.com/login_new_login.php" data-id="' . $packages['id'] . '">ENROLL</a>';
}
?>
</div>
</div>
<?php
if ($packages['course_details']) {
?>
<div class="abt_accrdn course-details">
<?php
echo $packages['main_content'];
if($packages['course_details']!=''){
?>
<button class="view-training entroll-training readmores" >Read More</button>
<?php
}
?>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
<?php
if($url_code=='automation-testing-course-trivandrum')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>All You Need To Know About Automation Testing From The Best Software Training Centre </h1>
<p class="txt">
Software testing offers one of the most promising careers, and software testing training courses in India offer various classes. Srishti Campus offers the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training courses</a> in offline and online modes with experienced faculty. Software testing is a crucial aspect of software development, and the demand for skilled software testers is high in the software industry.
</p>
<h2>Why Learn Automating Testing From The Best Software Training Institute In Kerala? </h2>
<p class="txt">
Automation testing is a software testing technique that involves using tools and scripts to automate the execution of test cases. Learn software testing and understand various software programs and tools to perform the testing process, rather than manually executing each test case.
</p>
<h3>Why Choose The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best Software Training Institute In Kerala</a>?</h3>
<p class="txt">
Automation software testing courses at Srishti Campus promise you multiple methodologies of the domain. Our experienced faculty from the best software testing wing would introduce you to manual testing types like Selenium, test NG, JUnit, testing with automating website, and many more.
</p>
</div>
</div>
<?php
}
if($url_code=='manual-testing-course-trivandrum')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Learn The Best Manual Software Testing With Us</h1>
<p class="txt">
Manual software testing is the process of manually testing a software application to identify any defects or errors in it. In this process, a tester follows a set of predefined test cases to verify the application's functionality, usability, performance, and security.
</p>
<h2>Why Choose The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best Software Training Institute In Kerala</a>? </h2>
<p class="txt">
Manual software testing courses at Srishti Campus promise you multiple methodologies of the domain. Our experienced faculty from the best software testing wing would introduce you to manual testing types like SDLC, STLC, Testing techniques, bug reporting, etc.
</p>
<h3>Why should you <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">learn software testing</a>? </h3>
<p class="txt">
Software training is educating and teaching individuals or groups how to use a particular software application or program effectively. The software training at Srishti Campus covers basic concepts, advanced features, best practices, troubleshooting, and software maintenance.
</p>
</div>
</div>
<?php
}
if($url_code=='automation/testing/automation/internship/trivandrum/kerala')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Experience The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best Software Testing Training In India</a> </h1>
<p class="txt">
Software testing offers one of the most promising careers, and <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">software testing training courses in India</a> offer various classes. Srishti Campus offers the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training courses</a> in offline and online modes with experienced faculty. Software testing is a crucial aspect of software development, and the demand for skilled software testers is high in the software industry.
</p>
<h1>Why Learn Automating Testing From The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best Software Training Institute In Kerala</a>? </h1>
<p class="txt">
Automation testing is a software testing technique that involves using tools and scripts to automate the execution of test cases. Learn software testing and understand various software programs and tools to perform the testing process, rather than manually executing each test case.
</p>
</div>
</div>
<?php
}
if($url_code=='manual/testing/automation/internship/trivandrum/kerala')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Be A Part Of <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Manual Testing Internship</a> Through Manual Testing</h1>
<p class="txt">
<a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Manual software testing courses</a> at Srishti Campus promise you multiple methodologies of the domain. Our experienced faculty from the best software testing wing would introduce you to manual testing types like SDLC, STLC, Testing techniques, bug reporting, etc.
</p>
</div>
</div>
<?php
}
if($url_code=='software-testing')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Experience The Best Software Testing Training In India </h1>
<p class="txt">
Software testing offers one of the most promising careers, and <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">software testing training courses in India</a> offer various classes. Srishti Campus offers the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training courses</a> in offline and online modes with experienced faculty. Software testing is a crucial aspect of software development, and the demand for skilled software testers is high in the software industry.
</p>
<h2 >Why Go For A <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Software Testing Course?</a> </h2>
<p class="txt">
As a software tester, you can expect to work in a dynamic and challenging environment where you will be responsible for ensuring the quality of software products. Srishti Campus, <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">India's best software training institute</a>, provides automation and manual testing training with in-hand experience in several prominent tools.
</p>
</div>
</div>
<?php
}
if($url_code=='manual-testing')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Learn The Best <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Manual Software Testing</a> With Us</h1>
<p class="txt">
Manual software testing is the process of manually testing a software application to identify any defects or errors in it. In this process, a tester follows a set of predefined test cases to verify the application's functionality, usability, performance, and security.
</p>
<h2 >Why Choose The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best Software Training Institute In Kerala</a>?</h2>
<p class="txt">
Manual software testing courses at Srishti Campus promise you multiple methodologies of the domain. Our experienced faculty from the best software testing wing would introduce you to manual testing types like SDLC, STLC, Testing techniques, bug reporting, etc.
</p>
<h3 >Why should you <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">learn software testing</a>?</h3>
<p class="txt">
Software training is educating and teaching individuals or groups how to use a particular software application or program effectively. The software training at Srishti Campus covers basic concepts, advanced features, best practices, troubleshooting, and software maintenance.
</p>
</div>
</div>
<?php
}
if($url_code=='php/fullstack/course')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Offline and Online PHP Training </h1>
<p class="txt">
Srishti campus has been established as the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in India</a>. The students at the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training centre</a>, Srishti Campus, undoubtedly experience incredible PHP online and offline training sessions. The internship courses include practicals with placement assistance to the students. Srishti Campus, the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training centre in Kerala</a>, offers students one of the best learning experiences.
The full stack PHP training includes a package of HTML, Bootstrap, JavaScript, J Query frameworks, My SQL, Codeigniter, and the like.
</p>
<h2 >Why Choose Srishti Campus for <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP Training?</a></h2>
<p class="txt">
With industry expertise and experience, Srishti Campus has embarked on its name in the field of technology training for the past decade. It has been established as the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in India</a>. The students at the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training centre</a>, Srishti Campus, undoubtedly experience incredible PHP online and offline training sessions.
</p>
</div>
</div>
<?php
}
if($url_code=='php/fullstack/internship/trivandrum/kerala')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Learn PHP through an Internship </h1>
<p class="txt">
From India's <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute</a>, experience an excellent internship opportunity with the best software trainers. Our offline and online PHP training is designed to equip you with the skills and knowledge you need to become a PHP professional. Through theoretical lessons and hands-on projects, you will learn how to create dynamic and interactive web applications using PHP from the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP institute in India</a>.
</p>
<h2 >Offline and Online PHP Training </h2>
<p class="txt">
Srishti campus has been established as the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in India</a>. The students at the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training centre</a>, Srishti Campus, undoubtedly experience incredible PHP online and offline training sessions. The internship courses include practicals with placement assistance to the students. Srishti Campus, the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training centre in Kerala</a>, offers students one of the best learning experiences.
</p>
</div>
</div>
<?php
}
if($url_code=='php/training/in/trivandrum/kerala')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Learn PHP With Frameworks</h1>
<p class="txt">
Core PHP refers to the standard PHP language without the use of any frameworks. With the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute</a>, Srishti Campus provides a platform to build Core PHP, which involves writing code from scratch to handle all the aspects of the site. Our offline and online PHP training is designed to equip you with the skills and knowledge you need to become a PHP professional
</p>
<h2 ><a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best PHP Training Institute in India</a> </h2>
<p class="txt">
With the core PHP lessons, frameworks such as Laravel, Symfony, and CodeIgniter provide ready-made solutions for handling common tasks, such as user authentication, routing, and database integration, allowing developers to focus on building unique features and functionality.
</p>
</div>
</div>
<?php
}
if($url_code=='php/web/development/training/kerala')
{
?>
<div class="row">
<div class="col-lg-12">
<h1> PHP Web Development </h1>
<p class="txt">
PHP is today one of the most extensively used languages to code multiple websites, and <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training</a> can help you earn a skill to begin your career in IT. With the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in Kerala</a>, you can now learn and excel in several domains of PHP, like Core, Codeigniter, Web Development, and the like. Learning PHP courses in India can open up multiple ranges of opportunities in web development.
</p>
<h2 >PHP Web Development- In Depth </h2>
<p class="txt">
PHP web development refers to creating dynamic web applications using the PHP programming language. PHP is a server-side scripting language widely used to develop web applications and websites. PHP is a popular choice for web development because it is free, open-source, and widely supported. It has a large and active community of developers who contribute to the development of the language and its associated frameworks and libraries.
</p>
</div>
</div>
<?php
}
if($url_code=='php-course')
{
?>
<div class="row">
<div class="col-lg-12">
<h1> Learn PHP With Frameworks </h1>
<p class="txt">
Core PHP refers to the standard PHP language without the use of any frameworks. With the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute</a>, Srishti Campus provides a platform to build Core PHP, which involves writing code from scratch to handle all the aspects of the site. Our offline and online PHP training is designed to equip you with the skills and knowledge you need to become a PHP professional
</p>
<h2 ><a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best PHP Training Institute in India</a></h2>
<p class="txt">
With the core PHP lessons, frameworks such as Laravel, Symfony, and CodeIgniter provide ready-made solutions for handling common tasks, such as user authentication, routing, and database integration, allowing developers to focus on building unique features and functionality.
</p>
</div>
</div>
<?php
}
if($url_code=='php-beginers')
{
?>
<div class="row">
<div class="col-lg-12">
<h1> Get Your Hands On The Best PHP Course </h1>
<p class="txt">
PHP is today one of the most extensively used languages to code multiple websites, and <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training</a> can help you earn a skill to begin your career in IT. With the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in Kerala</a>, you can now learn and excel in several domains of PHP, like Core, Codeigniter, Web Development, and the like. Learning PHP courses in India can open up multiple ranges of opportunities in web development.
</p>
<h2 >Why Learn PHP From The Best Software Training Centre?</h2>
<p class="txt">
Srishti Campus has built its name with years of experience as India's best software training centre. Learning PHP from experienced faculties of Srishti Campus opens up multiple chances to learn one of the most demanding software languages. PHP is also a relatively easy programming language to learn, especially for one with no knowledge of programming. The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training in Kerala</a> would help them acquire one of the popular skill sets of the industry demand.
</p>
</div>
</div>
<?php
}
if($url_code=='codeigniter-course')
{
?>
<div class="row">
<div class="col-lg-12">
<h1> CodeIgniter From The Best PHP Training Institute In India </h1>
<p class="txt">
CodeIgniter is a PHP web application framework used for developing web applications rapidly. It is an open-source framework that allows Model-View-Controller (MVC) architecture patterns. Written in PHP, our expert trainers from the best PHP institute in Kerala provide you with one-on-one assistance.
</p>
<h2 >Why Learn CodeIgniter From The Best Software Training Centre? </h2>
<p class="txt">
Srishti Campus has built its name with years of experience as India's best software training center. Learning CodeIgniter from experienced faculties of Srishti Campus opens up multiple chances to learn one of the most demanding software languages.
CodeIgniter and the much-trending MVC architecture are relatively easy to learn compared to other PHP frameworks. CodeIgniter is a flexible framework that allows developers to use only the necessary components rather than being forced to use everything.
</p>
</div>
</div>
<?php
}
if($url_code=='core-php-with-framework')
{
?>
<div class="row">
<div class="col-lg-12">
<h1> Learn PHP With Frameworks </h1>
<p class="txt">
Core PHP refers to the standard PHP language without the use of any frameworks. With the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute</a>, Srishti Campus provides a platform to build Core PHP, which involves writing code from scratch to handle all the aspects of the site. Our offline and online PHP training is designed to equip you with the skills and knowledge you need to become a PHP professional
</p>
<h2 ><a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best PHP Training Institute in India</a></h2>
<p class="txt">
With the core PHP lessons, frameworks such as Laravel, Symfony, and CodeIgniter provide ready-made solutions for handling common tasks, such as user authentication, routing, and database integration, allowing developers to focus on building unique features and functionality.
</p>
</div>
</div>
<?php
}
if($url_code=='php-internship')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Learn PHP through an Internship</h1>
<p class="txt">
From India's <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute</a>, experience an excellent internship opportunity with the best software trainers. Our offline and online PHP training is designed to equip you with the skills and knowledge you need to become a PHP professional. Through theoretical lessons and hands-on projects, you will learn how to create dynamic and interactive web applications using PHP from the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP institute in India</a>.
</p>
<h2 >Offline and Online PHP Training</h2>
<p class="txt">
Srishti campus has been established as the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in India</a>. The students at the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training centre</a>, Srishti Campus, undoubtedly experience incredible PHP online and offline training sessions. The internship courses include practicals with placement assistance to the students. Srishti Campus, the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training centre in Kerala</a>, offers students one of the best learning experiences.
</p>
</div>
</div>
<?php
}
if($url_code=='php-premium-course')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Learn PHP Premium Course</h1>
<p class="txt">
In this course, you'll learn the basics of PHP programming language, a popular server-side scripting language used to build dynamic websites and web applications. With an excellent training experience from the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in India</a>, the course will equip both beginners and advanced learners with PHP training. With us, you can now learn and excel in several domains of PHP, like Core, Codeigniter, Web Development, and the like. Learning <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP courses in India</a> can open up multiple ranges of opportunities in web development.
</p>
<h2 >Offline and Online PHP Training </h2>
<p class="txt">
With industry expertise and experience, Srishti Campus, the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best Software training centre </a> has embarked on its name in the field of technology training for the past decade. It has been established as the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training institute in India</a>. The students at the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training centre</a>, Srishti Campus, undoubtedly experience incredible PHP online and offline training sessions.
</p>
</div>
</div>
<?php
}
if($url_code=='php-crash-course')
{
?>
<div class="row">
<div class="col-lg-12">
<h1>Get Your Hands On The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Best PHP Course</a> </h1>
<p class="txt">
PHP is today one of the most extensively used languages to code multiple websites, and <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training</a> can help you earn a skill to begin your career in IT. With the best <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training institute in Kerala</a>, you can now learn and excel in several domains of PHP, like Core, Codeigniter, Web Development, and the like. Learning PHP courses in India can open up multiple ranges of opportunities in web development.
</p>
<h2 >Why Learn PHP </h2>
<p class="txt">
Being a developer, understanding PHP is essential for the career. For developing dynamic web applications, Srishti Campus will provide you with the best hands-on <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training</a> centre, a session for that thumping career start. The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training</a> module will give you details on frameworks and help you become a successful developer.
PHP is also a relatively easy programming language to learn, especially for one with no knowledge of programming. The <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best PHP training</a> in Kerala would help them acquire one of the popular skill sets of the industry demand.
With the help of our dedicated faculty of trainers, get to know about the insights of this much demanding and popular scripting language. Take advantage of the opportunity to learn from <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">Kerala's best PHP training centre</a>.
</p>
<h3>Why Choose Srishti Campus for <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP Training?</a> </h3>
<p class="txt">With industry expertise and experience, Srishti Campus has embarked on its name in the field of technology training for the past decade. It has been established as the best <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">PHP training institute in India</a>. The students at the <a href="https://www.srishticampus.in/best-php-training-centre-in-trivandrum/">best software training centre</a>, Srishti Campus, undoubtedly experience incredible PHP online and offline training sessions.
</p>
</div>
</div>
<?php
}
if($url_code=='Android-App-Development')
{
?>
<div class="row">
<div class="col-lg-12">
<p class="txt">
Srishti Campus provides the best Android Training in Trivandrum, has a diligent team of extremely professional faculty who will aim to identify, evaluate, implement and render the best training. Our Android Course is imparted by a highly professional panel of experts. The Certification of android development holds its prominence of interactive sessions and hands-on projects ensuring that our trainees graduate as an expert android developer.
</p>
<h3 style="font-size: 20px;">Enroll Android App Development Training </h3>
<ul>
<ol>
● Highest number of Android App developers are produced by Srishti Campus with 100% placement assistance
</ol>
<ol>
● Well experienced and certified professionals as trainers
</ol>
<ol>
● 100% career-oriented training
</ol>
<ol>
● Flexible timings and facilitated infrastructure
</ol>
<ol>
● Continuous tracking of new trends and requirements
</ol>
</ul>
</div>
</div>
<?php
}
if($url_code=='mern-stack-node')
{
?>
<div class="row">
<div class="col-lg-12">
<h1 style="font-size: 30px;">Get the best MERN Stack online and offline training</h1>
<br>
<h2 style="font-size: 25px;">Srishti Campus promises an enriching learning experience with MERN Stack Online and Offline Training with live session </h2>
<p class="txt">
At Srishti Campus, our faculty of experts promise not just a monotonous routine of classes but also a chance to get placed with 100% assistance and corporate training
Extensive knowledge in Full Stack Web Development Mern Stack course aims to deliver an exclusive knowledge of software development with expertise in backend and front-end technologies. It is indisputably one of the most demanding careers in 2022 with the end number of opportunities and pay.
</p>
<h3 style="font-size: 20px;">MERN Stack in Detail</h3>
<p class="txt">
The technology of MERN Stack usually means a combination of four technologies: ExpressJS, ReactJS, MongoDB, and Node.js. These technologies handle the areas of Node. j.s web framework, client-side javascript format, document database, and premier JavaScript web server, respectively.
</p>
<h3 style="font-size: 20px;">What do you get from Srishti Campus?</h3>
<p class="txt">
Our MERN Stack online training and live sessions provide our candidates with various perks for aspiring web and full-stack developers. The Internship and Certificate courses open up a series of learning options to the candidates.
</p>
<ul>
<ol>
● Practical experience and exposure to various designs and components
</ol>
<ol>
● Understanding and working with CSS, JavaScript, Bootstrap, and HTML5
</ol>
<ol>
● JavaScript allows you to manipulate DOM factors
</ol>
<ol>
● Pros and Cons of using React
</ol>
<ol>
● Exposure to Node.js, streams, events, APIs, and execution
</ol>
<ol>
● Comprehensive knowledge of functional components, routing in React, and lifecycle
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Who should join us?</h3>
<br>
<ul>
<ol>
● Students with a background of technical and professional knowledge/degree
</ol>
<ol>
● Career switchers with an interest in the field of Information and technology
</ol>
<ol>
● Teachers, trainers, working professionals who would like to upskill themselves and find their luck in the IT domain
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Our Key Areas</h3>
<br>
<ul>
<ol>
● MERN Stack Online Training and live session
</ol>
<ol>
● Interactive Demo Classes
</ol>
<ol>
● Individual Session/Training
</ol>
<ol>
● Placement Assistance
</ol>
<ol>
● Just-in-Time Interview
</ol>
<ol>
● 100+ course modules and packages
</ol>
<ol>
● Exclusive Job Portal
</ol>
<ol>
● Assistance from Industrial Experts
</ol>
<ol>
● Assessment Segments
</ol>
</ul>
</div>
</div>
<?php
}
if($url_code=='mean-stack-node')
{
?>
<div class="row">
<div class="col-lg-12">
<h1 style="font-size: 30px;">Get the best MEAN Stack online and offline training</h1>
<br>
<h2 style="font-size: 25px;">Srishti Campus promises an enriching learning experience with MEAN Stack Online and Offline Training with live session </h2>
<p class="txt">
At Srishti Campus, our faculty of experts promise not just a monotonous routine of classes but also a chance to get placed with 100% assistance and corporate training Extensive knowledge in the Full Stack Web Development Mean Stack course aims to deliver exclusive knowledge in developing web applications. It is one of the most demanding and popular technology concepts used while building a website.
It is indisputably one of the most demanding careers in 2022 with the end number of opportunities and pay.
</p>
<h3 style="font-size: 20px;">MEAN Stack in Detail</h3>
<p class="txt">
The MEAN Stack course will help you understand multiple skills like MongoDB, Express.js, Angular, Node.js, HTML, JavaScript, and GIT to build applications and services with our Full Stack Mean course.
</p>
<h3 style="font-size: 20px;">What do you get from Srishti Campus?</h3>
<p class="txt">
Our MERN Stack online training and live sessions provide our candidates with various perks for aspiring web and full-stack developers. The Internship and Certificate courses open up a series of learning options to the candidates.
</p>
<ul>
<ol>
● Practical experience and exposure to various designs and components
</ol>
<ol>
● Understanding and working with Node JS, JavaScript, Angular, Docker, and Protractor
</ol>
<ol>
● Learn how to build end-to-end application
</ol>
<ol>
● Practical exposure on testing and deploying code
</ol>
<ol>
● Learn data storage using MongoDB
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Who should join us?</h3>
<br>
<ul>
<ol>
● Students with a background of technical and professional knowledge/degree
</ol>
<ol>
● Career switchers with an interest in the field of Information and technology
</ol>
<ol>
● Teachers, trainers, working professionals who would like to upskill themselves and find their luck in the IT domain
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Our Key Areas</h3>
<br>
<ul>
<ol>
● MEAN Stack Online Training and live session
</ol>
<ol>
● Interactive Demo Classes
</ol>
<ol>
● Individual Session/Training
</ol>
<ol>
● Placement Assistance
</ol>
<ol>
● Just-in-Time Interview
</ol>
<ol>
● 100+ course modules and packages
</ol>
<ol>
● Exclusive Job Portal
</ol>
<ol>
● Assistance from Industrial Experts
</ol>
<ol>
● Assessment Segments
</ol>
</ul>
</div>
</div>
<?php
}
if($url_code=='python-development')
{
?>
<div class="row">
<div class="col-lg-12">
<h1 style="font-size: 30px;">Get the best Python online and offline training</h1>
<br>
<h2 style="font-size: 25px;">Srishti Campus promises an enriching learning experience with Python Online and Offline Training with Live Session</h2>
<p class="txt">
At Srishti Campus, our faculty of experts promise not just a monotonous routine of classes but also a chance to get placed with 100% assistance with corporate training!
Getting a best Python certification course helps the candidate to deep dive into analytics and data mining. Largely used in engineering firms, the programming language is even used for game development, machine learning, AI, database management, and more. Our python developer course online and offline opens up opportunities to learn fundamentals and in-depth nuances of the language.
</p>
<h3 style="font-size: 20px;">Python in Detail</h3>
<p class="txt">
Python is a general purpose and popular programming language used by almost all scale industries. Its readability, great community, standard library, and support from multiple platforms make it one of the most wanted and used languages. Due to its interaction with a variety of databases, Python is popularly used for large-scale analysis.
</p>
<h3 style="font-size: 20px;">What do you get from Srishti Campus?</h3>
<p class="txt">
Our best online and offline Python courses provide our candidates with various perks for aspiring game developers and Machine Learning enthusiasts. The Internship and Certificate courses open up a series of learning options to the candidates.
</p>
<ul>
<ol>
● Importance of Python and Basics
</ol>
<ol>
● Functions, loopings, and datatypes
</ol>
<ol>
● Basics of machine learning and Python
</ol>
<ol>
● Expressions, datatype, looping and OOP
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Who should join us?</h3>
<br>
<ul>
<ol>
● Students with a background of technical and professional knowledge/degree
</ol>
<ol>
● Career switchers with an interest in the field of Information and technology
</ol>
<ol>
● Teachers, trainers, working professionals who would like to upskill themselves and find their luck in the IT domain
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Our Key Areas</h3>
<br>
<ul>
<ol>
● Python Online Training and live session
</ol>
<ol>
● Interactive Demo Classes
</ol>
<ol>
● Individual Session/Training
</ol>
<ol>
● Placement Assistance
</ol>
<ol>
● Just-in-Time Interview
</ol>
<ol>
● 100+ course modules and packages
</ol>
<ol>
● Exclusive Job Portal
</ol>
<ol>
● Assistance from Industrial Experts
</ol>
<ol>
● Assessment Segments
</ol>
</ul>
</div>
</div>
<?php
}
if($url_code=='data-science-python')
{
?>
<div class="row">
<div class="col-lg-12">
<h1 style="font-size: 30px;">Get the best Data Science Live Classes</h1>
<br>
<h2 style="font-size: 25px;">Srishti Campus promises an enriching learning experience with data science live course</h2>
<p class="txt">
At Srishti Campus, our faculty of experts promise not just a monotonous routine of classes but also a chance to get placed with 100% assistance with corporate training!
Learning data science from best online and offline data science programs will open many career gates for an IT enthusiast. The conceptual learning at Srishti Campus will provide the candidates with expertise and a strong resume.
</p>
<h3 style="font-size: 20px;">Data Science in Detail</h3>
<p class="txt">
In- demand, and critical are the two factors data science has brought to the industry. Today, data analysts are data miners who have the power to interpret, maintain data, and male it accessible to analyze. Small or big scales, data scientists are chosen as per the entire data life cycle.
</p>
<h3 style="font-size: 20px;">What do you get from Srishti Campus?</h3>
<p class="txt">
Our data science live classes provide our candidates with various perks for aspiring decision scientists and data analysts. The Internship and Certificate courses open up a series of learning options to the candidates.
</p>
<ul>
<ol>
● Ability to solve classification problems based on real-life situation using machine learning tools
</ol>
<ol>
● Proficiency over Python and Excel
</ol>
<ol>
● Ability to interpret raw data with the help of data engineering tools
</ol>
<ol>
● Knowledge to make Social Networking Analysis
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Who should join us?</h3>
<br>
<ul>
<ol>
● Students with a background of technical and professional knowledge/degree
</ol>
<ol>
● Career switchers with an interest in the field of Information and technology
</ol>
<ol>
● Teachers, trainers, working professionals who would like to upskill themselves and find their luck in the IT domain
</ol>
</ul>
<br>
<h3 style="font-size: 20px;">Our Key Areas</h3>
<br>
<ul>
<ol>
● Best Data Science Certification Online and Offline
</ol>
<ol>
● Interactive Demo Classes
</ol>
<ol>
● Individual Session/Training
</ol>
<ol>
● Placement Assistance
</ol>
<ol>
● Just-in-Time Interview
</ol>
<ol>
● 100+ course modules and packages
</ol>
<ol>
● Exclusive Job Portal
</ol>
<ol>
● Assistance from Industrial Experts
</ol>
<ol>
● Assessment Segments
</ol>
</ul>
</div>
</div>
<?php
}
if($url_code=='iOS-App-Development-Course')
{
?>
<div class="row">
<div class="col-lg-12">
<h3 style="font-size: 20px;">Enroll for iOS App Development Training </h3>
<p class="txt">
Srishti Campus always offers the best career-oriented courses that prepare our students to face any challenges in their career. We offer them the most credible placement assistance and certification guidance. Srishti Campus, one among the best ten iOS App Development training institutes in the city offering the best career-oriented training in iOS app development.
We have expert professionals who have worked and are still working in reputed MNCs. Become a certified iOS application developer with our unique course!!
</p>
</div>
</div>
<?php
}
if($url_code=='Java-application-development')
{
?>
<div class="row">
<div class="col-lg-12">
<h3 style="font-size: 20px;">Enroll for Java Training </h3>
<p class="txt">
Srishti Campus provides the best Java training in Trivandrum. Our world-class Java Certification Training will help you to become a Java expert. We offer them the most credible placement assistance and certification guidance for java training in Trivandrum. Srishti Campus is one of the reputed institutions providing the most competitive learning in Java and other technical courses. We offer the best curriculum prepared through proper research by experts. Become a certified Java Developer with our unique course!!
</p>
</div>
</div>
<?php
}
if($url_code=='Core-PHP-Course')
{
?>
<div class="row">
<div class="col-lg-12">
<h3 style="font-size: 20px;">Enroll for Php training </h3>
<p class="txt">
Srishti Campus provides the best Php training in Trivandrum. Our world-class Php Certification Training will help you to become a Php expert. We offer them the most credible placement assistance and certification guidance for Php training in Trivandrum. We offer the best curriculum prepared through proper research by experts. Srishti Campus is one of the reputed institutions providing the most competitive learning in php and other technical courses. Become a certified Php Developer with our unique course!!
</p>
</div>
</div>
<?php
}
if($url_code=='Python-Development')
{
?>
<div class="row">
<div class="col-lg-12">
<h3 style="font-size: 20px;">Enroll for Python training</h3>
<p class="txt">
Srishti Campus provides the best Python training in Trivandrum. Our world-class Python Certification Training will help you to become a Python expert. We offer them the most credible placement assistance and certification guidance for Python training in Trivandrum. Srishti Campus is one of the reputed institutions providing the most competitive learning in python and other software training courses. Become a certified Python Developer with our unique course!!
Get enrolled at Srishti Campus for the most demanding skill. This will make a great career break for you.
</p>
</div>
</div>
<?php
}
?>
</div>
</section>
<section class="on-training">
<div class="container">
<div class="row">
<div class="col-12">
<div class="online-tr">
<?php
$packages1 = "SELECT * FROM course_details where course_type=0 and popular=1 and technology='".$technology."' and id != ". $package_id;
$packagesResult1 = mysqli_query($con, $packages1) or die("database error:" . mysqli_error($con));
while ($packages1 = mysqli_fetch_assoc($packagesResult1)) {
?>
<div class="online-itemas">
<div class="trainng-img">
<?php
echo '<img src="'.$baseurl.'packageImages/' . $packages1['image'] . '" alt="srishti campus ' . $packages1['name'] . ' trivandrum" Title="' . $packages1['name'] . ' "/>';
?>
</div>
<div class="training-description">
<h3 class="training"><?php echo $packages1['name']; ?></h3>
<div class="dur-tr">
<ul>
<?php
$course_type=$packages1['course_type'];
if($course_type==0)
{
?>
<li><i class="fas fa-rupee-sign" aria-hidden="true"></i><?php echo $packages1['cost']; ?> </li>
<li><i class="fas fa-clock"></i><?php echo $packages1['hour']; ?> hrs </li>
<li><i class="fas fa-user-graduate"></i> <?php echo $packages1['placement']; ?>% placement</li>
<?php
}
if($course_type==1)
{
?>
<li><i class="fas fa-clock"></i><?php echo $packages1['hour']; ?> hrs </li>
<li><i class="fas fa-user-graduate"></i> <?php echo $packages1['placement']; ?>% placement</li>
<?php
}
?>
</ul>
</div>
<div class="training-ul">
<div class="heiBx">
<p class="desps"> <?php echo $packages1['description']; ?> </p>
</div>
<div class="dur-tr rateParts">
<div class="rating_list">
<a href="<?php echo $baseurl; ?>comments.php?tech=<?php echo $packages1['technology'] ?>">
<?php
$ratinguery = "SELECT AVG(rating) AS avg FROM reviews where technology=" . $packages1['technology'] . " ";
$ratingResult = mysqli_query($con, $ratinguery) or die("database error:" . mysqli_error($conn));
while ($rating = mysqli_fetch_assoc($ratingResult)) {
for ($i = 1; $i <= 5; $i++) {
$ratingClass = "far";
if ($i <= ceil($rating['avg'])) {
$ratingClass = "fas";
}
?>
<span class=" fa-star <?php echo $ratingClass; ?>" aria-hidden="true"></span>
<?php } ?>
</a>
</div>
<div class="comments_list"><i class="fas fa-comments" aria-hidden="true"></i><a href="https://www.google.com/search?q=srishti+campus&oq=srishti+campus&aqs=chrome..69i57j46i175i199j0j0i22i30l2j69i60l2j69i65.2764j0j7&sourceid=chrome&ie=UTF-8#lrd=0x3b05b95e87b42537:0x5d73d1ce107e6a53,1,,," target="_blank">Comments</a></div>
</div>
<?php } ?>
</div>
<div class="view-details">
<?php
if ($u_id) {
echo '<a class="view-training" href="'.$baseurl.'course/' . $packages1['url_code'] . '"> View Details </a>';
echo '<a class="view-training entroll-training" href="'.$baseurl.'enroll.php?id=' . $packages1['id'] . '"> ENROLL </a>';
?>
<?php } else {
?>
<!-- <a class="view-training edit" href="#" data-id="<?php echo $packages1['id']; ?>">View Details</a>
<a class="view-training entroll-training editenroll" href="#" data-id="<?php echo $packages1['id']; ?>">ENROLL NOW</a> -->
<a class="view-training edit" href="https://www.srishticampus.com/login_new_login.php" data-id="<?php echo $packages1['id']; ?>">View Details</a>
<a class="view-training entroll-training editenroll" href="https://www.srishticampus.com/login_new_login.php" data-id="<?php echo $packages1['id']; ?>">ENROLL</a>
<?php } ?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
<div class="modal fade" id="modalRegisterForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header text-center">
<h4 class="modal-title w-100 font-weight-bold">REQUEST FORM</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body mx-3">
<form id="demoform" method="post">
<div class="demo-upbox">
<div class="md-form mb-3">
<label for="democourse">Course</label>
<input type="text" id="democourse" name="democourse" class="form-control" ">
<!-- <select class="form-control" id="democourse" name="democourse">
<option value="ANDROID">ANDROID</option>
<option value="PHP">PHP</option>
<option value="IOS">IOS</option>
<option value="HYBRID">HYBRID</option>
<option value="PYTHON">PYTHON</option>
<option value=".NET">.NET</option>
</select> -->
</div>
<div class="md-form mb-3">
<i class="fas fa-user prefix grey-text"></i> <label style="margin-left: 7px;
">Enter your name</label>
<input type="text" id="demoname" name="demoname" class="form-control" value="<?php echo $uname; ?>">
</div>
<div class="md-form mb-3">
<i class="fas fa-envelope prefix grey-text"></i><label style="margin-left: 7px;
">Enter your email</label>
<input type="email" id="demoemail" class="form-control" name="demoemail" value="<?php echo $email; ?>">
</div>
<div class="md-form mb-3">
<i class="fas fa-phone-alt prefix grey-text"></i> <label style="margin-left: 7px;
">Enter your phone number</label>
<input type="text" id="demophone" class="form-control" maxlength="10" pattern="[0-9]+" name="demophone" value="<?php echo $phone; ?>">
</div>
<div class="md-form mb-3">
<label style="margin-left: 7px;
">Enter Your Message</label>
<textarea name="message" id="message" cols="20" rows="3" class="form-control" aria-invalid="false" autocomplete="off"></textarea>
</div>
<div class="md-form mb-3" style="text-align: center;">
<label style="display:none;color:red;" class="demoshow-label"> You have already registerd with our website. Please login directly </label>
<input type="submit" class="get-started sign-inbtn" name="demo_submit" value="SUBMIT" style="cursor: pointer;width: 200px;">
</div>
</div>
</form>
<form id="demootpform" method="post">
<div class="demootp-enter" style="display:none;">
<div class="fields">
<div class="inputfields">
<label style="display:none;color:red;" class="demootp-label"> An OTP has been send to your mobile number. Please enter it here. </label>
<div class="form-group">
<div class="input-image"> <img src="images/icons/otp.png" alt="image"> </div>
<input type="text" name="demootp" id="demootp" class="form-control mailbox" placeholder="Enter OTP">
<label style="display:none;color:red;" class="invalid-demootp"> Please enter the correct OTP </label>
</div>
</div>
</div>
<input type="submit" class="get-started sign-inbtn" name="demootp_submit" value="VERIFY" style="cursor: pointer;">
</div>
</form>
</div>
</div>
</div>
</div>
<?php if (empty($u_id)) { ?>
<!--<button class="btn luckybtn" >lucky popup </button>-->
<?php } ?>
</section>
<?php include 'footer_new_login.php'; ?>
<script>
$(document).ready(function () {
var course_name=$("#course_name").val();
$("#democourse").val(course_name);
$(document).on('click', '.edit', function () {
var package_id = $(this).data('id');
$('#course_type').val(package_id);
$('#exampleModal1').modal('show');
});
$(document).on('click', '.editenroll', function () {
var package_id = $(this).data('id');
$('#course_type').val(package_id);
$('#exampleModal1').modal('show');
});
$('.readmores').click(function () {
$("#modelWindow").modal("show");
});
})
$('.menu-icon').click(function(){
$('.only-mobile').show();
});
$('.close-btn').click(function(){
$('.only-mobile').hide();
});
$("#demoform").validate({
onkeyup: function (el, e) {
$(el).valid();
},
rules: {
"demoname": {
required: true
},
"demophone": {
required: true,
validate_phone: true
},
"demoemail": {
required: true,
validate_email: true
}
},
submitHandler: function (form, e) {
$('#pageloaddiv').show();
var data = {
name: $("#demoname").val(),
phone: $("#demophone").val(),
email: $("#demoemail").val(),
course : $("#democourse").val(),
message : $("#message").val()
}
$.ajax({
url: 'https://www.srishticampus.com/fee_save_request.php',
type: "POST",
data: data,
success: function (response) {
//alert(response);
if (response == 1)
{
swal('Thank you for contacting Srishti Campus! Our Team will be in touch with you soon. For any further assistance please feel free to call/ whatsapp in 9778639922 or you can reach us via email anytime through srishticampusteam@srishtis.com.');
}
// $('#pageloaddiv').hide();
// if (response == 1) {
// $(".demo-upbox").hide();
// $(".demootp-enter").show();
// $(".demootp-label").show();
// }
// if (response == 0) {
// $(".demo-upbox").show();
// $(".demoshow-label").show();
// }
// if (response == 3) {
// $('#modalRegisterForm').modal('hide');
// swal({title: "",
// type: "success",
// text: "Your request submitted successfully! Thank you for contacting us. Our team will be in touch with you soon!"});
// }
// if (response == 2) {
// alert('Something went wrong');
// }
}
});
}
});
</script>
|