Home >Backend Development >PHP Tutorial >新手问php有关问题

新手问php有关问题

WBOY
WBOYOriginal
2016-06-13 10:17:43947browse

新手问php问题

这句话是什么意思呢?

还有这句话,  







为什么用input 前面有加from, class 是什么意思?谢谢大家

------解决方案--------------------
主要是通过PHP为input 的value标签赋值 这样可以随心所欲的变化
------解决方案--------------------
基础内容
form标签是表单
input是输入,其中类型type为类型,如hidden是隐藏
还有button是按纽,textarea是输入框等等
class是CSS属性,class=""
意思属性由abc变量值为定
如$abc=="myRed"
则class="myRed"
myRed一定为一个自定义的样式
------解决方案--------------------
form是提交必备的,clss是CSS写的样式,
value="" value里面是用来输出php变量
type="button" 是提交按钮,提交到form表单里面的action处理页面。
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