Community
Articles
Topics
Q&A
Learn
Course
Programming Dictionary
Tools Library
Development tools
Website Source Code
PHP Libraries
JS special effects
Website Materials
Extension plug-ins
Leisure
Game Download
Game Tutorials
Log in
English
简体中文
zh-cn
English
en
繁体中文
zh-tw
日本語
ja
한국어
ko
Melayu
ms
Français
fr
Deutsch
de
首页
>
课程
>
PHP fun class
>
PHP form section training
PHP form section training
目录列表
PHP fun class
PHP basic syntax
Introduction to PHP
PHP tag
Echo
comment statement
PHP basic syntax sec...
PHP variables
Introduction to PHP ...
Introduction to PHP ...
PHP data types
PHP variable scope
PHP mutable variable...
PHP variable section...
PHP operators
PHP arithmetic opera...
PHP assignment opera...
PHP comparison opera...
PHP logic operations
PHP operator section...
PHP array
PHP numeric array
PHP associative arra...
PHP multidimensional...
PHP control statements
if...else statement
if...else if...else ...
while loop
do...while loop
for loop
foreach loop
switch statement
break statement
continue statement
PHP function
PHP function
Function parameters
function return valu...
PHP function section...
PHP predefined variables and magic constants
$_SERVER
PHP form
PHP form
$_POST variable
$_GET variable
$_COOKIE variable
$_SESSION variable
PHP form section tra...
PHP file operations
PHP write file opera...
Append content to fi...
Read file operation
PHP file operation s...
php object-oriented
PHP object-oriented
PHP class definition
Create objects in PH...
PHP constructor
object-oriented high...
用户注册或者登陆页这类型页面适合使用哪种方式提交数据?
GET
POST
下面说法是否正确? 通过网址https://www.php.cn/php/php-sessions.html?gid=15 传递参数,我们可以在php页面中使用$_GET['gid']获取网址上的参数15.
正确
错误
如果涉及用户一些保密数据下面存储方式合适的是?
存储在SESSION中
明文存储在COOKIE中
加密存储在COOKIE中
请将空格填入内容,使代码正确
<from
="test.php"
="
"> <input type="text" name="name" /> <input type="submit" /> </from>
1
/4
继续
正确
错误