Subscribe to the RSS Feed
FreeWordpressThemes.us
Free WordPress Tutorials and Themes.

4. E – Commerce Website Tutorial – PHP MySQL Inventory Management

July 13th, 2011 by admin

www.developphp.com In this 4th video we will create the Inventory management page in the Admin area. List all inventory and make a form and parser for adding new inventory items. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.

Written by - Visit Website

Posted in Wordpress Tutorial Videos

25 Responses

  1. ZenCartEasyHelp

    Thanks for posting this! If you need help customizing your zen cart store check out our channel for our free Easy Help Zen Cart Video Tutorial library. If you have a specific question or video you would like to see, just leave a comment on our channel.

  2. pauldetect

    Adam thanks for taking time to do these tutorials.
    I have completed course and all works well, but I would like to add say 5 catagories in drop down which when clicked shows their own sub catagories in sub catogory drop down box. I am just learning this stuff so please be patient with me if the following is crap:-
    I think I need to set an OPTION VALUE for each sub catagory, if so can anyone explain how?

  3. coyotegene86

    Great lucid cogent and well-spoken tutorials. You really know how to speak to a learning audience. I just started PHP and I love this. Thanks so much man.

  4. misserio

    What if i want to add 2 or 3 other categories with there subcategory ???
    Plz some one can write the html code for me this is important

  5. xkriswithakx

    MORE INFO FOR GODADDY USERS:

    if you are also getting the “no input file specified” error but still seeing the file being renamed and placed into the correct “images” directory, you need to add a line into your php5 file. I can’t include the line because Stupid Youtube thinks it’s some sort of hyperlink and blocks it form being posted.

    cgi fix pathinfo = 1

    just put a period between cgi and fix, and a underscore between fix and pathinfo

    Recycle your app pool and you’re good to go.

  6. xkriswithakx

    TO ALL GODADDY USERS THAT ARE HAVING PROBLEMS UPLOADING IMAGES:
    You do indeed need to create a new php5.ini file. you need to define the max file size and stuff there.

    BUT with godaddy you need to change the permissions for the image directory you are dumping to! by defult they are read only, go into file manager and give write permissions for web apps!

  7. ShopperPress

    Cool video. That having been said, if you would like to create professional looking stores on the net, see our-channel now!

  8. pagyutioper

    thank you for this tutorial, you are great! n very smart, good way to get views to your site…..good job man!

  9. bendyamin86

    @psychojack77 Yup, i kinda got that already. But thanks for the concern man. U r awesome!

  10. psychojack77

    @bendyamin86 if you want a logout button just use
    $session_start();
    $session_destroy();
    just make a link to a php file called logout or whatever then put a link back to whatever page you want it to go to at the bottom and problem solved xD

  11. psychojack77

    if you having trouble with the uploading and are using a linux web server (may apply to windows too) remember to change the upload_max_filesize, post_max_size and memory_limit in the php ini file because the default is set to something like 1mb, whenever i have had problems with uploading or have seen someone with uploading problems its usually because of this.

  12. Spectre887

    Can someone help me, I got an error when I submit my form. The error: 404 (Page Not Found) Error. Pls I really need help on this one. Thanks in advance.

  13. tomtheallrighty

    @davidjunior2000 I have exactly the same issue, I decided he must mean the fact that he showed how to make A form rather than THIS form.

  14. bendyamin86

    Ok i got this working… but…
    THERE’S NO LOG OUT BUTTON!

  15. bendyamin86

    @gogira i’m having the same problem. it won’t upload coz it doesn’t detect the folder. i’m stuck here.

  16. davidjunior2000

    i dont know if im just being thick but i cant find the making of the form in tutorial 3 i havewatched it 5 times but im not seeing it ps help

  17. EyesTheSouth

    @WillMaynard77 dont worry i googled it Cheers for the heads up though

  18. EyesTheSouth

    @WillMaynard77 can you tell me how to do this, this is what I’m currently having trouble with, goDaddy is full of unnecessary shit

  19. WillMaynard77

    Ok I just want to add that if you are using godaddy you need to set the permissions so the file will be uploaded, Found this out the hard way.

  20. WillMaynard77

    I dont under stand how to get the form to work properly with javascript can anyone help me?

  21. keeslam123

    how can you put multiple pictures into a product??

  22. gogira

    @elvisniperx the problem was my web server… i tried it all out using xampp and it s working well

  23. elvisniperx

    @gogira i’m sorry for the late reply. yes i’m referring to that. that is my only problem. i’ll message you the code.

  24. gogira

    @elvisniperx i have this in my code :

    enctype=”multipart/form-data” name=”myForm” id=”myform” method=”post”>

    were you referring to this ?

  25. vlaxionel

    mysql_num_rows() expects parameter 1 to be resource, boolean given in admin_login.php on line 17

    $existCount = mysql_num_rows($sql);
    if($existCount == 1){
    while($row = mysql_fetch_array($sql)){
    $id = $row[“id”];
    }
    $_SESSION[“id”] = $id;
    $_SESSION[“manager”] = $manager;
    $_SESSION[“password”] = $password;
    header(“location: index.php”);
    exit();

    can u help me? pls ;_;

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.