Learn How to Create a Shopping Cart using PHP and MySQL




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, …

Original source


9 responses to “Learn How to Create a Shopping Cart using PHP and MySQL”

  1. 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 !^(index.php|resources|images|css|js|robots.txt|favicon.ico)

    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.

  2. Hi there, I've entered "http://localhost/thegamingplace/welcome" as URL and I get a Server error:

    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.

Leave a Reply