Just what I needed for my project. Thank you very much
@Charlie-wm8ss6 ай бұрын
Outstanding. Concise. No waffle.
@DigitalFox-tutorials6 ай бұрын
Thank you
@waelzad4655 Жыл бұрын
Simple & Professional !
@pnas43168 ай бұрын
Thanks for the tutorial, very good!
@DigitalFox-tutorials8 ай бұрын
Glad you like it!
@beticohernandez9536 Жыл бұрын
It would be good if you added more things to the shopping cart.
@DigitalFox-tutorials Жыл бұрын
Hey. This is not a shopping cart tutorial. I just wanted to show you how to output dynamic content using php. But i will make one.
@waelzad4655 Жыл бұрын
i think it would be the best, if add "Shopping Cart" >>>>
@DigitalFox-tutorials Жыл бұрын
I will
@ventaidepc9 ай бұрын
Hello very good tuto, great Rank PHP Sir, i would like in your next tuto to change exemple , $title by
@ReanNetwork20244 ай бұрын
It would be great if there were a part 3.
@DigitalFox-tutorials4 ай бұрын
You mean like shopping cart and checkout page? Yes i thought about it.
@ΕγωΕγω-ρ6ω9 ай бұрын
10/10👏
@moqeemahmad54752 ай бұрын
value added tutorials please.
@DigitalFox-tutorials2 ай бұрын
Can you be more specific.
@amadiosacripanti52936 ай бұрын
bellissimo.
@NashIvan196 ай бұрын
Is there a video where I can learn how to connect my code to the database?
@DigitalFox-tutorials6 ай бұрын
In the beginning of the video we write a function named dbConnect. With this function we connect PHP with MySQL. If you like to know how to insert, update and delete data from a database read the following article: digitalfox-tutorials.com/tutorial.php?title=How-to-Create-a-Database-Insert-Update-Delete-Data-Using-PHP-and-MySQL Hope it helps.
@ndenosharo5 ай бұрын
Please how do i write all those descriptions in the database?
@DigitalFox-tutorials4 ай бұрын
Normally we have a CMS (content management system) from where we upload the products. But in our case here you have to go and write everything in the database manually.
@benderblender85105 ай бұрын
Hey there, my product page is not working. It keeps saying $title is undefined, but my category page work just as good.. Any Solution?
@DigitalFox-tutorials5 ай бұрын
Make sure that you are sending the title query string along with the GET request from the index file and also from the category page. I thing that's the problem. Or check your spelling maybe there is a typo.
@AdityaKadam-xd3or6 ай бұрын
Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'admin'@'localhost' (using password: NO) in C:\xampp\htdocs\OurStore\php\function.php on line 4 Fatal error: Uncaught Error: Call to a member function query() on bool in C:\xampp\htdocs\OurStore\php\function.php:13 Stack trace: #0 C:\xampp\htdocs\OurStore\index.php(22): getCategories() #1 {main} thrown in C:\xampp\htdocs\OurStore\php\function.php on line 13 i am getting this error
@DigitalFox-tutorials6 ай бұрын
Hey, you have to use your mysql password in the config file.