Тёмный
Funda Of Web IT
Funda Of Web IT
Funda Of Web IT
Подписаться
Funda of Web IT provides the best web development and programming tutorials in a simple way, for all of the latest technologies including Laravel, CodeIngiter, React JS, Vue JS, Angular, Nuxt, PHP, Laravel Vue Js, Firebase, jQuery, HTML, CSS, Bootstrap, Github, Heroku, Facebook Developer tools, Google API's, ASP.Net, VB.Net and much more.

Subscribe to the Channel to boost your Skills and Knowledge.
Комментарии
@sea-byeok7087
@sea-byeok7087 4 часа назад
can you let me have code download sir on 8-9-10
@sea-byeok7087
@sea-byeok7087 5 часов назад
can you let me download code on Part8-9 sit
@sea-byeok7087
@sea-byeok7087 6 часов назад
sorry can you help me to teach on login form again cos i try many to login still now working
@blackvlog4529
@blackvlog4529 6 часов назад
can you make a video complete tutorial admin panel use roles and permission in Laravel 11 and login , register , please !
@cseale61
@cseale61 18 часов назад
Your example is overly complex and obsolete. No offense, but you're using techniques from 10-15 years ago. You should be using the PDO rather than the mysqli. If you were using the POD for database access you could use bind parameters instead of concatenating variables into your sql statement. This is the worst way you can do things.
@FundaOfWebIT
@FundaOfWebIT 13 часов назад
Okay. Don't worry friend. Will upload it using PDO too.
@maptoursdmcjordan6310
@maptoursdmcjordan6310 21 час назад
how to do it direct to the host without app ? i have xls fine need to uplode it, any one can help me ?
@untejannavaram
@untejannavaram День назад
What we want to use if we get data from html forms
@FundaOfWebIT
@FundaOfWebIT 13 часов назад
Use jQuery Ajax requests to send and get the data of API.
@babar178
@babar178 День назад
Sir please make project na react and Laravel
@yacoublearn
@yacoublearn День назад
Thank you so much ❤ for this wonderful video. 🎉🎉🎉🎉🎉
@mdjabedbhuiyan
@mdjabedbhuiyan День назад
If include discount option in pos.thanks
@zahraShokoei
@zahraShokoei 2 дня назад
You are great😊👍🏻
@muhammadshahzadshahzad8632
@muhammadshahzadshahzad8632 3 дня назад
Assalam alekum bhai ek issue araha h jb me site ko login ya logout krta hn mery admin pennel pe bhi same effect hota h
@Stenji.3stepscode
@Stenji.3stepscode 4 дня назад
placing order hsould be designed with image and click over it
@derbycndd
@derbycndd 4 дня назад
my data is not being uploaded to table
@ayanaon945
@ayanaon945 4 дня назад
thanks for saving me indian man, i think god wil give you a good thing
@a.aliyev1036
@a.aliyev1036 4 дня назад
Great job
@chandanakumara2246
@chandanakumara2246 5 дней назад
Great ❤
@heniwahyuarini2410
@heniwahyuarini2410 5 дней назад
Edit.vue:12 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'tbmaId')
@reymartcabal1321
@reymartcabal1321 5 дней назад
I'm stuck at editing. I followed all the code, but "Something went wrong" is still the output.
@tahirzameer4827
@tahirzameer4827 6 дней назад
I am here from one of your tutorial about paginations adding that was fantastic now i am subscribing, because i have not seen anyone doing one task in many different ways, keep it up sir and Thank you.🥰🥰🥰🥰
@bestchoice3784
@bestchoice3784 6 дней назад
Amazing Work Done!!!
@paulbrugger9610
@paulbrugger9610 6 дней назад
What a fantastic lesson - love your approach. Have never seen anybody do this before. I have not yet looked at the rest of your tutorial (I have trudged through so many) but I wonder if you could add a lesson on how to create or modify multiple database records at once. For example, say the company owner wants to increase prices by a certain amount based on the item price. 10% if the item is less than $10 and 5% if it is $10 or more. I imagine that the entire price table would have to be retrieved into an array or colllection and the price modified, then this modified array or new collection would have to be written back to the database. I have been looking for days but have not seen anybody do this. What do you think? In any case, thank you.
@tahirzameer4827
@tahirzameer4827 6 дней назад
He is doing superb man
@carlosagyemang9492
@carlosagyemang9492 7 дней назад
i get error when adding orders at the create-order <?php include '../config/function.php'; // declaring session for array items if(!isset($_SESSION['productItemIds'])){ $_SESSION['productItemIds'] = []; } if(!isset($_SESSION['productItems'])){ $_SESSION['productItems'] = []; } if(isset($_POST['addItemBtn'])) { $productid = validateInputFields($_POST['product_id']); $quantity = validateInputFields($_POST['quantity']); $checkproduct = mysqli_query($conn, "SELECT * FROM product_tbl WHERE id='$productid'"); if($checkproduct) { if(mysqli_num_rows($checkproduct) > 0){ $fetch_row = mysqli_fetch_assoc($checkproduct); if($fetch_row['quantity'] < $quantity) { redirect('add_orders', 'only'.$fetch_row['quantity'].'quantity available'); } $productData = [ 'product_id' => $fetch_row['id'], 'product_name' => $fetch_row['product_name'], 'image' => $fetch_row['image'], 'price' => $fetch_row['price'], 'quantity' => $quantity, ]; if(!in_array($fetch_row['id'], $_SESSION['productItemIds'])){ array_push($_SESSION['productItemIds'], $fetch_row['id']); array_push($_SESSION['productItems'], $productData); }else{ foreach ($_SESSION['productItems'] as $key => $productSessionItem) { if($productSessionItem['product_id'] == $fetch_row['id']) { $newQuantity = $productSessionItem['quantity'] + $quantity; $productData = [ 'product_id' => $fetch_row['id'],$_SESSION['productItems'], 'product_name' => $fetch_row['product_name'], 'image' => $fetch_row['image'], 'price' => $fetch_row['price'], 'quantity' => $quantity, ]; $_SESSION['productItems'][$key] = $productData; } } } redirect('add_orders', 'Item Added'.$fetch_row['product_name']); } else { redirect('add_orders', 'No such product found'); } } else { redirect('add_orders', 'Something went wrong'); } } ?> kindly assist
@tutsihape
@tutsihape 7 дней назад
is it too much to let people know the XAMPP version because different PHP versions create conflics
@farzi-ye2wb
@farzi-ye2wb 7 дней назад
Sir, can we have the source code please ??
@farzi-ye2wb
@farzi-ye2wb 7 дней назад
sir please provide the source code for this .
@dharabharvadiya8893
@dharabharvadiya8893 8 дней назад
thank you
@Bilalcodingstudio
@Bilalcodingstudio 8 дней назад
Thanks you so much
@RohitKumar-wu9ev
@RohitKumar-wu9ev 9 дней назад
Too few arguments to function Spatie\Permission\Middleware\RoleMiddleware::handle(), 2 passed in C:\xampp\htdocs\soft-ui-dashboard-laravel\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php on line 183 and at least 3 expected gettig this error
@janib0024
@janib0024 11 дней назад
thank you
@Mark-kq4qi
@Mark-kq4qi 11 дней назад
Thank you from the bottom of my heart
@Senadheera-np2vl
@Senadheera-np2vl 11 дней назад
Thank you, you saved me
@habibislam3063
@habibislam3063 11 дней назад
great Sir from 🥰
@leinah3671
@leinah3671 12 дней назад
Damn bro, you both saved my college life by watching your tutorials. From my php ecommerce on sharma coder and this laravel remove old & upload new image file ♥ Thank youu
@tvjklove4556
@tvjklove4556 13 дней назад
Sir can you share this code please?
@adamnasra3898
@adamnasra3898 13 дней назад
i thought this video will talk about pagination in codeigniter itself but this was something entirely different
@babar178
@babar178 13 дней назад
Your e-commerce project with Laravel and react got old .there are so many new things in botj technologies so please start new projects
@babar178
@babar178 13 дней назад
Sir your laravel and react project was awesome please make more projects on Laravel and react
@ThunderAnujYt
@ThunderAnujYt 13 дней назад
het! what you did that id entered start with 1 not with 0?
@MrBackhand0112
@MrBackhand0112 14 дней назад
Thanks a lot
@dharabharvadiya8893
@dharabharvadiya8893 14 дней назад
hello sir my checkbox isnt working
@Alirazakhtar
@Alirazakhtar 14 дней назад
Best one 💯👍
@a.aliyev1036
@a.aliyev1036 15 дней назад
Great work👍👍👍
@comedyraniroy
@comedyraniroy 15 дней назад
@sidra9roup
@sidra9roup 15 дней назад
Thank you teacher, we would like "POS System in Laravel" Thank you
@ivangerginov5648
@ivangerginov5648 15 дней назад
Amazing tutorial, thank you so much!
@rajaouiefieri4127
@rajaouiefieri4127 15 дней назад
Laravel with vue
@yacoublearn
@yacoublearn 15 дней назад
after this, laravel 11 with vue. js
@InaCaliJabane
@InaCaliJabane 16 дней назад
thank you pro i appreciate your work, it helps me thank you
@ememeable
@ememeable 16 дней назад
Thank you