Step by step create an eCommerce website using PHP - Part 2 (Front End Creation)

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • This video is a part of Step by step create an eCommerce website using PHP. This video is the second video of this series. In this video, We start the front end for the website. Below are the features that we will cover in this video.
    Features:
    1. Front Theme Integration
    2. Top Navigation Setup
    3. Categories Page Setup
    4. Product Detail Page Setup
    5. Contact Us Form Data Capture
    For Best Hosting Plan Check:- 91weblessons.co...
    Also, use the below Coupon Code for an attractive discount: PROGRAMMINGWITHVISHAL
    Learn PHP Online with Me:- bit.ly/LearnPH...
    To help and support me(Donate Me):- bit.ly/Programm...
    Source Code Link:- bit.ly/phpeComP...
    Admin Theme Template:- bit.ly/AdminHTM...
    Front Theme Template:- bit.ly/ecomFron...
    Step by step create an eCommerce website using PHP (Playlist)
    • Step by step create an...
    #PHP #PHPProject #PHPeComWebsite
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ✅Subscribe: / @programmingwithvishal
    I am a Digital Marketer by passion and a Developer by profession. With experience and expertise spanning around 10 years, in the Digital space.
    Good amount of experience in development of web applications using PHP, .Net, JavaScript Library’s, Frameworks, CMS, API’s, Reporting tools and Payment Gateways. Skilled in digital viral marketing, technology innovation's, brand building and all phases of the Web development lifecycle with an expert in translating business requirements into technical solutions and fanatical about quality, usability, security, and scalability. Dealing with and resolving problems and issues which arise.

