1 / 15
文档名称:

毕业论文外文翻译-通过PHP访问MySQL.docx

格式:docx   大小:72KB   页数:15页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业论文外文翻译-通过PHP访问MySQL.docx

上传人:小博士 2019/5/8 文件大小:72 KB

下载得到文件列表

毕业论文外文翻译-通过PHP访问MySQL.docx

文档介绍

文档介绍:原文:GettingPHPtoTalktoMySQlNowthatyou^fortableusingtheMySQLclienttoolstomanipulatedatainthedatabase,,we9regoingtodiscussPHP,sbuilt-(PEAR),,',,otherMySQL-,theMySQL-onnectfunctionis:mysql_connect($db_host,$db_username,$db_password);versusPEARLSDBconnectfunction:Sconnection =DB::connect(Hmysql://$db_username:$db_password@$db_host/$db_databasen);mands,,yoiflllearnhowtoconnecttoaMySQLserverfromPHP,essandretrievestoreddata,,mand-oolorPHP,arethesame:-ResourcesWhenconnectingtoaMySQLdatabase,,',weintroducehowtoconnecttoaMySQLdatabasewithPHP.