vividona Posted December 5, 2010 Share Posted December 5, 2010 Hi SMF forum use semi-colom in url for example http://www.phpfreaks.com/forums/profile/?area=showposts;u=71740 after showposts there is semi-colon. Sometimes use hash(#) how can i do this with superglobal $_GET??? Link to comment https://forums.phpfreaks.com/topic/220744-semi-colon-and-hash-in-url/ Share on other sites More sharing options...
Zurev Posted December 5, 2010 Share Posted December 5, 2010 Taken from this thread I found browsing: http://www.simplemachines.org/community/index.php?topic=137820.0 My Live Site will accept it in urls even when not in SMF. Didn't have to set a thing. My test site I had to set this in the php.ini arg_separator.input = "&;" arg_separator.output = "&;" But you could just use a function to get the query string, Break it up and format it properly. Link to comment https://forums.phpfreaks.com/topic/220744-semi-colon-and-hash-in-url/#findComment-1143235 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.