PHP用sentense翻译单词

时间:2017-08-23 12:07:51

标签: javascript php html mysql

我有3行的MYSQL数据库

ID   Num    Text 

id=1 Num=11 Text=Monday
id=2 Num=12 Text=John 

在html中,我有两个textarea并提交按钮。

<textarea name="1" >12 finished on 11</textarea>

在提交按钮上单击我要在第二个textarea中复制此文本并在星期一更改“11”,在数据库中更改John上的“12”。 更改的文字必须如

John finished on Monday. 

2 个答案:

答案 0 :(得分:0)

创建一个接受Num并返回Text的getter函数。

function getText($num){
//connect database
//query table - select Text from table_name WHERE Num = $num
return text
}

<textarea name="1" ><?php echo getText(12) . ' finished on ' . getText(11);?></textarea>

答案 1 :(得分:0)

enter image description here

enter image description here

我希望像这样做。 GetText(&#39; 12月11日10:00 BRA&#39;完成)并改变了约翰周一10:00结束巴西&#39;