slidescope

Tableau Course

Tableau Course for Professionals and Beginners 17 Ratings, 100 Students,  4.7/5 Tableau Course Details Course Name Tableau Course Training (Placement Oriented) Course Duration 45 Days Course Fees INR 6800 , Offer Price INR 3999 Mode of Training Online and Offline 2 Days Free Demo Classes are also available. We offer Interview Tips and Resume …

Tableau Course Read More »

Create Read Update Delete in PHP with Source Code

Source Code of Create, Read, Update and Delete in Php. Source code of config.php <?php $conn = mysqli_connect(“localhost”, “root”, “”, “northwind”) OR die(“CNC”); ?> Showcustomers.php <?php include ‘config.php’; $sqlshow = “SELECT `CustomerID`, `CompanyName`, `ContactName`, `ContactTitle` FROM `customers` “; $results = mysqli_query($conn, $sqlshow); echo “<table border=’1′ width=’100%’><tr><th>ID</th> <th>CompanyName</th> <th>ContactName</th> <th>ContactTitle</th></tr>”; foreach($results as $result){ ?> <tr> <td><?php …

Create Read Update Delete in PHP with Source Code Read More »

Complete Facebook Page Setup Guide and Tutorial

This is a step by step or a Complete Facebook Page Setup Guide and Tutorial which covers following steps: Creating a Facebook Business Page Basic settings of a Facebook Page. Roles Management in Facebook Page Automatic Message Responding in Facebook Business Page. Settings Link Tabs Choosing the best template as per the type of business. …

Complete Facebook Page Setup Guide and Tutorial Read More »