You have no idea how much you are helping us! Without your help, I would have been wandering cluelessly on how to begin my php assignment. You are infact helping my whole class. You are the best ! :]
What if I have different tables that contains different products and each table is sort of like a category. Example one table is for books then another is for clothes and they contain different column/data. A book may have authors while clothes may have Type. Will the codes be any different? Can I still use this tutorial?
hi, thanks for uploading. How can i show the data horizontally, not vertically. i would like to show 3 data per row next to each other. now you are showing 1 data per row. how about 3 data in one row then it will go to next row if there are more content left...thanks..
HELP, every time i refresh the page i get a error saying parse error: syntax error, unexpected end in cart . php on line 25. line 25 is the ending for the php part
@phpacademy, thank you so much for all your dedication to your channel and the community. I am really grateful for all your hard work and your amazing and very informative tutorials. Keep it up! I will do my best to promote your work.
if (mysql_num_rows($get)==0) its giving me error.. :(
anik1212 3 days ago
if there are more than 2 at once using the cart will it be stored as different data?
lol9392 1 month ago
You have no idea how much you are helping us! Without your help, I would have been wandering cluelessly on how to begin my php assignment. You are infact helping my whole class. You are the best ! :]
wupyz 2 months ago
What if I have different tables that contains different products and each table is sort of like a category. Example one table is for books then another is for clothes and they contain different column/data. A book may have authors while clothes may have Type. Will the codes be any different? Can I still use this tutorial?
rhapsodicoutburst 2 months ago
Comment removed
naasir20 8 months ago
@M4sTaSk1LlZ Oh okay :D Sweet!
Hug0101 11 months ago
@M4sTaSk1LlZ It should be:
$get = mysql_query('SELECT id, name, description, price FROM products WHERE quantity > 0 ORDER BY id DESC');
You had an extra comma after price.
Hug0101 11 months ago
@M4sTaSk1LlZ Check your MySQL query.
Hug0101 11 months ago
hi, thanks for uploading. How can i show the data horizontally, not vertically. i would like to show 3 data per row next to each other. now you are showing 1 data per row. how about 3 data in one row then it will go to next row if there are more content left...thanks..
shontrashi 11 months ago
I Watch your videos for a year now and you have just inspired me to begin my own series... You are awesome!
bamahacker01 11 months ago
I get an Tstring error on line 14 and thats the last echo line on your tut. Ive typed it out the same exact way and gone over several times.
ethanbrod77 11 months ago
semicolon( ; ) at the end and the php closing tag( ?> ) after all commands must be present...
Also it would help if you could send the code in PM message, so I can help you out if I can...
Try removing the line...
bamahacker01 11 months ago
semicolon( ; ) at the end and the php closing tag( ?> ) after all commands must be present...
Also it would help if you could send the code in PM message, so I can help you out if I can...
Try removing the line...
Or check out the line over it too.
bamahacker01 11 months ago
I might suggest considering the typos
n1tr0b 11 months ago
HELP, every time i refresh the page i get a error saying parse error: syntax error, unexpected end in cart . php on line 25. line 25 is the ending for the php part
monstergarage2 11 months ago
@monstergarage2 no one can help you until they see the code. particularly, check if you have inputted two "?>" always have a opening and closing tag.
elvisniperx 11 months ago
@elvisniperx thx, i found out the problem, it was i was missing the else statement brack }
monstergarage2 11 months ago
@phpacademy, thank you so much for all your dedication to your channel and the community. I am really grateful for all your hard work and your amazing and very informative tutorials. Keep it up! I will do my best to promote your work.
lewisu2088 11 months ago
I love you! Don't take that the wrong way i mean it as you are awesome.
CompDomination 11 months ago 7
@CompDomination Glad you enjoy them, thanks for the feedback.
phpacademy 11 months ago
Thanks for this Tutorial!! please keep doing videos, they are very helpful (:
siktpe 11 months ago 4
@siktpe I'll ALWAYS upload more and more tutorials.
phpacademy 11 months ago 5
@phpacademy Always? Forever and ever?! YES! :D
Hug0101 11 months ago