我试图用购买力平价中的对应指令来重复一行超文本。 这里是:
echo <tr><td><input category=“check Box” name=”。 美元现值单位,“检查/研究;研究;/td><td><label> 美元现值单位单位, . </label></td></tr>
I set the name
attribute of a checkbox to $currentTeam
. When $currentTeam
has a space character and I try to check if it s checked upon form submission, it doesn t register. When $currentTeam
does not have a space character and I check the box, I m able to see if it s set using isset()
upon form submission. This is strange because the same $currentTeam
variable has no problem printing out just fine in the <label>
for the checkbox. I m assuming it s because there something going on with the quotes and the space character.
我试图改变单一报价的用法,如两倍,但无uck。 是否有任何人的想法?