#14 PHP Ecommerce website development | Database read write functions | MVC OOP - Quick programming

preview_player
Показать описание
Learn how to code your own ecommerce website in PHP. This tutorial series will also include the admin area, login and signup pages. the payment system integration may not be included

Your Support will be most appreciated on patreon:

Templates url:

Templates Zip:

Entire playlist:

#PHP #Ecommerce #OOP #MVC
Рекомендации по теме
Комментарии
Автор

"So let's do PDO POM POM!" :DDD I like that terminology much more than the official boring "double colon".

zoltanhorvathandsomenumbers
Автор

Can you help with this error: Fatal error: Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined in Stack trace: #0 PDOStatement->execute(Array) #1

Adrianek
Автор

Dear sir i stuck pls help last line is $ddd=$db->read("DESCRIBE admin_users"); error is Uncaught PDOException: SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected but if i use table name with database name like this $ddd=$db->read("DESCRIBE careye.admin_users"); then it will give result ok guide me why this is so

techcollege
Автор

i am getting an error $result = $stm->execute($data); in this line kindly help.

sonalivishwakarma
Автор

He hecho todo igual y no me mostro el array que se ve en el video y supongo que es que no conecta con la base de datos si alguien que este siguiendo el tutorial le ha funcionado me puede compartir su codigo para compararlo con el mio a ver donde tengo el error por favor

cesaresqueda