Комментарии • 455

  • @srinivasbiskula987
    @srinivasbiskula987 4 года назад +3

    vishal ji your amazing i really heart full thanks for your video tutorials for educated people from villages like me, it is very big help to learning, we are mostly depends on youtube, once again thankyou so much.

  • @ahmedkamal-vc5ze
    @ahmedkamal-vc5ze 4 года назад +1

    Sir g shukriya. problem solve ho gya hae. khuda apko hamesha khush rakhe

  • @apniipathshala1973
    @apniipathshala1973 3 года назад +2

    sir you are awesome you are really helping us a lot with these useful videos

  • @kumarrahul4407
    @kumarrahul4407 2 года назад

    Thanku so much Vishal Bhaiya for your hard wok and so useful tutorials. I m following you since last 1 year and get many things with your tutorials.

  • @ABHISHEKKUMAR-ne3rk
    @ABHISHEKKUMAR-ne3rk 4 года назад +2

    I think this channel is best for detail explanation....
    I can make ecommerce using cookies...
    Which one better session or cookies...pls suggest

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      Thanks Abhishek.
      Cookie or Session will depends upon like which feature u want to create. So tell me what you wanna do with cookie and session

  • @jaspernecesito2202
    @jaspernecesito2202 3 года назад +2

    There is an error for me getting the photo from the file path, and I really appreciate this kind of tutorial more blessing for you

  • @emmysmith8960
    @emmysmith8960 4 года назад +5

    wow , awseome indeed. i love your works, well done, thank so much for sharing your knowledge , keep it up.

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +2

      Thanks a lot Emmy.

    • @4Kiiiiiidz
      @4Kiiiiiidz 3 года назад

      @@ProgrammingwithVishal Sir, do you have video that you transfer this on live hosting???

  • @syedmubeen8082
    @syedmubeen8082 2 года назад +1

    Thank You Sir Very Very Nice Vido Great SIr

  • @etchut9930
    @etchut9930 4 года назад

    Realy Great tutorial Video . Thank you so much. love from Bangladesh.

    • @makgr
      @makgr 3 года назад

      see this complete tutorial: ruclips.net/p/PLevMqpUVAwFg7U8Bw3CWbvQwQrijTHzji

  • @pritsingh6446
    @pritsingh6446 4 года назад +1

    your all videos r helpul for us ... Thanku soo much for ur kindness

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      Always Welcome Prit

    • @amanjindal2754
      @amanjindal2754 4 года назад

      @@ProgrammingwithVishal sir I want to make a ecommerce website like amazon, flipkart.. But I don't know coding.. And I've no interest in coding.. Then plz help me sir how can I get fully prepared ecommerce website with paid promotions.. 🙏 🙏

  • @chitrakshchaudhary
    @chitrakshchaudhary Год назад +1

    Sir i have error product page not change according to id please help me

  • @nitinshinde642
    @nitinshinde642 3 года назад +1

    Thank you sir,
    I am following you Step by step but i found some vulnerabilities, yeah and confirming admin to perform some tasks like deleting editing,
    and added some basic features also like button where you used links...

    • @makgr
      @makgr 3 года назад

      see our tutorial. there is no problem.
      ruclips.net/p/PLevMqpUVAwFg7U8Bw3CWbvQwQrijTHzji

  • @raviranjan9768
    @raviranjan9768 3 года назад

    i follow all these steps from ur video

  • @rifahjoita5409
    @rifahjoita5409 Год назад +1

    I am facing these warnings in categories page as well as product page:
    Warning: Undefined array key "id" in C:\xampp\htdocs\php\ecom\product.php on line 3
    can anyone suggest a solution?
    also, $product_id=mysqli_real_escape_string($con, $_GET['id']);
    here what means by id? is it the id of categories table or product table mentioned in the video?
    TIA

    • @hwelse
      @hwelse Год назад

      If you're talking about the part at around 44:20, then don't worry. That's only happening because you're at a part of your website that's not "defining" an id number. So, for example, if you have a product with an id of 5, and wanted to see it, you would go to C:\xampp\htdocs\php\ecom\product.php?id=5
      That ?id=5 at the end is the important part, because it's what defines what you're looking at. If you don't have an id number defined, then the website doesn't have an id to look for, so it freaks out and brings up the error message.
      The same goes for your categories. If you were to look for, for example, a category with an id of 2, you'd go to C:\xampp\htdocs\php\ecom\categories.php?id=2
      Without that ?id=2, you're basically saying to the website,
      "Hi, I want to look at a category."
      "Yes."
      Hope this helps!

  • @IspittingFactzz
    @IspittingFactzz 3 года назад

    You are a messenger of God a savior 🙏🙏🙏

  • @subhajitchakraborty5932
    @subhajitchakraborty5932 3 года назад

    Sir I have gate a problem in categories page it is working completely but product cud not arrange. I mean to say I have add 10 deferential product and arrange to see all 10 product each one Row 4 product First row is working perfectly but second row it give me 1 product 3rd row 4 product and 4th row again 1 product I cud not find my fault place help me.

  • @apjabdulkalammotivate1401
    @apjabdulkalammotivate1401 7 месяцев назад

    aap ka project bahut accha lga hume collge me mujhe submit krana h please sir kuch hlp kr dijye

  • @Dheerajrana9
    @Dheerajrana9 3 года назад +1

    Thanks one again sir ji..

  • @upkantsingh2747
    @upkantsingh2747 2 года назад

    sir mene do categories bnai h ek vagitable and second is fruit. so i just want to print the vegetable category on the vegetable page and fruit is on the fruit page. but dono page par same hi category perint ho rhi h. tell what can i do.

  • @baseersatti3116
    @baseersatti3116 2 года назад

    Actually i have issue is add prodouct When i add the product the data not show on product page or not show in data base can you help me

  • @cathleenalmeda1034
    @cathleenalmeda1034 3 года назад +2

    hi sir, we have the same path folder which is the media / product, but still the image is not loading, i did the same thing as stated in your video, how to solve?

    • @Leo-fy9md
      @Leo-fy9md 3 месяца назад

      Did you solve it ?
      How did you solve it ?

  • @simerankaur3115
    @simerankaur3115 3 года назад +2

    Hello Vishal Sir, please help me. The images aren’t displaying on both admin and customer side. I’ve tried changing the file path in connection file but still can’t. I have to submit assignment tomorrow 🙏🏻

    • @sheetalbobade1381
      @sheetalbobade1381 3 года назад

      hey!!! can you please help me to solve same problem?

  • @zeeshanirfan6444
    @zeeshanirfan6444 3 года назад

    function clean($string) {
    $string = str_replace(' ', '-', $string); // Replaces all spaces with hyphens.
    return preg_replace('/[^0-9\-]/', '', $string); // Removes special chars.
    }

  • @Leo-fy9md
    @Leo-fy9md 3 месяца назад

    Sir my contact us button is not working, i think the connection to js is not working what is happening

  • @MansoorHoque-hr1br
    @MansoorHoque-hr1br Год назад

    Sir why images are not showing in my local host? define('PRODUCT_MULTIPLE_IMAGE_SERVER_PATH',SERVER_PATH.'media/product_images/'); while using this server? is there any other way to add images?

  • @bhagwandasjangra2800
    @bhagwandasjangra2800 2 года назад

    sir when i am doing dynamic of categories this error coming: Uncaught Error: Array callback must have exactly two elements in C:\xampp\htdocs\skyevostore\include\top.php:85
    Stack trace:
    #0 C:\xampp\htdocs\skyevostore\index.php(7): include()
    #1 {main}
    thrown in

  • @rajeshpawar2305
    @rajeshpawar2305 3 года назад +1

    Sir 4 products are displayed on index.php if we place button load more products how to display next 4 products .
    Should I add/change ani parameter in ? get_product($con,4,' ', ' ' , ' ' , ' ' ,'yes' );
    Or any other logic... Please help sir...

  • @prathamsinhmedhat2030
    @prathamsinhmedhat2030 2 года назад

    Hii Vishal Sir, please help me I try so hard for it. I follow you and make a function about get_product and i write same thing. but $sql.= "and categories_id=$cat_id";
    In this because of $cat_id throw some error like mysqli_ruselt, bool give in.

  • @dastgirakhtar9782
    @dastgirakhtar9782 4 года назад +2

    awesome no doubt this channel must be up.....

  • @radhakishoredas
    @radhakishoredas 3 года назад +1

    Sir product image display nai ho raha
    Please help 🙏
    I have set the path

  • @mrkamyab727
    @mrkamyab727 3 года назад

    sir ma 24:42 pr pic laga raha hu pr jasy apki state ayrhi ha prr mri nechy jarhi ha koi solution?

  • @deepaksharma-ib5cb
    @deepaksharma-ib5cb 4 года назад

    Ur Step by step explain is very nice for other i search various types tutorials but i really like u but security feature is missing in please explain this whole security feature in this and thanks for share ur knowledge for the others

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      Deepak this project is for beginners and because of that, I had not added any high-level security feature here. I will do that in a separate video soon.

  • @AmanJain-dn6pu
    @AmanJain-dn6pu 3 года назад

    Awesome... Mza aa gya 👌

  • @mithund8468
    @mithund8468 4 года назад +1

    Sir, I am getting an error in functions.inc.php, function get_product($con,$type='',$limit=''){
    $sql="SELECT * FROM `product`";
    if($type=='latest'){
    $sql.="order by id desc";
    }
    if($limit!=''){
    $sql.="limit $limit";
    }
    $res=mysqli_query($con,$sql);
    $data=array();
    while($row=mysqli_fetch_assoc($res)){
    $data[]=$row;
    }
    return $data;
    }
    // please tell me where is the problem ??

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Add space between $sql.=" limit
      Also in $sql.=" order

    • @mithund8468
      @mithund8468 4 года назад

      @@ProgrammingwithVishal sir, you are great

    • @mithund8468
      @mithund8468 4 года назад

      @@ProgrammingwithVishal sir, i want to do a course php advance, but i can register by next month, so is it possible ???

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Yes u can. Advance PHP starts from first week of next month

    • @tawheedpasha3565
      @tawheedpasha3565 Год назад

      Regret is i saw this comment 2hr latter after getting this error

  • @sujataparab6701
    @sujataparab6701 Год назад

    Hi sir i followed ur code from starting but when I click on categories on home page it doesn't redirect me to categorize.page

  • @RANJITHKUMAR-sn2gp
    @RANJITHKUMAR-sn2gp 3 года назад

    hi sir i am practicing with this videos sir it was very much helpful to me. sir after send_message() function at contact page data will displays like unknow. why sir.

  • @merajulisamemon2410
    @merajulisamemon2410 4 года назад

    nice tuitorial sir ... Many many tnxx sir ...

  • @prajakta7515
    @prajakta7515 4 года назад

    Sir,thank you...sir plz make a video on drop-down dependancy category of product...

    • @prajakta7515
      @prajakta7515 4 года назад +1

      Sir I have question how to create drop-down of Category(parentid), subcategories, product, subproducts...

  • @usamaaslam7109
    @usamaaslam7109 3 года назад

    Below mentioned error appears whenever i click on send message button
    ""jquery is not defined at send_message (main.js:450) at HTMLButtonElement.onclick (contact.php:163)""
    and at line 450 of main.js i have defined below mentioned code
    ""jquery.ajax({ url:'send_message.php', type:'post', data:'name='+name+'&email='+email+'&mobile='+mobile+'&message='+message, success:function(result){ alert(result); } });""

  • @unknown2.031
    @unknown2.031 2 года назад

    hello sir ,
    please reply here.
    sir your front end theme link no working .
    please sent me new front end link .
    please sir give me front end theme link

  • @nikipatel2053
    @nikipatel2053 3 года назад

    hello sir thank you so much for such a nice video tutorials , .... meine source code run kiya & product images uplode ki par images view nai ho rahi website me . plz help me what can I do?

  • @newgamesupdate15
    @newgamesupdate15 4 года назад +1

    sir I am getting error in the array when I use prx($get_product); in product.php then i get on the screen
    Array
    (
    )
    plz help me sir

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Print your sql query, you will get the answer

    • @newgamesupdate15
      @newgamesupdate15 4 года назад +1

      @@ProgrammingwithVishal thank you so much sir ....sir aap kamal ke teacher ho aisa teacher pure youtube per ni hai jo itne jaldi problem solve kr de

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Thanks a lot

  • @kanwalmajeed2169
    @kanwalmajeed2169 4 года назад +1

    Thank you so much sir

  • @muhammadumarmughal1
    @muhammadumarmughal1 2 года назад

    Hello vishal sir, I have found "object not found error" so please help me getting out of this error. So that I can see my product images

  • @manishvediotube
    @manishvediotube 4 года назад

    Sir Front end sa new arrivals ka product hide nahi ho reha hai jab ki mea admin panel sa manage product mea ja k product ko deactive kar de reha hu to wha mujeha wo product deactive dikeha reha hai aur database mea v status 0 show kar reha hai... please help

  • @tariqnizam9809
    @tariqnizam9809 2 года назад

    Sir mujhe shipping charge add karna h uska video bhi aap banaiye.

  • @ChiuHonWong
    @ChiuHonWong 4 года назад +1

    Thanks you Vishal !

  • @zareenremendies
    @zareenremendies 4 года назад +1

    This is really good,

  • @anselmdike2817
    @anselmdike2817 3 года назад +1

    Can u make a course project in English please ?

  • @apjabdulkalammotivate1401
    @apjabdulkalammotivate1401 7 месяцев назад

    sir ji hamara frontend pr image upload nhi ho rha h or product bhi upload kr rha hu wo bhi nhi ho rha h please sir support krdo thoda

  • @subratakapati7280
    @subratakapati7280 4 года назад +2

    Once again thank you for these great videos. I have a question. Let's say I have more than 30 categories but I want to show only 5 categories out of 30 at nav bar and in a different page all the categories. With your guide I can do the last part, but how to show only 5 categories, if you can guide me.

  • @COLOKESHBHAGADKAR
    @COLOKESHBHAGADKAR 3 года назад

    Can u change with flipkart theme

  • @omenechris4698
    @omenechris4698 3 года назад

    PRODUCT_IMAGE_SITE_PATH
    Pls what did you use to replace this in line 81, I did not work as it worked in Part 1

  • @arshadjamalkhan1384
    @arshadjamalkhan1384 3 года назад

    sir if i upload multiple images with multiple input fields how can i update ony one images excluding all images images

  • @vickygupta1392
    @vickygupta1392 4 года назад +1

    Very nice super video 👌👌

  • @manishvediotube
    @manishvediotube 4 года назад

    Sir Front end sa New Arrivals ka image hide nahi ho reha hai jab main manage product mea ja k product ko Deactivate kar reha hu please help

  • @nikigalhotra9562
    @nikigalhotra9562 3 года назад

    Hello sir I got stuck in front-end in cart .php page remove button is not working
    Please help me .

  • @darshanchaudhari9836
    @darshanchaudhari9836 2 года назад

    Sir product images konse websites se download ki?? Plz reply?

  • @raviranjan9768
    @raviranjan9768 3 года назад

    Notice: Undefined Offset: 0 In F:\Xampp\Htdocs\PhpeComPart2\Product.Php On Line 33
    Notice: Undefined Offset: 0 In F:\Xampp\Htdocs\PhpeComPart2\Product.Php On Line 35
    sir please help me i got this error in part 2

  • @mihirrockstar2870
    @mihirrockstar2870 2 года назад

    Isme button click hone par contact_us main nahi aa raha hai 1:06:15 minute par aapne jo code likha hai vahi Maine likha hai lekin phir bhi nahi aa raha hai

  • @jobranmia9083
    @jobranmia9083 3 года назад +1

    Sir i can't download the source code and template ..plz help me😥

  • @louaylb1809
    @louaylb1809 3 года назад

    hello i have problem to receive the picture from admin panel to the website

  • @smurfemails3700
    @smurfemails3700 2 года назад

    Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\php\ecom\functions.inc.php on line 23
    please help me regarding my error

  • @manojkumarmishra868
    @manojkumarmishra868 3 года назад

    awesome sir

  • @sonartori4082
    @sonartori4082 3 года назад

    wow sir very nice tutorial but I want to know sir if I want to add RMA how can we do this??

  • @gauravdubey6080
    @gauravdubey6080 4 года назад

    hello vishal sir,
    i went through the tutorail and while showing data in the frontend (showing categories) my get_product functions is not showing any array data in the frontend.
    i m getting an error like this:
    Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\phpeCom\functions.inc.php on line 23
    function:
    function get_product($con,$type='',$limit=''){
    $sql = "SELECT * FROM product";
    if($type == 'latest'){
    $sql.="Order by id desc";
    }
    if($limit!=''){
    $sql.="limit $limit";
    }
    $res = mysqli_query($con,$sql);
    $data = array();
    while($row=mysqli_fetch_assoc($res)) {
    $data[]=$row;
    }
    return $data;
    }
    help me in this sir.

    • @tanguyhakizimana
      @tanguyhakizimana Год назад

      Hi Gaurav dubey have you been able to solve this?

  • @samanthdp
    @samanthdp 4 года назад

    The Categories are not being shown in Front End and Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\ananya\functions.inc.php on line 46
    Line 46:
    //echo $sql;
    $res=mysqli_query($con,$sql);
    $data=array();
    while($row=mysqli_fetch_assoc($res)){
    $data[]=$row;
    }
    return $data;
    Please Help

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      Print your $sql query and run the query in phpmyadmin and you will get the error answers

    • @samanthdp
      @samanthdp 4 года назад

      @@ProgrammingwithVishal How to do that sir..?? I am a beginner to PHP.

  • @ytpremium9454
    @ytpremium9454 3 года назад

    Thankyou sir

  • @shaliniverma2223
    @shaliniverma2223 4 года назад

    hello sir i m beginner in php.i saw ur vedio to learn php.in second part of this series , i donot under stand $get_product(0)(categories) is it two dimension array

  • @muveenhasan6942
    @muveenhasan6942 2 года назад

    Sir product me star kese add kr sakte h p BTao na

  • @techbaba5176
    @techbaba5176 8 месяцев назад

    Images are not getting displayed on mobile screen 😢

  • @omjadhav5734
    @omjadhav5734 2 года назад

    sir, there is an error in my products loop .All the products in my page are repeated 4 times .I tried alot to solve this .

  • @dhyeydeveloper5183
    @dhyeydeveloper5183 2 года назад

    Awesome content

  • @zerominute1209
    @zerominute1209 Год назад

    Sir jo apki zip file hai iss project ki usko kaise execute krna hak uspar vedio banaiye

  • @Unlock.frp1
    @Unlock.frp1 2 года назад

    Sir image show nahi ho raha hai
    admin page & front page dono me

  • @manniteetrendzstyle
    @manniteetrendzstyle 3 года назад

    Thanks bro

  • @SkyLionQA
    @SkyLionQA 3 года назад

    51:46 ap ny pichli video ma b btaya rha k edit k waqt image choose na kro to pehly wali rehti ha but ap ko b error dikhaya os ny k choose file hala'k ap ny pehly sy choose ki hoii thi kindly ye error thk krwa dyn ..

  • @shaleen35
    @shaleen35 4 года назад

    Vishal sir, im having an issue, could you please help me out?
    My alignment of the top and index page is not working properly, I've tried it many times

  • @COLOKESHBHAGADKAR
    @COLOKESHBHAGADKAR 3 года назад

    Sir plz make video on this theme

  • @chinmaygurav7708
    @chinmaygurav7708 2 года назад

    Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'desclimit 4' at line 1 in C:\xampp\htdocs\corephp\functions.php:22 Stack trace: #0 C:\xampp\htdocs\corephp\functions.php(22): mysqli_query(Object(mysqli), 'select * from p...') #1 C:\xampp\htdocs\corephp\index.php(75): get_product(Object(mysqli), 'latest', 4) #2 {main} thrown in C:\xampp\htdocs\corephp\functions.php on line 22
    sir this error show me please help

  • @zeeshanirfan6444
    @zeeshanirfan6444 3 года назад

    Sir query string ko change na kre us value k sath single quote ya double quote dal kr run kre

  • @blackgeming8560
    @blackgeming8560 2 года назад

    Your front end theme template link not working

  • @sarfarazsiddiqui8175
    @sarfarazsiddiqui8175 3 года назад

    Sir please make videos on php oops concept and also make a videos of website with oops

  • @mariacamilabaronamartinez6748
    @mariacamilabaronamartinez6748 4 года назад +1

    Sir you are awesome, i learned a lot with you thanks a lot, I wish you could speak english in all your tutorials, or a least traslate it, cause' I from a latin country. Anymays, my respect

  • @rajabhishek4973
    @rajabhishek4973 4 года назад +1

    Awosem sir

  • @nithinr7287
    @nithinr7287 3 года назад

    Sir Frontend me categories ka page load nahi hora ,
    kisi bhi categorei par click karne ke baad home page par redirect hora hai sir , please help me

  • @TechOmkar
    @TechOmkar 2 года назад

    Sir images show nahi kr rahe hai web page mai... Kya karu ab

  • @preazago2511
    @preazago2511 3 года назад

    Sir mujhe front page pe category vice data show karna jis category ka show karana chahta hoon.

  • @AmitGupta-ck5tj
    @AmitGupta-ck5tj 4 года назад

    Awosome videos bro. I am waiting wp_post and wp_term I means WordPress complite databases video. Kyo ki wp ke database ki complite video RUclips par hai hi nhi. Aap pahle hoge bro

  • @prajakta7515
    @prajakta7515 4 года назад

    Hello sir these videos are really helpful to learn ..sir how to display all crecategory with subcategory responsive drop-down at left side of new arrival...

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      Thanks
      Please check ruclips.net/video/cjYhk4wOOOk/видео.html

    • @prajakta7515
      @prajakta7515 4 года назад

      Tq sir...I have seen tutorials .. truley easily u explained.

  • @hamzaahmed-hc7mu
    @hamzaahmed-hc7mu 4 года назад

    sir can you please explain you use this

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      Here ['0'] means the 0 index of array. In both the code we get different type of array.

  • @MrAjaypuro
    @MrAjaypuro 4 года назад +1

    Hi Vishal, Nice tutorial videos. You have really taken hard work to create such detailed tutorial videos. I am trying to download the theme template and source code, but its asking username and password. It will be very helpful for me if you help me in downloading the same.

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +2

      Thanks Ajay and my bad.
      Actually I was trying for something and forgot to remove that password popup. Please try now

    • @MrAjaypuro
      @MrAjaypuro 4 года назад +4

      @@ProgrammingwithVishal now its download. Thank you Vishal for instant reply. I will definetly share your channel to my college bsc it students.

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Thanks a lot

    • @MrAjaypuro
      @MrAjaypuro 4 года назад +1

      @@ProgrammingwithVishal Vishal, i like to create single ticketing system for different departments with customized tickets. under your guidance. Please try to create video for the same as per your convenience.

    • @website_dev1
      @website_dev1 Год назад

      Bro , please help me theme download nhi ho rhi

  • @shashank_rajak
    @shashank_rajak 3 года назад

    Index file is empty in source code. Why so? Also where is the theme?

  • @jaydattr9765
    @jaydattr9765 2 года назад

    2:43 i can't find this theme... please someone send me link

  • @utkarshsaini5911
    @utkarshsaini5911 4 года назад

    when i'm clicking on any product it showing this error
    Notice: Undefined Offset: 0 In C:\Xampp\Htdocs\Php\Ecom\Product.Php On Line 17
    Notice: Trying To Access Array Offset On Value Of Type Null In C:\Xampp\Htdocs\Php\Ecom\Product.Php On Line 17

  • @krupaligoyani4363
    @krupaligoyani4363 4 года назад

    thank you so much sir for share these your knowledge...sir mujhe categories navigation ki jagah drop down me fetch krni ho to ??..

  • @codingconsole
    @codingconsole 3 года назад

    Sir me admin LTE use karta hu Sahi hai kya

  • @vinithapriyarpite4214
    @vinithapriyarpite4214 3 года назад

    sir product image is not displaying in index page.....plse help

  • @jayar5629
    @jayar5629 3 года назад

    I appreciate your great work sir, but please help me. I have errors in Notice: Undefined index: id in C:\xampp\htdocs\frontend\categories.php on line 3.

  • @tajulislam327
    @tajulislam327 2 года назад

    অসাধারন