php $ _GET函数&性格特征 [英] php $_GET function with & charecter

查看:66
本文介绍了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,


这篇关于php $ _GET函数&性格特征的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