php $ _GET函数&性格特征

问题描述:

嗨我正在尝试获取数据php $ _GET函数

这是我的代码

Hi i'm trying to get data php $_GET function
It's my code

$logs = mysqli_real_escape_string($con, $_GET['logs']);



如果我调用我的PHP脚本,如http://website.com/myfile.php?id=1&logs=ABC&DEF



DEF字符未显示。是否有任何方法告诉脚本该字符串未在ABC完成



对不起我的英文谢谢


if i call my php script like http://website.com/myfile.php?id=1&logs=ABC&DEF

DEF charecters not showing. Is there any way to tell to script that string isn't finished at ABC

Sorry for my english Thanks

_GET函数

这是我的代码

_GET function
It's my code


logs = mysqli_real_escape_string(
logs = mysqli_real_escape_string(


con,