PHP中传递数据遇到奇怪有关问题!听说标题要长
PHP中传递数据遇到奇怪问题!听说标题要长!
HTML中定义的textbox如下: ↓
表单按钮提交的时候 后台接受如下: ↓
$num0 = (string)$_POST["my_test"];
$num1 = (int)$_POST["my_test"];
$num2 = intval($_POST["my_test"]);
$num3 = $num0*1;
echo $num0;
echo $num1;
echo $num2;
echo $num3;
运行后打印如下:
1 0 0 0
这是怎么回事 为什么强制类型装换1的时候 给我全都默认转为0了??????求解答
------解决方案--------------------
1111
经测试,没有发现你说的问题
------解决方案--------------------
不知道LZ的编码是不是UTF-8,如果是有可能和BOM有关吧
------解决方案--------------------
将你完整的代码发上来.这是 布阔能滴.
------解决方案--------------------
我用utf-8试了下,也都是1呀。。
------解决方案--------------------
试了,还是没发现问题。。。
------解决方案--------------------
对于你这个问题我也遇到过!感觉很奇怪,当值是1的时候,用intval()和(int)$var去转换变量类型时,会把1为换位0!这是个很奇怪的问题!或许真和编码有关系,当时的编码是utf-8,不晓得gbk会不会出现这种问题!
求解决啊!!!!!!!!!
------解决方案--------------------
if($_GET["type"]){
我看你后面的代码没有传递type嘛..并且 输出 .$num2 不是 num2...
并且 addslashes 要过滤的是字符串 你给的是数组...
if($_GET["type"]){
$num1 = (int)$_POST["my_test1"];
$num2 = (int)$_POST["my_test2"];
echo $num1."-".$num2 ;
}
?>
这段代码没有任何问题,如果这段代码在你那输出的还是 不正确的,你的php版本是?
------解决方案--------------------
- C/C++ code
if(!get_magic_quotes_gpc()){addslashes($_POST);addslashes($_GET);}if($_GET["type"]){$num1 = (int)$_GET["my_test1"];$num2 = (int)$_GET["my_test2"];echo $num1."-".num2 ;}<br><font color="#e78608">------解决方案--------------------</font><br>错的真多。<br>编码那里传的数组 X;<br>对数字进行了字符连接,结果肯定是字符。你可以在代码里写上:<br>$n1=3;<br>$n2=5;<br>echo $n1.'_'.$n2;<br>看看,结果肯定是3_5;<br>对于你的类型转换问题,个人猜测是HTTP的问题,以前看到过书上提到过。建议你对每个转换后的类型var_dump一下。<div class="clear"> </div>

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Huawei is rolling out software version 5.0.0.100(C00M01) for the Watch GT 5 and the Watch GT 5 Prosmartwatchesglobally. These two smartwatches recently launched in Europe, with the standard model arriving as the company’s cheapest model. This Harmony

Katsuhiro Harada, the Tekken series director, once seriously tried to bring Colonel Sanders into the iconic fighting game. In an interview with TheGamer, Harada revealed that he pitched the idea to KFC Japan, hoping to add the fast-food legend as a g

Earlier in September 2024, Anker's Zolo 140W charger was leaked, and it was a big deal since it was the first-ever wall charger with a display from the company. Now, a new unboxing video from Xiao Li TV on YouTube gives us a first-hand look at the hi

The launch of Samsung's long-awaited 'Special Edition' foldable has taken another twist. In recent weeks, rumours about the so-called Galaxy Z Fold Special Edition went rather quiet. Instead, the focus has shifted to the Galaxy S25 series, including

Xiaomi will shortly launch the Mijia Graphene Oil Heater in China. The company recently ran a successful crowdfunding campaign for the smart home product, hosted on its Youpin platform. According to the page, the device has already started to ship to

Garmin is ending the month with a new set of stable updates for its latest high-end smartwatches. To recap, the company released System Software 11.64 to combat high battery drain across the Enduro 3, Fenix E and Fenix 8 (curr. $1,099.99 on Amazon).

Tesla is rolling out the latest Full Self-Driving (Supervised) version 12.5.5 and with it comes the promised Cybertruck FSD option at long last, ten months after the pickup went on sale with the feature included in the Foundation Series trim price. F

Required information: 1. Email registration; 2. Mobile phone number registration; 3. Third-party social platform registration. After successful registration, you usually need to fill in some basic personal information, such as nickname, gender, birthday, etc.
