PDO-OOP-PHP-CRUD-with-Bootstrap 2016 (Select Query) | Part-2

PDO-OOP-PHP-CRUD-with-Bootstrap 2016 (Select Query) | Part-2

Technical Suneja

7 лет назад

7,733 Просмотров

Published on Sept 25, 2016

Playlist Name : PDO-OOP-PHP-CRUD-with-Bootstrap 2016


In these video you can see how to Fetch data from database using PDO in PHP.

Playlists link : https://www.youtube.com/playlist?list=PL_HlKez9XCSOSR6rVp8Na_fYIiiMGvPqD
Basic source code of PDO form video 1 to video 10 (Drop Box link mention below)

https://www.dropbox.com/s/rott26goekkm7z4/PDO-OOP-PHP-CRUD-with-Bootstrap.rar?dl=0


PDO : (PHP Data Objects) is a general database abstraction layer with support for MySQL among many other databases. It provides prepared statements, and significant flexibility in how data is returned.

if you have any query about these stuff ..you can mail us on this email id : [email protected].

Twitter id :https://twitter.com/tutorialspoint2

facebook : https://www.facebook.com/tutorialspoint2016

Instragram : https://www.instagram.com/tutorialspoint2016

Don't forget to hit the Subscribe & Like button!

Тэги:

#Select_Query #PDO-OOP-PHP-CRUD-with-Bootstrap_2016_(Select_Query)_|_Part-2 #PDO #(PHP_Data_Objects)_is_a_general_database #database_abstraction_layer_with_support_for_MySQL #data_is_returned. #TutorialsPoint_2016 #curd_in_php #display_code #delete #youtube #youtube.com #php #php_tutorial #learn_php #ajay_suneja #killer_clown #facebook_hack #donald_trump #bahubali_2 #dear_zindagi #world_war #dubai_rich_life #how_to_earn_from_youtube #wardrobe_malfunction
Ссылки и html тэги не поддерживаются


Комментарии:

@harshitaranya3035
@harshitaranya3035 - 17.07.2021 15:02

Nahi dekhunga usme awaz nahi aati.

Ответить
@gnaneshgn8341
@gnaneshgn8341 - 01.02.2019 14:24

im using mysqli does i have to change in PDO as mysqli.?

Ответить
@kr4it113
@kr4it113 - 23.11.2017 22:50

if you want to fetch all just type this
<?php
include 'include/db.php';
$stmt=$dbh->query('SELECT * FROM users');
$rows = $stmt->fetchAll();
foreach ($rows as $row ) {
echo $row['first_name'];
echo $row['last_name']. '<br>' ;
}
?>

Ответить
@yashsomaiya8544
@yashsomaiya8544 - 13.10.2017 22:42

Can u make a video based on ecommerce website using PHP & PDO??

Ответить
@sudiptadas7452
@sudiptadas7452 - 03.04.2017 16:58

Call to a member function fetch() on boolean ---I got this erroe??

Ответить
@MiguelCapusan
@MiguelCapusan - 12.03.2017 06:17

d'ont found code source, where is the complete code? please!

Ответить
@letoan285
@letoan285 - 14.12.2016 15:18

Great tutorial. woah, however, are you speaking English?

Ответить
@newtownmedia5542
@newtownmedia5542 - 14.11.2016 09:24

awosome tutorial. plz where is source code?

Ответить
@TechnicalSuneja
@TechnicalSuneja - 26.09.2016 12:48

if you have any problem till now in this tutorial you can comment your
problem i will try to solve your problem thanks for watching and dont
forget to like and subscribe.

Ответить