"MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0006 sec )"
Why is it so ? when i wrote the code i skipped the name field and even made changes in the code according to it ! Also their was no name column in my table ( i didnt make it ) HELP ME OUT please
hey man , after I do all you say in the first video , at the end when I try to Run the php is gives me a fatal error saying : Call to undefined function mysql_connect. What did I do wrong ?
first, thanks for the great video! second, i'm having some trouble :(
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/whenther/public_html/connect.php on line 3
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'whenther'@'localhost' (using password: NO) in /home/whenther/public_html/connect.php on line 4
plus 1 more error but youtube won't allow that many characters. any ideas?
can u send me d full code of this tutorial in my eadd.dhex_par16@yahoo.com...this is great for my thesis project,,,i cant download to your link in rapid share..thank you...
cheers im using it now it lookes good iv edited it abit and added colours graphics and now it has the comment box at the bottom aswel as the top so that the comments are in the middle :D
@kimaguas i didn't get any errors! you should download he's code from the url he posted here and dont copy in the video so that you'll get no errors...
@sarva91 hey man! great video it all worked like i wanted to, but above of the name box, it's giving me those 3 lines: Notice: Undefined index: name in C:\xampp\htdocs\comment.php on line 4 Notice: Undefined index: comment in C:\xampp\htdocs\comment.php on line 5 Notice: Undefined index: submit in C:\xampp\htdocs\comment.php on line 6 try to use @ sign in front of <?php require('connect.php'); @$name=$_POST['name']; @$comment=$_POST['comment']; @$submit=$_POST['submit']; if($submit) {
nice tutorial, but i have one problem. When I test comment box, I can't see anything in phpmyadmin browse box, it says: tables seems to be empty. Don't know what's the problem, do you know what is the problem ?
@FarryEntertainment Download package called XAMPP or WAMP server and if on mac, then download MAMP... all this comes with PHP and MySQL support (phpMyAdmin)
hi my name is imran and i like your video, i try to create a coment page but i thing i am doing something wrong thats y its not working can you help me out with it???
contact me on info@cplanet.info Please and if its positionable can u help me create me a comment page ?
hi my name is imran and i like your video, i try to create a coment page but i thing i am doing something wrong thats y its not working can you help me out with it???
contact me on info@cplanet.info Please and if its positionable can u help me create me a coment page ?
@esite4u Hey, this is helpertuts, and to help you out with your problem the best way is to go to my site and download the comment system, it is under downloads section and the LINK is posted under the description of video and if you don't want to do that and you just need help than we can setup chat session on Skype or your preferred program
ei can u send me the full php code??bugzlife_dudez@yahoo.com it will be a great help cause when i follow your tutorial i get the full code but there are index error so please send it thnx
Notice: Undefined index: name in Index.php on line 3 Notice: Undefined index: Comment in Index.php on line 4 Notice: Undefined index: Submit in Index.php on line 5
please help me no name and comments inserted in my database..i am using wampp. pls help me figure this out.. i need this on my project, tnx and more power.
@helpertuts When i run the php in the browser, everything runs fine, but there are three errors that show up. They say that the lines 3, 4 and 5 are "Undefined Index, the lines on comment.php. Got a quick-fix for this?
@Mikety2257 Go ahead and the PHP code , and create database in MySQL and create table like I did in the video and/or you can compare my code... and don't forget to change the database info in the downloaded fil.
Awesome tutorial dude !
BUT ONE PROBLEM !
--> the database says
"MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0006 sec )"
Why is it so ? when i wrote the code i skipped the name field and even made changes in the code according to it ! Also their was no name column in my table ( i didnt make it ) HELP ME OUT please
rahulraina003 2 weeks ago
@toodalootdoot No it just means that the values to those fields have not yet been added. nothing about the error
AnayRogerFederer 1 month ago
ok. But it wont work if you use " ' " in the comment body. How to resolve that
AnayRogerFederer 1 month ago
i got error when loading in browser. how to solve this? how many times a review the code.
Notice: Undefined index: name in C:\xampp\htdocs\siteb\commentbox.php on line 4
Notice: Undefined index: comment in C:\xampp\htdocs\siteb\commentbox.php on line 5
Notice: Undefined index: submit in C:\xampp\htdocs\siteb\commentbox.php on line 6
phpmarky 1 month ago
Comment removed
phpmarky 1 month ago
a lot of people are also having this issue
Notice: Undefined index: name
Notice: Undefined index: comment
Notice: Undefined index: submit
even after using your file...
please help!
davidsaso1234 1 month ago
@davidsaso1234 after the <?php type: error_reporting(0)
AnayRogerFederer 1 month ago
i get an error saying
Notice: Undefined index: Name in C:\xampp\htdocs\php-practice\index.php on line 3
Notice: Undefined index: Comment in C:\xampp\htdocs\php-practice\index.php on line 4
Notice: Undefined index: submit in C:\xampp\htdocs\php-practice\index.php on line 5
but i have name="name"
and comment="comment"
and submit="submit"
y is it not working?
davidsaso1234 1 month ago
Comment removed
davidsaso1234 1 month ago
How I get users logged in before they can comment on my page or comment system?
Hrsam91 1 month ago in playlist More videos from helpertuts
can't download the file..can you please give me other link.
please. i need it asap. tnx :)
keepr0ck 2 months ago
Thank you so much for help, I have been searching this for one week!
AnimeShippudden 3 months ago
Comment removed
AnimeShippudden 3 months ago
Comment removed
espositokj 3 months ago
I have a problem with this:
Notice: Undefined index: name
Notice: Undefined index: comment
Notice: Undefined index: submit
How to solve this? I typed everything just like you.
wujicw 3 months ago
From where can i download that PHP Organizer 7 ??//
TheTrickyj 3 months ago
This has been flagged as spam show
Okay so you download WAMP and that brings MySQL onto your localhost (allowing you to create a database), and you then create an HTML and PHP file?
smokenfly514 4 months ago
Okay so you download WAMP and that brings MySQL onto your localhost (allowing you to create a database), and you then create an HTML and PHP file?
smokenfly514 4 months ago
hey man , after I do all you say in the first video , at the end when I try to Run the php is gives me a fatal error saying : Call to undefined function mysql_connect. What did I do wrong ?
cioroianudenis 4 months ago
first, thanks for the great video! second, i'm having some trouble :(
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/whenther/public_html/connect.php on line 3
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'whenther'@'localhost' (using password: NO) in /home/whenther/public_html/connect.php on line 4
plus 1 more error but youtube won't allow that many characters. any ideas?
chrisburrowssucks 4 months ago
same problem
Notice: Undefined index: name in C:\xampp\htdocs\comment.php on line 3
Notice: Undefined index: comment in C:\xampp\htdocs\comment.php on line 4
Notice: Undefined index: submit in C:\xampp\htdocs\comment.php on line 5
renze1122 4 months ago
can u send me d full code of this tutorial in my eadd.dhex_par16@yahoo.com...this is great for my thesis project,,,i cant download to your link in rapid share..thank you...
dhexterpar16 5 months ago
cheers im using it now it lookes good iv edited it abit and added colours graphics and now it has the comment box at the bottom aswel as the top so that the comments are in the middle :D
Jamieduk999 5 months ago
How would I make it so their IP address will appear next to the person's username?
mcord21 5 months ago
Comment removed
mcord21 5 months ago
what song is that?
CideoProductions 6 months ago
i have an error like this. Notice: Undefined index: name in C:\xampp\htdocs\comment.php on line 4
kimaguas 6 months ago
works perfect 4 me... tnx for the tutorial! :)
carmelcandido1 6 months ago
@carmelcandido1 hey. do you have an error like this? Notice: Undefined index: name in C:\xampp\htdocs\comment.php on line 4
kimaguas 6 months ago
@kimaguas i dont get any errors from the code... you should download his code in the url he posted!
carmelcandido1 6 months ago
@kimaguas i didn't get any errors! you should download he's code from the url he posted here and dont copy in the video so that you'll get no errors...
carmelcandido1 6 months ago
cool
Silence89 6 months ago
This has been flagged as spam show
chamithz 6 months ago
nice tutorial, but i have one problem. When I test comment box, I can't see anything in phpmyadmin browse box, it says: tables seems to be empty. Don't know what's the problem, do you know what is the problem ?
KevinManify 7 months ago
Hey, please reupload the Php comment box code.
Jasperthebest7 7 months ago
i typed the same code as you did, and it's not working when i click the submit button, it just shows my code on a new page.. :(
almldb37 7 months ago
Comment removed
cherchana 8 months ago
Comment removed
cherchana 8 months ago
hi can any one help i am get Lost connection to MySQL server at 'reading initial communication packet', system error: 110 on line 2
shay7125 8 months ago
hey can u tell me from wher u got the product key for php Designer 7...please
AnayRogerFederer 8 months ago
first of all, how did you get that myphpadmin?
FarryEntertainment 8 months ago
@FarryEntertainment Download package called XAMPP or WAMP server and if on mac, then download MAMP... all this comes with PHP and MySQL support (phpMyAdmin)
helpertuts 8 months ago
@helpertuts thanx for all the feedback man ...
alimunth 2 weeks ago
@FarryEntertainment download xampp lol, theres a tutorial for it!
carmelcandido1 6 months ago
@FarryEntertainment how come it dont work if i use a textarea insted of an input text
rosswilliamson85 5 months ago
hey man! great video it all worked like i wanted to, but above of the name box, it's giving me those 3 lines:
Notice: Undefined index: name in C:\xampp\htdocs\comment.php on line 4
Notice: Undefined index: comment in C:\xampp\htdocs\comment.php on line 5
Notice: Undefined index: submit in C:\xampp\htdocs\comment.php on line 6
savra91 8 months ago
@savra91 There is a simple solution... put this code beofre any PHP code, in PHP start tags.... it's "error_ reporting(0);"... something like this....
still need help then go to my website and download the final version and check the code out and how I did it...
helpertuts 8 months ago
Comment removed
savra91 8 months ago
@helpertuts hey. i put error_ reporting(0); before <?php but still nothing happens. there still the error
Notice: Undefined index: name in C:\xampp\htdocs\comment.php on line 4
kimaguas 6 months ago
@kimaguas put in the PHP tag... Its a PHP function so it has to go into PHP tag
pavanpatel2 5 months ago
@savra91 Please tell briefly. iam also got this error
Jasperthebest7 7 months ago
This has been flagged as spam show
@savra91 where the same case i got this error how many times i review the codes
Notice: Undefined index: name in C:\xampp\htdocs\siteb\commentbox.php on line 4
Notice: Undefined index: comment in C:\xampp\htdocs\siteb\commentbox.php on line 5
Notice: Undefined index: submit in C:\xampp\htdocs\siteb\commentbox.php on line 6
phpmarky 1 month ago
dude , everyone can hack this commentBox using a simple method () meta code witch redirect to another link
7ShaSho4Ev3R 9 months ago
why cant you upload to megaupload link is down
harajli56 9 months ago
@harajli56 I fixed the link...
helpertuts 9 months ago
This has been flagged as spam show
hi my name is imran and i like your video, i try to create a coment page but i thing i am doing something wrong thats y its not working can you help me out with it???
contact me on info@cplanet.info Please and if its positionable can u help me create me a comment page ?
esite4u 10 months ago
hi my name is imran and i like your video, i try to create a coment page but i thing i am doing something wrong thats y its not working can you help me out with it???
contact me on info@cplanet.info Please and if its positionable can u help me create me a coment page ?
esite4u 10 months ago
@esite4u Hey, this is helpertuts, and to help you out with your problem the best way is to go to my site and download the comment system, it is under downloads section and the LINK is posted under the description of video and if you don't want to do that and you just need help than we can setup chat session on Skype or your preferred program
helpertuts 10 months ago
hey can you put the sql DB in the download to. so i can just import the DB in myPHPAdmin
cookie73942 11 months ago
i have the error 3 4 5 index can u send me the code??full ur link download dont work thnx
cutedudez 11 months ago
@cutedudez I fixed the link... hope you subscribe and rate my tutorials... Thanks
helpertuts 11 months ago
ei can u send me the full php code??bugzlife_dudez@yahoo.com it will be a great help cause when i follow your tutorial i get the full code but there are index error so please send it thnx
cutedudez 11 months ago
@cutedudez I fixed the link and I emailed you back... and if you cant email than PM me...
helpertuts 11 months ago
The website that you hosting the code isnt working.
cookie73942 11 months ago
I get this error message:
Notice: Undefined index: name in Index.php on line 3 Notice: Undefined index: Comment in Index.php on line 4 Notice: Undefined index: Submit in Index.php on line 5
how do i fix this??!!
cookie73942 11 months ago
You kinda mumbled a lot in this video and for many important parts, I have no idea what you said.
MrC0MPUT3R 11 months ago
Thanks for this :) Helped me a lot :)
swapai 11 months ago
please help me no name and comments inserted in my database..i am using wampp. pls help me figure this out.. i need this on my project, tnx and more power.
vincentxerxes16 11 months ago
@vincentxerxes16 Might have a mistake while coding...
1.)Look over your code
2.)If step 1, doesn't work then email me, and I can look over it
3.)Or Download the code from the link in description
helpertuts 11 months ago
hey is it possible to make one with a reply button on it...so people can reply directly to comments? thanks
xinho45 1 year ago
@xinho45 Yes, I will try working on it
helpertuts 1 year ago
Hey can yo please email me the code? ill send my email in a message
Helenlovesrivers 1 year ago
I'm new at working with PHP, so this was a big help. Thank you!
FBG4 1 year ago
Comment removed
FBG4 1 year ago
@helpertuts When i run the php in the browser, everything runs fine, but there are three errors that show up. They say that the lines 3, 4 and 5 are "Undefined Index, the lines on comment.php. Got a quick-fix for this?
Mikety2257 1 year ago
@Mikety2257 Go ahead and the PHP code , and create database in MySQL and create table like I did in the video and/or you can compare my code... and don't forget to change the database info in the downloaded fil.
pavanpatel2 1 year ago
Comment removed
Mikety2257 1 year ago
This has been flagged as spam show
Very nice totorial, I couldn't download the codes.
could u email me this codes to gullebril@gmail.com.
Thanks
guillebril 1 year ago
kinda perfect tutorial, much thanks
if you could zoom in next time it would be perfect
thanks again
xouttahellx 1 year ago
@xouttahellx I will keep in mind to zoom in next time I create a tutorial
helpertuts 1 year ago
@helpertuts There is no reason to zoom in when you record at 720p. You can easily see the text.
raaggenrowl 1 year ago
@Treeline1cp Just updated the link... In the Description
helpertuts 1 year ago
@TheFutureOfDeath Just did put the link in the description
helpertuts 1 year ago
@Treeline1cp Yes, Please give me your email
helpertuts 1 year ago
If you could PM me the code also that would be great.
TheFutureOfDeath 1 year ago
@TheFutureOfDeath Why not??? Can I get your email... Thanks
helpertuts 1 year ago