SlideShare a Scribd company logo
Next in database.php is a starter function called get_posts(), which you will finish. (It's called in /
index.php.) It takes no parameters and returns nothing, but uses the global $pdo object to get all
comments from the database and store them in a global array called $posts (declared in
/index.php.) Comments should be fetched such that newest comments are at the top.
Create a query to get all the contents of the comments table. To do this, youll need to use the
SELECT and ORDER BY commands (as well as a few others.) The newest comments should be
at the top, which means you should order by descending ID.
Execute the query. (no need for prepared statements since were not accepting user input.)
Use a loop and the fetch method to get each row. Store each row in the $posts global array.
Can someone pls help me how to do this...?

More Related Content

Similar to Next in databasephp is a starter function called get_posts.pdf

PHP 5.3 Overview
PHP 5.3 OverviewPHP 5.3 Overview
PHP 5.3 Overviewjsmith92
 
TDD And Refactoring
TDD And RefactoringTDD And Refactoring
TDD And Refactoring
Naresh Jain
 
Php mysql
Php mysqlPhp mysql
Php mysql
Manish Jain
 
In java , I want you to implement a Data Structure known as a Doubly.pdf
In java , I want you to implement a Data Structure known as a Doubly.pdfIn java , I want you to implement a Data Structure known as a Doubly.pdf
In java , I want you to implement a Data Structure known as a Doubly.pdf
aromalcom
 
WordPress Structure and Best Practices
WordPress Structure and Best PracticesWordPress Structure and Best Practices
WordPress Structure and Best Practices
markparolisi
 
PHP 7
PHP 7PHP 7
Symfony2 Introduction Presentation
Symfony2 Introduction PresentationSymfony2 Introduction Presentation
Symfony2 Introduction PresentationNerd Tzanetopoulos
 
Php
PhpPhp
Advanced PHPUnit Testing
Advanced PHPUnit TestingAdvanced PHPUnit Testing
Advanced PHPUnit Testing
Mike Lively
 
Oops concepts in php
Oops concepts in phpOops concepts in php
Oops concepts in php
CPD INDIA
 
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...webhostingguy
 
RESTful API development in Laravel 4 - Christopher Pecoraro
RESTful API development in Laravel 4 - Christopher PecoraroRESTful API development in Laravel 4 - Christopher Pecoraro
RESTful API development in Laravel 4 - Christopher Pecoraro
Christopher Pecoraro
 
Migrating from PHP 4 to PHP 5
Migrating from PHP 4 to PHP 5Migrating from PHP 4 to PHP 5
Migrating from PHP 4 to PHP 5
John Coggeshall
 
Workshop: Symfony2 Intruduction: (Controller, Routing, Model)
Workshop: Symfony2 Intruduction: (Controller, Routing, Model)Workshop: Symfony2 Intruduction: (Controller, Routing, Model)
Workshop: Symfony2 Intruduction: (Controller, Routing, Model)
Antonio Peric-Mazar
 
Lecture 8 PHP and MYSQL part 2.ppType Classificationtx
Lecture 8 PHP and MYSQL part 2.ppType ClassificationtxLecture 8 PHP and MYSQL part 2.ppType Classificationtx
Lecture 8 PHP and MYSQL part 2.ppType Classificationtx
ZahouAmel1
 
Exploring Symfony's Code
Exploring Symfony's CodeExploring Symfony's Code
Exploring Symfony's Code
Wildan Maulana
 
Preparing for the next php version
Preparing for the next php versionPreparing for the next php version
Preparing for the next php version
Damien Seguy
 

Similar to Next in databasephp is a starter function called get_posts.pdf (20)

PHP 5.3 Overview
PHP 5.3 OverviewPHP 5.3 Overview
PHP 5.3 Overview
 
TDD And Refactoring
TDD And RefactoringTDD And Refactoring
TDD And Refactoring
 
Php mysql
Php mysqlPhp mysql
Php mysql
 
In java , I want you to implement a Data Structure known as a Doubly.pdf
In java , I want you to implement a Data Structure known as a Doubly.pdfIn java , I want you to implement a Data Structure known as a Doubly.pdf
In java , I want you to implement a Data Structure known as a Doubly.pdf
 
WordPress Structure and Best Practices
WordPress Structure and Best PracticesWordPress Structure and Best Practices
WordPress Structure and Best Practices
 
PHP 7
PHP 7PHP 7
PHP 7
 
Symfony2 Introduction Presentation
Symfony2 Introduction PresentationSymfony2 Introduction Presentation
Symfony2 Introduction Presentation
 
Php
PhpPhp
Php
 
