Atex Posted July 3, 2006 Share Posted July 3, 2006 ok,im new in php...and i need help XDQuestions:1)How do i create a db in php? (in asp i use Access)2)How do i update the db?3)How do i delet the db?4)How i search in db?5)how i read from db?6)how do i connect to the db?i know,SQL so lines like : Select * from mydb,con,3,3 . .like,for update in asp i use recrodeset.update(rs.update..)but how do i work in php?thx Quote Link to comment https://forums.phpfreaks.com/topic/13562-new-in-phpneed-help-with-db/ Share on other sites More sharing options...
trq Posted July 3, 2006 Share Posted July 3, 2006 php can connect to many different databases, however, most people (and most examples) use MySql with php.You can look up how to use MySql with php in the [url=http://php.net/mysql]manual[/url]. Quote Link to comment https://forums.phpfreaks.com/topic/13562-new-in-phpneed-help-with-db/#findComment-52512 Share on other sites More sharing options...
Orio Posted July 3, 2006 Share Posted July 3, 2006 Lots of tutorials:http://www.google.com/search?hl=en&q=php+mysql+tutorialFor creating DBs and such, use PHPmyAdmin.Orio. Quote Link to comment https://forums.phpfreaks.com/topic/13562-new-in-phpneed-help-with-db/#findComment-52513 Share on other sites More sharing options...
wildteen88 Posted July 3, 2006 Share Posted July 3, 2006 I would recommend your to goto [url=http://www.php-mysql-tutorial.com/]php-mysql-tutorial.com[/url] and go through turorial numbers 1 through to 9. NOTE tutorial number one steps you through setting up Apache, PHP and MySQL locally so you run PHP scripts locally on your home PC. Quote Link to comment https://forums.phpfreaks.com/topic/13562-new-in-phpneed-help-with-db/#findComment-52527 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.