Convert query string to variables.
Syntax
parse_str (string,array)
Example
parse_str("id=10&name=ram"); echo $id."<br>"; echo $name;
Output 10 ram
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.