Advanced PHPUnit Testing
Advanced PHPUnit TestingAdvanced PHPUnit Testing
Advanced PHPUnit Testing
 
Mysqlppt
MysqlpptMysqlppt
Mysqlppt
 
Oops concepts in php
Oops concepts in phpOops concepts in php
Oops concepts in php
 
Mysqlppt
MysqlpptMysqlppt
Mysqlppt
 
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
 
RESTful API development in Laravel 4 - Christopher Pecoraro
RESTful API development in Laravel 4 - Christopher PecoraroRESTful API development in Laravel 4 - Christopher Pecoraro
RESTful API development in Laravel 4 - Christopher Pecoraro
 
Migrating from PHP 4 to PHP 5
Migrating from PHP 4 to PHP 5Migrating from PHP 4 to PHP 5
Migrating from PHP 4 to PHP 5
 
Python modules
Python modulesPython modules
Python modules
 
Workshop: Symfony2 Intruduction: (Controller, Routing, Model)
Workshop: Symfony2 Intruduction: (Controller, Routing, Model)Workshop: Symfony2 Intruduction: (Controller, Routing, Model)
Workshop: Symfony2 Intruduction: (Controller, Routing, Model)
 
Lecture 8 PHP and MYSQL part 2.ppType Classificationtx
Lecture 8 PHP and MYSQL part 2.ppType ClassificationtxLecture 8 PHP and MYSQL part 2.ppType Classificationtx
Lecture 8 PHP and MYSQL part 2.ppType Classificationtx
 
Exploring Symfony's Code
Exploring Symfony's CodeExploring Symfony's Code
Exploring Symfony's Code
 
Preparing for the next php version
Preparing for the next php versionPreparing for the next php version
Preparing for the next php version
 

More from saradashata

Which one of the following is NOT one of the four key differ.pdf
Which one of the following is NOT one of the four key differ.pdfWhich one of the following is NOT one of the four key differ.pdf
Which one of the following is NOT one of the four key differ.pdf
saradashata
 
When you complete the birth certificate workbook develop a .pdf
When you complete the birth certificate workbook develop a .pdfWhen you complete the birth certificate workbook develop a .pdf
When you complete the birth certificate workbook develop a .pdf
saradashata
 
Wohlers amp Co issued convertible bonds with a face value.pdf
Wohlers amp Co issued convertible bonds with a face value.pdfWohlers amp Co issued convertible bonds with a face value.pdf
Wohlers amp Co issued convertible bonds with a face value.pdf
saradashata
 
Which of the following describes the respiratory membrane in.pdf
Which of the following describes the respiratory membrane in.pdfWhich of the following describes the respiratory membrane in.pdf
Which of the following describes the respiratory membrane in.pdf
saradashata
 
Use a commercial passanger airline company to illustrate a s.pdf
Use a commercial passanger airline company to illustrate a s.pdfUse a commercial passanger airline company to illustrate a s.pdf
Use a commercial passanger airline company to illustrate a s.pdf
saradashata
 
We discussed in class extensively Porters five forces Two.pdf
We discussed in class extensively Porters five forces Two.pdfWe discussed in class extensively Porters five forces Two.pdf
We discussed in class extensively Porters five forces Two.pdf
saradashata
 
Unilever bir zamanlar ondan fazla farkl amar deterjan marka.pdf
Unilever bir zamanlar ondan fazla farkl amar deterjan marka.pdfUnilever bir zamanlar ondan fazla farkl amar deterjan marka.pdf
Unilever bir zamanlar ondan fazla farkl amar deterjan marka.pdf
saradashata
 
Use the following Excel payroll register to answer the remai.pdf
Use the following Excel payroll register to answer the remai.pdfUse the following Excel payroll register to answer the remai.pdf
Use the following Excel payroll register to answer the remai.pdf
saradashata
 
Vaka almas eriden 2011 ylnda bir federal jri tannm bir .pdf
Vaka almas eriden 2011 ylnda bir federal jri tannm bir .pdfVaka almas eriden 2011 ylnda bir federal jri tannm bir .pdf
Vaka almas eriden 2011 ylnda bir federal jri tannm bir .pdf
saradashata
 
Todo lo siguiente est asociado con la presentacin de infor.pdf
Todo lo siguiente est asociado con la presentacin de infor.pdfTodo lo siguiente est asociado con la presentacin de infor.pdf
Todo lo siguiente est asociado con la presentacin de infor.pdf
saradashata
 
The mission of The Walt Disney Company is to be one of the w.pdf
The mission of The Walt Disney Company is to be one of the w.pdfThe mission of The Walt Disney Company is to be one of the w.pdf
The mission of The Walt Disney Company is to be one of the w.pdf
saradashata
 
