What does the percentage in this function mean? Every time I change this percentage, its value will change. Does this percentage have any practical significance?
小圈圈~
小圈圈~ 2017-11-23 17:38:03
0
5
1657

<?php

parse_str("id=23 & name=dsjf %40 Adams",$myArray);

print_r($myArray);

?>

小圈圈~
小圈圈~

reply all(3)
有何不可

% should be similar to an escape character, and then %40 comes out as @ah

ringa_lee

Your % symbol is encrypted, use urldecode to decrypt it, %40 should be a space or something like that

  • reply Forehead. . What I mean is, is it necessary to write out this percentage? %20 is a space or something. Anyway, everything is changing. This is what is written in the course, so I ask.
    小圈圈~ author 2017-11-24 10:21:06
ringa_lee

Since the pictures are already available, it’s not difficult. Just download the pictures and upload them to your own server

  • reply Sorry, wrong reply, ignore this reply
    ringa_lee author 2017-11-23 21:17:59
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template