Hey i get #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Membership Information'' at line 14
However when I copy and paste the database code in MySQL, I get this error:
"#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Membership Information'' at line 14"
hey i love your videos, they have been helping me every step of the way, but i ran into a problem, when i double click on the database.sql file it says windows cannot find this file. whats the problem?
hey 1000Jamesgames, thanks for your comment. It means you are trying to insert wrong default value of date, ok try changing the signup_date datetime from this
Hey Ali, im adding table to my database but i don't know what to set table settings too, can you go through and describe what the settings mean. or could you direct me to a place that gives me that info? thanks
Hey sep33, thanks for the comment. If you look inside of the folder there is a text file with all the database tables. All you do is paste that in to phpmyadmin SQL section and i will create all tables for you. Let me know how you get on. Thanks Sep33
how do i add the member area to my web page??
Please replay!
MLProduction99 6 days ago
Hey i get #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Membership Information'' at line 14
MrBOBMAN567 5 months ago
@MrBOBMAN567 I found the problem online, and it work. try to change "TYPE=MyISAM" -> "ENGINE=MyISAM"
hope this help, cuz i had the same error and it work after i change it............
chingproduction 3 months ago
Thanks!
I was so confused when i was trying to make this but this video helped alot.
BalliSkate 7 months ago
hey !!!
YouTrendsTube 9 months ago
hey there, love the tutorials!!
However when I copy and paste the database code in MySQL, I get this error:
"#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Membership Information'' at line 14"
could you tell me why this is?
geeno123 11 months ago
@geeno123
I have the same problem
BakaAnimeFriendz 6 months ago
hey i love your videos, they have been helping me every step of the way, but i ran into a problem, when i double click on the database.sql file it says windows cannot find this file. whats the problem?
mattbloom11 1 year ago
I can't open Members_Area.rar, but I can open member_lesson10.rar on my Mac. Why is this? Cheers again
tinytotsjapan 1 year ago
Hi there. When I open the .rar file on my Mac the folder is empty. How can I go about getting the code? Thanks
tinytotsjapan 1 year ago
Hi there. When I open the .rar file on my Mac the folder is empty. How can I go about getting the code? Thanks
tinytotsjapan 1 year ago
Hi there. When I open the .rar file on my Mac the folder is empty. How can I go about getting the code? Thanks
tinytotsjapan 1 year ago
THANKS MAN!!! YOU HELPED ME ALOT!!!!!!!!
etikem 1 year ago
very hard php
asifkhanpirkani 1 year ago
Hii When i copy and paste the code and click go it comes up with #1067 - Invalid default value for 'signup_date' what should i do?
1000Jamesgames 1 year ago
hey 1000Jamesgames, thanks for your comment. It means you are trying to insert wrong default value of date, ok try changing the signup_date datetime from this
0000-00-00 00:00:00
to this
0001-01-01 00:00:00
Let em know how you get on
Ali
1stoptutorials 1 year ago
@1stoptutorials ok thanks for replying but i changed it to 0001-01-01 00:00:00 but it still said #1067 - Invalid default value for 'signup_date'
1000Jamesgames 1 year ago
Hey 1000Jamesgames, thanks for your comment. You could try going to here
phpfreaksdotcom as they have a great forum for php.
Let me know how you get on
Ali
1stoptutorials 1 year ago
You rock
nameuunavailable 1 year ago
you are the best man!
you Rock :D 1,000/5 :)
whatsup12312341 2 years ago
I'd like to add a Middle Name part to the registration. What should I copy and change in the PHP and SQL?
Sep33 2 years ago
To do that you would need to add some variables plus you would also need to add another table to database. Could be a little bit tricky. Thanks sep33
Ali
1stoptutorials 2 years ago
Hey Ali, im adding table to my database but i don't know what to set table settings too, can you go through and describe what the settings mean. or could you direct me to a place that gives me that info? thanks
Sep33 2 years ago
Hey sep33, thanks for the comment. If you look inside of the folder there is a text file with all the database tables. All you do is paste that in to phpmyadmin SQL section and i will create all tables for you. Let me know how you get on. Thanks Sep33
Ali
1stoptutorials 2 years ago