Really nice videos. but where did you check for the actual blank forms? Does "submit", by default works only if there is anything to submit. Also, can you submit NULL?
Great video. But i just don't have time to learn all the php and mysql. Can you please suggest some good sites that have photograph templetes for a online photo gallery.
Hello buddy! I wud lyk 2 thank u, 4 ur video tutorial was of gr8 help 2 me. I did not know how to program using php - mysql, ur video was a gr8 introductive step! :)
Thanks for the tutorial man. I would just suggesting making the letter size bigger because it's a little hard to read. Oh, and for some strange reason my code only worked after I deleted the quotation marks from (ID, Name, Description) in Create.php.
After two days of errors. I have to differ mysql_query("INSERT INTO people
(Name, Description) VALUES. without the single quotation mark and use header("Location: index.php) one time. After I did this slight midification it work 100%
I am trying to connect to my dbhost but i can't figure out what to do. It's on another server and the index.html is on again a different server. So how can i find out what the dbhost is?
im getting this error when I add data: 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 ''ID', 'Name', 'Description') VALUES (NULL, 'marvin','is awsome')' at line 1
Okey, i get the Info out of the database, but how do i get it in. I followed your steps, and i cant do it. Can you opst a Download link for the .Php files you made? Thanks
Hello I have tried the tutorial above and I faced the problem below. Can you please tell me how to solve it? Thanks!
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 ''ID', 'NAME', 'DESCRIPTION') VALUES(NULL,'joe', 'good')' at line 1
Hi, i faced a problem and that is i actually follow your instruction, but when i view it in the browser, it become empty page. Can you help me to solve the problem please?
Hi , i faced a problem and that is, when after i click the submit button it shown no database selected. But i already look thru the code and confirmed that i had already selected it. Can you please help me to solve this problem? Thanks!
Everything is fine except for me not being able to return to the updated output . If I go to the index page everything is there but I want this to happen automatically...
I get this error ...
User has been added!
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysqltut\includes\connection.php:11) in C:\xampp\htdocs\mysqltut\create.php on line 20
fixed the first error, got firther in the video, which made me understand alot, however still getting an error in line 7 or create.php on my browser when i run my code
line7
if(!$POST['submit']) {
error = 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 ''ID' , Name, Description') VALUES (NULL,'Sally','user'' at line 1
I am complete Novice please help me in php as well as database. My problem is when i run the script in local host it wont get executed the whole code is displayed on the browser. where do i need to save the php connection script ? kindly please guide me. i was able to connect to my php local host then extract the database from mysql but the php script to connect the server and display the table or query run in the script i was not able to do it.
I thank you from the bottom of my loins! This has been plaguing me for days! I've been going NUTS trying to get my code to work and I couldn't get help that works from ANYWHERE. I've finally got it to work for me (for the most part but this has got me the farthest ever)
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a6055404'@'localhost' (using password: YES) in /home/a6055404/public_html/dat abese connect.php on line 3
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a6055404'@'localhost' (using password: YES) in /home/a6055404/public_html/dat abese connect.php on line 3
This is a problem with your mySQL settings. You have to adjust this with PHPmyAdmin. Go to the privileges tab on the main page and you can set your username and passwords there
I followed this to the letter and when I user the fill in form, even if nothing is in the fields it will create a new user, completely blank. Here's what it says after all is said and done:
User has been added!
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysqltut\create.php:13) in C:\xampp\htdocs\mysqltut\create.php on line 14
Hi ! I get the exact same problem. Did you manage to resolve ? Great tutorial but gutted that I couldnt finish everything tonight because of this ever so small error.
excellent stuff very concise and simple might need a little help styling the table.
I'm using it as a score board for primary school children and want to have the rows at the top of the table styled with css classes would you be able to help
See I alway get this error after i click eon submit "create.php".... Dont know what it is,
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 ''id', 'Name', 'Description') VALUES (NULL ,'chava','perro')' at line 1
i have been looking for a tutorial like this for so long, i appreciate it that you took the time to explain everything... seriously thank you so much!
i just create one aplication for my web project at my school using adobe dreamweaver,at my web page, i want user to give information about them and then this information will add into my database which i create using phpmyadmin,ow should i do for that??
yeah XAMPP is a php server and im just using regular "Aptana Studio", since your using a rails version that could affect your code im not sure how but you never know. and lastly double check that your file is called [insert filename].PHP not .html or anything like that
Really nice videos. but where did you check for the actual blank forms? Does "submit", by default works only if there is anything to submit. Also, can you submit NULL?
siriusounds 3 weeks ago
starfi.sh
jepipay 2 months ago
PLEASE DO VISIT OUR LINK WE OFFER TOP SHELF internet solution come join us and learn more about web development
jepipay 2 months ago
wow!, thanks, and I'm loving ur site right now...
tlmcqu80 3 months ago
Great video. But i just don't have time to learn all the php and mysql. Can you please suggest some good sites that have photograph templetes for a online photo gallery.
Thanks a lot.
bhutanlhayul 3 months ago
Hello buddy! I wud lyk 2 thank u, 4 ur video tutorial was of gr8 help 2 me. I did not know how to program using php - mysql, ur video was a gr8 introductive step! :)
praveshb13 3 months ago
Thanks for the tutorial man. I would just suggesting making the letter size bigger because it's a little hard to read. Oh, and for some strange reason my code only worked after I deleted the quotation marks from (ID, Name, Description) in Create.php.
Jabberwock156 4 months ago
i like this tutorial!!!!
phgh1520 4 months ago
After two days of errors. I have to differ mysql_query("INSERT INTO people
(Name, Description) VALUES. without the single quotation mark and use header("Location: index.php) one time. After I did this slight midification it work 100%
Thank you very much for this useful tutorial.
Rightwingful 5 months ago
Comment removed
ShaneNL69 5 months ago in playlist MYSQL PHP
I am trying to connect to my dbhost but i can't figure out what to do. It's on another server and the index.html is on again a different server. So how can i find out what the dbhost is?
ShaneNL69 5 months ago
Curious around 23:00 how will the user see the message USE HAS BEEN ADDED if there is a server-side re-direct immediately after?
facebookprogrammer 5 months ago
i installed xampp but when i start it, apache is not running, only my sql is running, do you know what can i do about that?
manasume 5 months ago
Where is the source code? Also thanks a lot I'm using this on my Final Project at Un
MusiqOfAmani 6 months ago
Grate jooooooooooooooooooob Boooooss
it is tooo much goooooooooooooooooooood
Thanks.
aneesmug 7 months ago
Thanks!!!!!!
carloseztorres 7 months ago
I'm so confused:(
TheLegend1245 7 months ago
Is it the same as creating a Mysql table and a PHP form to connect?
TheLegend1245 7 months ago
Thanks for the great knowledge and specially for the web site
frabbasi1 7 months ago
ITS AWESOME....love d video....best tutorial i have seen
easyvideoseries 7 months ago
@easyvideoseries
tharaclassic 5 months ago
ITS AWESOME....love d video....best tutorial i have seen !
easyvideoseries 7 months ago
this wallpaper comes with windows 7 noob
ktajpuri 7 months ago
can any one tell me please the software he is using...please...
zainshah120 7 months ago
@zainshah120 he is using aptana studio google it ,, try netbeans its awsome
mrwaeta1 7 months ago
im getting this error when I add data: 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 ''ID', 'Name', 'Description') VALUES (NULL, 'marvin','is awsome')' at line 1
JSnooza88 7 months ago
Extremely helpful! Thank you so much! :) Keep up the great work!
rykitz 7 months ago
Error
MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
05psvalent 8 months ago
hey can u provide me this wallpaper
05psvalent 8 months ago
Okey, i get the Info out of the database, but how do i get it in. I followed your steps, and i cant do it. Can you opst a Download link for the .Php files you made? Thanks
OwnerGangraz 8 months ago
Comment removed
OwnerGangraz 8 months ago
Comment removed
OwnerGangraz 8 months ago
do u know how to set for the localhost?
if we r using php myadmin?
samosakun 8 months ago
i am having an error Undefined Index :(
MuhammadRaza2009 8 months ago
this is sooo helfull...
MuhammadRaza2009 8 months ago
Very nice! Thanks much!!
jessenikki 9 months ago
Extremely helpful!
MySGB 9 months ago
Thanks mann !!!
U helped me a lot :)
wineelk 10 months ago
Parse error: syntax error, unexpected T_STRING, expecting ']' in D:\xampp\htdocs\phpbasics\mysqltut\create.php on line 9
:(
MrSapitt 10 months ago
Thanks very much!
You are very easy to understand and you explain this well. Thank you!!!
WNxLone 10 months ago
Thanks for showing the ropes and introducing a great software!
MEGAXSTU 10 months ago
how to insert image which has a link - into a database?
kapilrc 11 months ago
Great tutorial! PHP MySQL frameworks such as wizzyweb.com can also be helpful
SullivanSoftware 11 months ago
its aptana u dumb fuck
unknown95485 11 months ago
ur awesome
jeth99 11 months ago
i got error in line 9 in index.php
Vishalkaushal011 11 months ago
Hello I have tried the tutorial above and I faced the problem below. Can you please tell me how to solve it? Thanks!
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 ''ID', 'NAME', 'DESCRIPTION') VALUES(NULL,'joe', 'good')' at line 1
iijimaee 11 months ago
i cnat read it so small
christine69reyes 1 year ago
why ID the only one that's set to primary?
CallMeMantou 1 year ago
thank you for the tutorial
rusurobert92 1 year ago
CURSO COMPLETO DE WED DESIGN
80 AULAS IDEAL PARA INICIANTES
Acesse: W w w . surflogosredeunica . com
rsabinno 1 year ago
what i want is a tutorial how to create a registation system from every step possiable and how to apply it to my website.
guydatpwnz 1 year ago
Hi, i faced a problem and that is i actually follow your instruction, but when i view it in the browser, it become empty page. Can you help me to solve the problem please?
monkeysu 1 year ago
Hi , i faced a problem and that is, when after i click the submit button it shown no database selected. But i already look thru the code and confirmed that i had already selected it. Can you please help me to solve this problem? Thanks!
monkeysu 1 year ago
Everything is fine except for me not being able to return to the updated output . If I go to the index page everything is there but I want this to happen automatically...
I get this error ...
User has been added!
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysqltut\includes\connection.php:11) in C:\xampp\htdocs\mysqltut\create.php on line 20
AlexanderMonty 1 year ago
Thank you very mutch, Good tutorial
ssikarim 1 year ago
fixed the first error, got firther in the video, which made me understand alot, however still getting an error in line 7 or create.php on my browser when i run my code
line7
if(!$POST['submit']) {
error = 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 ''ID' , Name, Description') VALUES (NULL,'Sally','user'' at line 1
knitsu 1 year ago
Comment removed
knitsu 1 year ago
Nice tut rated 5*.
Thing is im trying to get a private server on a cpu game (AQW)
and it can't connect to "MySQL" it is actually the only issue im having...
So my question is, have you had any experience with this on priv. server games?
Such as WoW?
xOwnageMasterx 1 year ago
Comment removed
malimbanlouie 1 year ago
Comment removed
malimbanlouie 1 year ago
This has been flagged as spam show
Ready to night party and meet naughty women **mworld5.info**
sfgdxgfsdgdfg 1 year ago
Comment removed
MichaelKosir 1 year ago
I am complete Novice please help me in php as well as database. My problem is when i run the script in local host it wont get executed the whole code is displayed on the browser. where do i need to save the php connection script ? kindly please guide me. i was able to connect to my php local host then extract the database from mysql but the php script to connect the server and display the table or query run in the script i was not able to do it.
Thanks !!
MrRakesh448 1 year ago
Comment removed
JJDR04 1 year ago
Comment removed
MichaelKosir 1 year ago
This has been flagged as spam show
She is naughty and need to marry you mworld5.info
amanda45321 1 year ago
First Video
where it explains how to insert data by using Forms!
exellent job mate! i was looking 4 this
Keep up the good work
greetings From Argentina!
cacamanyuu 1 year ago
you have no idea how much i love you for making this video! been trying to make this damn form work for days!
zaaramsul 1 year ago
hello, i am getting problem when using the code line below:
if(!$_POST['submit'])
{ echo "blabla........";
}
my problem is evenif i fill the form with all the details it gives shows that "echo" and the data are not inserted into the database.....
ikbal92 1 year ago
VERY VERY Helpful. Very nice Guide, damn good Job :) I think, now i know what to do ;), thanks :)
Very good Job :) Going on ;)
Vielen Dank für dieses Tutorial. Jetzt hab ichs endlich verstanden, denke ich ^^ .
Echt super Sache :) Weiter so.
TheTruth90 1 year ago
I forgot...DUDE! I feel sorry for your keyboard. Were you mad at it?
HedoBum 1 year ago
I thank you from the bottom of my loins! This has been plaguing me for days! I've been going NUTS trying to get my code to work and I couldn't get help that works from ANYWHERE. I've finally got it to work for me (for the most part but this has got me the farthest ever)
Thanks once again !
HedoBum 1 year ago
you are a star! :) thanks!!!
babarhussainkea 1 year ago
This has been flagged as spam show
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a6055404'@'localhost' (using password: YES) in /home/a6055404/public_html/dat abese connect.php on line 3
thats is what is say...
whats d error tell me pls...............
robinjay5566 1 year ago
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a6055404'@'localhost' (using password: YES) in /home/a6055404/public_html/dat abese connect.php on line 3
thats what it say........................
what is my error?
robinjay5566 1 year ago
@robinjay5566
This is a problem with your mySQL settings. You have to adjust this with PHPmyAdmin. Go to the privileges tab on the main page and you can set your username and passwords there
HedoBum 1 year ago
Can you tell me what progam do you use to record youre desktop?????
johndoe83104 1 year ago
@johndoe83104
Camtasia Studio by techsmith
HedoBum 1 year ago
please tell me sir why i make data base sql registration form please help me
RK143king 1 year ago
I followed this to the letter and when I user the fill in form, even if nothing is in the fields it will create a new user, completely blank. Here's what it says after all is said and done:
User has been added!
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\mysqltut\create.php:13) in C:\xampp\htdocs\mysqltut\create.php on line 14
WISDOMandGRACE 1 year ago
@WISDOMandGRACE
Hi ! I get the exact same problem. Did you manage to resolve ? Great tutorial but gutted that I couldnt finish everything tonight because of this ever so small error.
AlexanderMonty 1 year ago
im using eclipse with php but with the create.php file says unexpected "if" statement and it underlined the if
what should i do
Spongehead1000 1 year ago
what "notepad" are you using?
vpklotar 1 year ago
@vpklotar notepad++
pbj746 1 year ago 11
@pbj746 it doesn´t look like that
vpklotar 1 year ago
@pbj746 No, its something called Aptapa... i think.. but i cant find it anywhere... and i may be wrong.
TheFiscster510 1 year ago
@TheFiscster510 its aptana
Obizi123 1 year ago
@Obizi123 Yeah i realized that when i full screened it i couldnt see it clearly at first lol
TheFiscster510 1 year ago
@pbj746 i had downloaded the latest version of notepad but these options are not present there
zainshah120 7 months ago
@vpklotar looks like aptana 3.0 studio.
CALAVIDEOS2013 6 months ago
@vpklotar The 'notepad' this user is using is called 'Aptana studio Professional'
But I use notepad++ and Adobe DW CS5. But I am going to test this one out
ShaneNL69 5 months ago
Dude thank you this worked perfectly my company will now succeed because of this we are glad that you have shared this knowledge.
newcptv 1 year ago
excellent stuff very concise and simple might need a little help styling the table.
I'm using it as a score board for primary school children and want to have the rows at the top of the table styled with css classes would you be able to help
igloodesigners 1 year ago
Thanx for loading this video
zeuss143 1 year ago
do i have to save my file to htdocs if i have a xampp folder?
drakogemini257 1 year ago
can i use this method to connect to wordpress?
BURNLEYWHUT 1 year ago
how did you learn to type?
dbest737 1 year ago
copied this code but getting following output when i run my index:
" . $people['username'] . ""; } ?>
SideSteppingAverage 1 year ago
how can you do this with flash (please upload a vid on about it)
lofhy 1 year ago
a good tutorial but you haven't really built a usable application at the end
to make a simple but powerful Ajax app try this
watch?v=_oQSfLgbxL4
tuleo554 1 year ago
Nice but some times shows error in "fetch_array("
on line 1 i don't know what is that can u help my Apache is latest then your is so ?
MrNepalstar 2 years ago
Nice tutorial... thanks
Gurthy24 2 years ago
Rather then presenting the information in this format, how would I present it in a table, to make the date more easier to distinguish?
Fai89 2 years ago
Very Good Script, Thank you::
See I alway get this error after i click eon submit "create.php".... Dont know what it is,
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 ''id', 'Name', 'Description') VALUES (NULL ,'chava','perro')' at line 1
larazadelasmotos 2 years ago
very cool tutorial you guided me to the right direction
EvilTurt 2 years ago
i have been looking for a tutorial like this for so long, i appreciate it that you took the time to explain everything... seriously thank you so much!
andddrewsays 2 years ago
can you show me how to make a example of data form that actually insert a data in a browser and saving data in mysql.
kyle0015 2 years ago
can you help me??
i just create one aplication for my web project at my school using adobe dreamweaver,at my web page, i want user to give information about them and then this information will add into my database which i create using phpmyadmin,ow should i do for that??
syaqiq89 2 years ago
copied it word for word and I get this:
Warning: mysql_fetch_array() expects parameter 1 to be resource, string given in C:\xampp\htdocs\mysqltut\index.php on line 8
line 8: while($person = mysql_fetch_array ($result)){
deadwing5 2 years ago
the line should look like this:
while($person = mysql_fetcharray ($result)){
pbj746 2 years ago
Help!
then im trying to use in my browser its just showing this
" . $person('User') . "" } ?>
help plz :(
ThaPaddeProductions 2 years ago
the code should look like this:
" . $person['User'] . "";
}
?>
make sure you have a php server installded
pbj746 2 years ago
hmm dont know with the php serv... i got XAMPP should ther it be a php serv installed in that?
and my thing still dosnt works :(
(ps. that program ur using, can u send a link to dl? have found 1 but not the same and ur's looking better, mine named "Aptana RadRails"
ThaPaddeProductions 2 years ago
yeah XAMPP is a php server and im just using regular "Aptana Studio", since your using a rails version that could affect your code im not sure how but you never know. and lastly double check that your file is called [insert filename].PHP not .html or anything like that
pbj746 2 years ago
Hmm still dont work :(
cud u help me by team viewer or something?
ThaPaddeProductions 2 years ago
Very useful tutorial, thanks alot, waiting for more PHP tutorials from you!
yyassaman74 2 years ago