Learn How to Create a Shopping Cart using PHP and MySQL

preview_player
Показать описание

In this series, we will create a shopping cart website using PHP and MySQL. You will also learn how to work with the Codeigniter Framework, MySQL, CRUD, PDO, Prepared Statements, Form Validation, and PayPal Express Checkout API.

Part 1: In this video, we will learn how to install & configure the Code Igniter.

Follow Eduonix on other social networks:
Рекомендации по теме
Комментарии
Автор

That's a very heavy accent. I love it.

despacitodaniel
Автор

how do i get the project files thanks so much ive learned alot from your channel great work!

robsdevelopments
Автор

Sir? This project can do, even without the code igniter framework?

arnoldquintosofficial
Автор


Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500

localhost
Apache/2.4.26 (Win32) OpenSSL/1.0.2l PHP/7.1.7

What could've gone wrong? Thanks so much for this tutorial.

arnelarnaldo
Автор

1anovelities.com

after following the first video. I created the .htaccess file in the root folder

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCon $1
RewriteCon %{REQUEST_FILENAME} !-f
RewriteCon %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L, QSA]

made the changes to config.php file as instructed. went to localhost index directories and followed the directories to where the program is or should i say where its supposed to be. the directory doesn't show up at all unless i remove the .htaccess file. if i remove it and hit refresh the folder shows up. any suggestions.

aappbuilder
Автор

Where is the source code for this project?

tech_qwerty
Автор

It says Sep 26 2016 is the Publish date, but that Codeigniter is pretty old lol

Equinedaddy
Автор

can u upload your shopping cart zip file

BALJITSINGH-rptc