Home  >  Article  >  Backend Development  >  pimchanok leuwisetpaibul php desktop center three modify the database

pimchanok leuwisetpaibul php desktop center three modify the database

WBOY
WBOYOriginal
2016-07-29 08:36:331071browse

The following program lists the data of that ID after you enter the ID.Then you can modify and write.


Data update of database


if(isset($id))
{
if(!mysql_connect("localhost","username","password"))
{echo "Unable to connect to the database";
exit();
}
if(isset($url))
{
$query= "update $jpg set id='$id',url='$url',mess='$mess',
fromx='$fromx',url1='$url1',mess1='$mess1',fromx1= '$fromx1',url2='$url2',
mess2='$mess2',fromx2='$fromx2',url3='$url3',mess3='$mess3',fromx3='$fromx3'
where id ='$id'" ;
$result=mysql_db_query("elong",$query); //Perform writing
if (!$result)
{echo "An error occurred!";
exit();
}
echo "$id has been updated!

";
echo "n
n
n
< tr>n
n
n
n
n
n
n
n
n
< ;td>Small picture 1n
n
n
n
n
n
n
n
n
n
n
n
n
n
ID$id
url address$url
small picture$mess
Description$fromx
url address 1$url1
$mess1
Description 1$fromx1
url address 2$url2
Small picture 2$mess2
Description 2< ;td>$fromx2
url address 3$url3
Picture 3n
Description3$fromx3
n";
echo "Back to homepage";
exit();
}
$query="SELECT id,url,mess,fromx,url1,mess1,fromx1,url2,mess2,fromx2,url3, mess3,fromx3 from $jpg
where id='$id'" ;
$result=mysql_db_query("elong",$query);
if (!$result)
{echo "An error occurred!";
exit() ;

$r=mysql_fetch_array($result); 
$id = $r["id"]; 
$url = $r["url"]; 
$mess = $r["mess"]; 
$fromx = $r["fromx"]; 
$url1 = $r["url1"]; 
$mess1 = $r["mess1"]; 
$fromx1 = $r["fromx1"]; 
$url2 = $r["url2"]; 
$mess2 = $r["mess2"]; 
$fromx2 = $r["fromx2"]; 
$url3 = $r["url3"]; 
$mess3 = $r["mess3"]; 
$fromx3 = $r["fromx3"]; 
echo" 






























ID: 
类形: 
图片url地址: 
说明: 
来自: 
图片url地址: 
说明: 
来自: 
图片url地址: 
说明: 
来自: 
图片url地址: 
说明: 
来自: 


n"; 

else 
{?> 

请输放需要更改的id:

 
 

 
动漫桌布 
 
平分秋色水彩画 
 
明星写真 
 
广告创意 
 
其它类 
 

 
 
 
 
 
 
 

以上就介绍了pimchanok leuwisetpaibul php桌面中心三 修改数据库,包括了pimchanok leuwisetpaibul方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

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