PHP - Build HTTP Query String

$queryString = http_build_query(array( 'updateState' => true, 'authorize' => true, 'questionnaire_id' => $respondent_questionnaireId, ));
- Builds a query string which can be concatenated onto a php page name and added to a href
- Saves you the trouble of typing out the query string manually

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.