Query string (with space in between) in php html
You need to encode all your query string vars, For example with rawurlencode / rawurldecode
Book Nover
And in PHP:
$category = rawurldecode($_GET['category']);
Posted by: philippek on January 3, 2017 in Non classé, PHP Leave a comment 1,655 views 0
Query string (with space in between) in php html
You need to encode all your query string vars, For example with rawurlencode / rawurldecode
Book Nover
And in PHP:
$category = rawurldecode($_GET['category']);
October 27, 2018
October 27, 2018
October 26, 2018
October 26, 2018