如何将变量添加到$_SESSION?
$product = 0;
$_SESSION['product_number'.$product.''] = true;
Run Code Online (Sandbox Code Playgroud)
它不起作用.
如果输入在1-100之间,如何检查HTML5?
<input type="numeric" name="count" pattern="[1-9]" />
Run Code Online (Sandbox Code Playgroud)