Home >php教程 >php手册 >朋友写的一个简单的php音乐添加程序。

朋友写的一个简单的php音乐添加程序。

WBOY
WBOYOriginal
2016-06-06 20:00:401986browse

大体都很好,就是安全性不太灵光。几乎米有过滤。发出来看看吧,我琢磨下怎么改,功能还在完善中,也请路过的高手指点一二! config.php ?php //MySQL Set $hostname = localhost; //HostNmae $user = music; //userName $password = music; //UserPassWord

大体都很好,就是安全性不太灵光。几乎米有过滤。发出来看看吧,我琢磨下怎么改,功能还在完善中,也请路过的高手指点一二!

config.php

 //MySQL Set
$hostname = "localhost"; //HostNmae
$user = "music"; //userName
$password = "music"; //UserPassWord
?>

 


 

index.php

音乐共享系统.<vampire.kiss></vampire.kiss>







Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php代码Next article:PHP中使用curl取得HTTP状态码