i need help
-
hello every body :) i'm preparing my first project on database cuz i've just started studying computer science . So i need some help ; i'll be thinkful if someone explain to me the relation that exists between using php as a web programming langage and Mysql ; :)
-
hello every body :) i'm preparing my first project on database cuz i've just started studying computer science . So i need some help ; i'll be thinkful if someone explain to me the relation that exists between using php as a web programming langage and Mysql ; :)
Most introductory books to PHP contain some chapters on MySQL; and vice versa. So I recommend you hit the books. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
hello every body :) i'm preparing my first project on database cuz i've just started studying computer science . So i need some help ; i'll be thinkful if someone explain to me the relation that exists between using php as a web programming langage and Mysql ; :)
many functions are available in php for how to connect to mysql and be interactive between both of them These functions allow you to access MySQL database servers. More information about MySQL can be found at » http://www.mysql.com/. Documentation for MySQL can be found at » http://dev.mysql.com/doc/.