have one question, i've added to the db table a image field, i've made it a blob, added the image to product 1, but when i try do display it, it's only showing a long text...is there a simple solution that you can tell me in a few rows or i need to study and search more|? Thank a lot for these tutorials btw.
Give the guy a break, I think these set of tutorials are very easy to follow and 'nooneknows2000' if you wanted everything explained in any more detail it would be a 50 part tutorial. It's ideal and to the point - he isn't trying to teach you PHP, more give you an understanding of how to implement the different pages of code required whilst brushing up on some basics to create a functional shopping cart.
Use his knowledge and appreciate him taking the time to provide it rather than criticising.
regarding to the tutorial PHP & MySQL - Shopping Cart - 09
the error for line 3 were not solve..can u please tell me what's wrong on the line 3?
because on the tutorial PHP & MySQL - Shopping Cart - 10 part 1, u start the video at the code on how to add it on the side bar..and the error on line 3 did not mentioned on how to solve it..pls can u solve it??
regarding to the tutorial PHP & MySQL - Shopping Cart - 09
the error for line 3 were not solve..can u please tell me what's wrong on the line 3?
because on the tutorial PHP & MySQL - Shopping Cart - 10 part 1, u start the video at the code on how to add it on the side bar..and the error on line 3 did not mentioned on how to solve it..pls can u solve it??
Hi, I really appreciate the work you have put into the tutorials for the shopping cart, easy to follow and they lay down some minor principles of PHP and MySQL without having any prior knowledge.
I am having a little difficulty with this stage of the shopping cart, here is my error: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cart\products.php on line 10.
@DanielHulse hey, i had a similar problem. My issue was my products id was set as id_product but i kept setting it as id_products like him.. look into your phpmyadmin and make sure everything adds up.. if you still need help message me
Hi Alex i really appreciate your work.... One thing i would like to recommend is to either make notes or keep printouts with you to avoid any confusion...
@LindenWalsh This tutorial isnt from net tuts, i wrote the script myself..
Whether the code is similar or not, doesnt matter, as this is the most efficient way of doing it, However i can almost guarantee that this code is not exactly the same as net tuts one, as every coder has their own preferences as to how to code stuff, and each coder has their different ways of logic.
So, thankyou for alerting me of this, however, i did not steal the code, nor did i write it for them, it is my own script.
@nooneknows2000 These tutorials are by no means basic, you need a good understanding of PHP to fully understand what i am doing, However, if you are stuck on any of the logic, just post them here, and i shall try my best to explain it in a way that a beginner can understand :D
have one question, i've added to the db table a image field, i've made it a blob, added the image to product 1, but when i try do display it, it's only showing a long text...is there a simple solution that you can tell me in a few rows or i need to study and search more|? Thank a lot for these tutorials btw.
Pr3st0 1 month ago
Give the guy a break, I think these set of tutorials are very easy to follow and 'nooneknows2000' if you wanted everything explained in any more detail it would be a 50 part tutorial. It's ideal and to the point - he isn't trying to teach you PHP, more give you an understanding of how to implement the different pages of code required whilst brushing up on some basics to create a functional shopping cart.
Use his knowledge and appreciate him taking the time to provide it rather than criticising.
smokeyfo1 2 months ago
@smokeyfo1 Thank you, you seem to understand what I was doing with these videos :D
If anybody does want the basics of PHP. I have spent alot of time making a huge video for you.
Its 1.35 hours long. So, enjoy :)
TheTutSpace 2 months ago
hey with the $sql2 what are the things infront and back of the $id ?
are they [$id] or {$id} or something else i cant see :$
Thanks
NovahcGames 3 months ago
Great video! Set up your ecommerce business for free with our Easy Help Zen Cart Tutorials:
ZenCartEasyHelp 8 months ago
Thanks an...so many comments you probably wont even see this. Oh well, I wanted to say thanks none-the-less. Respect.
mjkorbel 1 year ago
regarding to the tutorial PHP & MySQL - Shopping Cart - 09
the error for line 3 were not solve..can u please tell me what's wrong on the line 3?
because on the tutorial PHP & MySQL - Shopping Cart - 10 part 1, u start the video at the code on how to add it on the side bar..and the error on line 3 did not mentioned on how to solve it..pls can u solve it??
hope for your reply..thanks
zhez1990 1 year ago
regarding to the tutorial PHP & MySQL - Shopping Cart - 09
the error for line 3 were not solve..can u please tell me what's wrong on the line 3?
because on the tutorial PHP & MySQL - Shopping Cart - 10 part 1, u start the video at the code on how to add it on the side bar..and the error on line 3 did not mentioned on how to solve it..pls can u solve it??
hope for your reply..thanks
zhez1990 1 year ago
well done tutorial, nice work dude, thanks from ITALY! :)
matrixITALIA 1 year ago
i dont know but im not sure that this is your script ....
mrtreb20 1 year ago
Hi, I really appreciate the work you have put into the tutorials for the shopping cart, easy to follow and they lay down some minor principles of PHP and MySQL without having any prior knowledge.
I am having a little difficulty with this stage of the shopping cart, here is my error: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cart\products.php on line 10.
Help would be much appreciated. Thank you
DanielHulse 1 year ago
@DanielHulse my code for line 10 is the following:
if(mysql_num_rows($query2) != 0){
Thanks again :)
DanielHulse 1 year ago
@DanielHulse yeah I'm getting the same thing and cannot figure it out.
ravage238 1 year ago
@DanielHulse Sorry for the late reply. If you go below that area and write echo mysql_error(); what gets outputted?
If you google the output it will probiably help you more than i can due to it may be a while until i can reply.
TheTutSpace 1 year ago
@DanielHulse hey, i had a similar problem. My issue was my products id was set as id_product but i kept setting it as id_products like him.. look into your phpmyadmin and make sure everything adds up.. if you still need help message me
monk3yn1nja 1 year ago
@monk3yn1nja Ahhh thank you :) I will take a look later and let you know. Thank again :)
DanielHulse 1 year ago
Hi Alex i really appreciate your work.... One thing i would like to recommend is to either make notes or keep printouts with you to avoid any confusion...
shah262 1 year ago
Hello Tutspace, Thank you very much for the tutorials.
One question: my code and database are working just fine, however i keep getting this message that we declared. "this product id is invalid"...
any idea why this might happen, word for word the code matches yours. }
polyAesthetics 1 year ago
This tutorial is from net tuts, did you write it for them or did you just take it?
LindenWalsh 1 year ago
@LindenWalsh This tutorial isnt from net tuts, i wrote the script myself..
Whether the code is similar or not, doesnt matter, as this is the most efficient way of doing it, However i can almost guarantee that this code is not exactly the same as net tuts one, as every coder has their own preferences as to how to code stuff, and each coder has their different ways of logic.
So, thankyou for alerting me of this, however, i did not steal the code, nor did i write it for them, it is my own script.
TheTutSpace 1 year ago
@LindenWalsh blablabla
mjkorbel 1 year ago
you need to explain what you doing when teaching
nooneknows2000 1 year ago
@nooneknows2000 These tutorials are by no means basic, you need a good understanding of PHP to fully understand what i am doing, However, if you are stuck on any of the logic, just post them here, and i shall try my best to explain it in a way that a beginner can understand :D
TheTutSpace 1 year ago
Comment removed
bennynorway 2 years ago
When are you going to upload the rest of the tutorials?
KayferProductions 2 years ago
the update for part 10 is online, and the rest will be after new year.
TheTutSpace 2 years ago
its being processed, when finished it should be in HD
TheTutSpace 2 years ago
uhh almost cant see anything =/
TheTomaFTW 2 years ago