26Jan/1025
PHP Tutorial – 23 – Adding Tables to MySQL Database
www.youtube.com click that link if u wanna watch this video in high def! subscribe to my channel!
No related posts.
www.youtube.com click that link if u wanna watch this video in high def! subscribe to my channel!
No related posts.
April 6th, 2009 - 18:01
Already solved it.
April 14th, 2009 - 02:06
Thank you so much… I have been looking all over the internet for this.
May 3rd, 2009 - 19:01
you will add a table and i will add 4 chairs haha
May 11th, 2009 - 15:04
Thanks man your tutorials really helped! I finally have a working search engine!
May 18th, 2009 - 19:09
really good tutorials. what makes them so good is that youre moving really slowly, methodic and exactly forward. no steps are being skipped, which is more very common among most sites and tutorials.
thumbs up.
June 18th, 2009 - 21:48
Best tutorials ever, that I’ve used anyway. Came across you looking for just some php information, and you basically answered enything I needed to knot. And…. I like you’re style.
June 19th, 2009 - 01:00
Why did you set ID as a BIGINT but then put 1000 in the length/value column? BIGINT will never be more than 20 anyway.
June 19th, 2009 - 01:00
Sorry, 100.
June 25th, 2009 - 20:06
Your lessons are really helpful to newbies.There is a plenty of tutorials on creating databases,but they dont teach how to create MySQL Tables.You are a great teacher !
July 6th, 2009 - 14:59
Hello! Very nice tutorials and I learn how to create a database and table. It’s been 3 months that I’m looking tutorials like this very clear. Anyway, I still have a problem I want to make a website with multiple users and still confused how to create signin, sign up and profile…..Someody can help me? Hoping THENEWBOSTON will hear my prayer…..
August 11th, 2009 - 12:13
The New Boston- you rock!
Thanks for the tutorial- it has proved to be very helpful
August 22nd, 2009 - 00:29
It can be any but you have to take appreciation to memory size of your DB, if its not going to be that big but for productional purposes they can become huge so selecting an optimised datatypes crucial to database development.
I develop on databases as part of my day job, with PHP and Ajax.
August 22nd, 2009 - 06:31
I was pointing out that the value was redundant.
August 22nd, 2009 - 12:47
I am sorry think I may have missed that but you dont even need to put mysql_error() in at all, thats an object of PHP if you like, its good though for debugging purposes.
If you go into the source code you can see all the functions like that for databases, how the default debugger works, I have a test machine for PHP, with xdebug on it (strictly not meant for productional servers), then I have a virtual machine on that server to run a production fully blown apache server, a VPS solution.
August 22nd, 2009 - 12:51
If any of you think thats complex you should try doing JOINS, if you wanted a user to sign up, putting their comments or whatever or posts in another table and making a foreign key from the user id to the post, links them in and allows for optimised querying. 1 – many relationship.
August 24th, 2009 - 04:31
If you still interested in a while I’m going to start my Web Developers Tutorials which will be using PHP as the Scripting language and MySQL as the database. We will be creating a socialnetwork and other things like blogs photohost and probably a few more any idea on what you would like to see in the projects let me know.
August 24th, 2009 - 04:37
The reason for NULL is so that that value doesn’t have to be assigned at any given time so say in a social network if you used NOT NULL on comments or friends you would have to set it as soon as you make a user or something( the value could be empty/0 though ). Allot of PHP developers don’t know actual SQL just the essentials.
September 17th, 2009 - 02:04
get ulmb so much better
October 9th, 2009 - 20:51
I would null it for like, field questions on a test for employees.
November 5th, 2009 - 00:47
thanks alot dude you are the best……this is the most helpful tutorial ever! especially for my school work! you rOcK!
December 28th, 2009 - 12:26
You’ve got the talent given by G-d for FREE so use it and share it for FREE.
Just like SCIENCE. SCIENCE is SHARING OF KNOWLEDGE
January 11th, 2010 - 00:33
1 to 23… hmmm………
so far…
the best php tutorial on youtube
only my opinion
Much oblidge.
January 18th, 2010 - 16:02
How do you inset values for multiple rows in a table? This Tut. shows only 1 row of values..but when you have more what’s the easiest and fastest way? thanks
January 20th, 2010 - 20:37
thank you this is so use full thanks!!!!!
January 21st, 2010 - 21:51
xampp also has phpmyadmin