Segn los autores si una persona hiciera un viaje por carre.pdf
Segn los autores si una persona hiciera un viaje por carre.pdfSegn los autores si una persona hiciera un viaje por carre.pdf
Segn los autores si una persona hiciera un viaje por carre.pdf
saradashata
 
Tanmlanamayan Sektrler Sonraki iki soruyu cevaplamak iin .pdf
Tanmlanamayan Sektrler  Sonraki iki soruyu cevaplamak iin .pdfTanmlanamayan Sektrler  Sonraki iki soruyu cevaplamak iin .pdf
Tanmlanamayan Sektrler Sonraki iki soruyu cevaplamak iin .pdf
saradashata
 
Report Topic about The difference between growing aging an.pdf
Report Topic about  The difference between growing aging an.pdfReport Topic about  The difference between growing aging an.pdf
Report Topic about The difference between growing aging an.pdf
saradashata
 
S 20 alfa 005 1 kuyruk Bo hipotez Madeni para adil .pdf
S  20  alfa  005 1 kuyruk  Bo hipotez Madeni para adil .pdfS  20  alfa  005 1 kuyruk  Bo hipotez Madeni para adil .pdf
S 20 alfa 005 1 kuyruk Bo hipotez Madeni para adil .pdf
saradashata
 
Please read this case Case Mrs Z is a 70yearold Pakistani.pdf
Please read this case Case Mrs Z is a 70yearold Pakistani.pdfPlease read this case Case Mrs Z is a 70yearold Pakistani.pdf
Please read this case Case Mrs Z is a 70yearold Pakistani.pdf
saradashata
 
Qu cree que es ms importante el desempeo de la tarea e.pdf
Qu cree que es ms importante el desempeo de la tarea e.pdfQu cree que es ms importante el desempeo de la tarea e.pdf
Qu cree que es ms importante el desempeo de la tarea e.pdf
saradashata
 
Quito contracts with Rewind Graphix Inc to pay 5000 for.pdf
Quito contracts with Rewind Graphix Inc to pay 5000 for.pdfQuito contracts with Rewind Graphix Inc to pay 5000 for.pdf
Quito contracts with Rewind Graphix Inc to pay 5000 for.pdf
saradashata
 
Q no 1 Since she was a child Sunita Arora has had an eye f.pdf
Q no 1 Since she was a child Sunita Arora has had an eye f.pdfQ no 1 Since she was a child Sunita Arora has had an eye f.pdf
Q no 1 Since she was a child Sunita Arora has had an eye f.pdf
saradashata
 
Pregunta 4 Qu se entiende por contabilidad creativa Usa.pdf
Pregunta 4   Qu se entiende por contabilidad creativa Usa.pdfPregunta 4   Qu se entiende por contabilidad creativa Usa.pdf
Pregunta 4 Qu se entiende por contabilidad creativa Usa.pdf
saradashata
 

More from saradashata (20)

Which one of the following is NOT one of the four key differ.pdf
Which one of the following is NOT one of the four key differ.pdfWhich one of the following is NOT one of the four key differ.pdf
Which one of the following is NOT one of the four key differ.pdf
 
When you complete the birth certificate workbook develop a .pdf
When you complete the birth certificate workbook develop a .pdfWhen you complete the birth certificate workbook develop a .pdf
When you complete the birth certificate workbook develop a .pdf
 
Wohlers amp Co issued convertible bonds with a face value.pdf
Wohlers amp Co issued convertible bonds with a face value.pdfWohlers amp Co issued convertible bonds with a face value.pdf
Wohlers amp Co issued convertible bonds with a face value.pdf
 
Which of the following describes the respiratory membrane in.pdf
Which of the following describes the respiratory membrane in.pdfWhich of the following describes the respiratory membrane in.pdf
Which of the following describes the respiratory membrane in.pdf
 
Use a commercial passanger airline company to illustrate a s.pdf
Use a commercial passanger airline company to illustrate a s.pdfUse a commercial passanger airline company to illustrate a s.pdf
Use a commercial passanger airline company to illustrate a s.pdf
 
We discussed in class extensively Porters five forces Two.pdf
We discussed in class extensively Porters five forces Two.pdfWe discussed in class extensively Porters five forces Two.pdf
We discussed in class extensively Porters five forces Two.pdf
 
Unilever bir zamanlar ondan fazla farkl amar deterjan marka.pdf
Unilever bir zamanlar ondan fazla farkl amar deterjan marka.pdfUnilever bir zamanlar ondan fazla farkl amar deterjan marka.pdf
Unilever bir zamanlar ondan fazla farkl amar deterjan marka.pdf
 
