🚀Get access to full PHP CRUD project. www.udemy.com/course/learn-php-crud-operation-create-read-update-and-delete/?referralCode=4C91E67AB34784662E54 🚀Registration system using PHP and MySQL www.udemy.com/course/registration-and-login-system-using-php-and-mysql/?referralCode=F96D572ED43994DAD56F ******************************* 👉Instagram: @khaiserkhanam instagram.com/khaiserkhanam/
this is a nice tip thank you. could you check your cart math again in cart.php at around line 130 $product_value=array_sum($product_price); // gets price of the products example: 200,300,500 $total_price+=$product_value; // adds all the products together 200+300+500 = 1000 (some code input filed) // some codes in between html and nothing important $total_price=$total_price*$quantity; // and here what it does it takes that 1000 * the quantity that we added what we must do tho is the multiply each $product_value*$quantity first and then add it to $total_price
@@KhanamCoding I noticed that too, the cart is the only difficult/confusing part in this project it would be amazing if you can continue this series with some improvements :D
If you are at episode 58, you must have just one user in the users table. I registered Two users and I suffered it. Make sure you have one user and login
@@dogbatseysenanu5657 did the IP address cause most of the problems? cause I'm thinking of leaving that out and only working with the user_id or email
🚀Get access to full PHP CRUD project.
www.udemy.com/course/learn-php-crud-operation-create-read-update-and-delete/?referralCode=4C91E67AB34784662E54
🚀Registration system using PHP and MySQL
www.udemy.com/course/registration-and-login-system-using-php-and-mysql/?referralCode=F96D572ED43994DAD56F
*******************************
👉Instagram: @khaiserkhanam
instagram.com/khaiserkhanam/
🌼You are the best Teacher at RUclips, Thank You.🌼🤙
Thank you so much for doing this video. I have been been looking for how to upload my php project and finally you showed me how.
Thank you, it worked
Love the channel, you're a very good teacher
The best teacher good 💯
Thank you very much for creating video
In 000webhost phpmyadmin not opening
I have a problem, on "undefined index error" while creating new data in the database of 000webhost. so, what should I do mam.
Awesome 😚
I cannot upload my Zip file due to an error that says my file exceed 128mb
I think it's too big my friend maybe reduce some space.
how can i edit php.ini files? I think free services dont provide the option..
you're the best, thank you💕
I click a Upload file option, the webpage is not loading.... What's is this kind of problem?
Use VPN my friend
Hii mam ,front end lo e-commerce website edi local setup Oka video cheyadi..unbxdsearch,unbxdautosuggest vi..
i follow the steps carefully, but why i cant see my website? it just shows white frame, can someone help me?
yes i can help you .may be that happen by database issue
i made a form that uploads multiple files at once so i want to increase max file upload limit
5 you very much , I am frensh
Excelent, tyvm
Thank you mam
hellol`
this is a nice tip thank you.
could you check your cart math again in cart.php at around line 130
$product_value=array_sum($product_price); // gets price of the products example: 200,300,500
$total_price+=$product_value; // adds all the products together 200+300+500 = 1000
(some code input filed) // some codes in between html and nothing important
$total_price=$total_price*$quantity; // and here what it does it takes that 1000 * the quantity that we added
what we must do tho is the multiply each $product_value*$quantity first and then add it to $total_price
Will check ..thank you
@@KhanamCoding I noticed that too, the cart is the only difficult/confusing part in this project it would be amazing if you can continue this series with some improvements :D
If you are at episode 58, you must have just one user in the users table. I registered Two users and I suffered it. Make sure you have one user and login
@@dogbatseysenanu5657 I'm at 56 now, and have 3 users, so you say I should delete all except the first?
@@dogbatseysenanu5657 did the IP address cause most of the problems? cause I'm thinking of leaving that out and only working with the user_id or email