Use the following Excel payroll register to answer the remai.pdf
Use the following Excel payroll register to answer the remai.pdfUse the following Excel payroll register to answer the remai.pdf
Use the following Excel payroll register to answer the remai.pdf
 
Vaka almas eriden 2011 ylnda bir federal jri tannm bir .pdf
Vaka almas eriden 2011 ylnda bir federal jri tannm bir .pdfVaka almas eriden 2011 ylnda bir federal jri tannm bir .pdf
Vaka almas eriden 2011 ylnda bir federal jri tannm bir .pdf
 
Todo lo siguiente est asociado con la presentacin de infor.pdf
Todo lo siguiente est asociado con la presentacin de infor.pdfTodo lo siguiente est asociado con la presentacin de infor.pdf
Todo lo siguiente est asociado con la presentacin de infor.pdf
 
The mission of The Walt Disney Company is to be one of the w.pdf
The mission of The Walt Disney Company is to be one of the w.pdfThe mission of The Walt Disney Company is to be one of the w.pdf
The mission of The Walt Disney Company is to be one of the w.pdf
 
Segn los autores si una persona hiciera un viaje por carre.pdf
Segn los autores si una persona hiciera un viaje por carre.pdfSegn los autores si una persona hiciera un viaje por carre.pdf
Segn los autores si una persona hiciera un viaje por carre.pdf
 
Tanmlanamayan Sektrler Sonraki iki soruyu cevaplamak iin .pdf
Tanmlanamayan Sektrler  Sonraki iki soruyu cevaplamak iin .pdfTanmlanamayan Sektrler  Sonraki iki soruyu cevaplamak iin .pdf
Tanmlanamayan Sektrler Sonraki iki soruyu cevaplamak iin .pdf
 
Report Topic about The difference between growing aging an.pdf
Report Topic about  The difference between growing aging an.pdfReport Topic about  The difference between growing aging an.pdf
Report Topic about The difference between growing aging an.pdf
 
S 20 alfa 005 1 kuyruk Bo hipotez Madeni para adil .pdf
S  20  alfa  005 1 kuyruk  Bo hipotez Madeni para adil .pdfS  20  alfa  005 1 kuyruk  Bo hipotez Madeni para adil .pdf
S 20 alfa 005 1 kuyruk Bo hipotez Madeni para adil .pdf
 
Please read this case Case Mrs Z is a 70yearold Pakistani.pdf
Please read this case Case Mrs Z is a 70yearold Pakistani.pdfPlease read this case Case Mrs Z is a 70yearold Pakistani.pdf
Please read this case Case Mrs Z is a 70yearold Pakistani.pdf
 
Qu cree que es ms importante el desempeo de la tarea e.pdf
Qu cree que es ms importante el desempeo de la tarea e.pdfQu cree que es ms importante el desempeo de la tarea e.pdf
Qu cree que es ms importante el desempeo de la tarea e.pdf
 
Quito contracts with Rewind Graphix Inc to pay 5000 for.pdf
Quito contracts with Rewind Graphix Inc to pay 5000 for.pdfQuito contracts with Rewind Graphix Inc to pay 5000 for.pdf
Quito contracts with Rewind Graphix Inc to pay 5000 for.pdf
 
Q no 1 Since she was a child Sunita Arora has had an eye f.pdf
Q no 1 Since she was a child Sunita Arora has had an eye f.pdfQ no 1 Since she was a child Sunita Arora has had an eye f.pdf
Q no 1 Since she was a child Sunita Arora has had an eye f.pdf
 
Pregunta 4 Qu se entiende por contabilidad creativa Usa.pdf
Pregunta 4   Qu se entiende por contabilidad creativa Usa.pdfPregunta 4   Qu se entiende por contabilidad creativa Usa.pdf
Pregunta 4 Qu se entiende por contabilidad creativa Usa.pdf
 

Recently uploaded

Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 

Recently uploaded (20)

Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 

Next in databasephp is a starter function called get_posts.pdf

  • 1. Next in database.php is a starter function called get_posts(), which you will finish. (It's called in / index.php.) It takes no parameters and returns nothing, but uses the global $pdo object to get all comments from the database and store them in a global array called $posts (declared in /index.php.) Comments should be fetched such that newest comments are at the top. Create a query to get all the contents of the comments table. To do this, youll need to use the SELECT and ORDER BY commands (as well as a few others.) The newest comments should be at the top, which means you should order by descending ID. Execute the query. (no need for prepared statements since were not accepting user input.) Use a loop and the fetch method to get each row. Store each row in the $posts global array. Can someone pls help me how to do this...?