print

url_query_to_array ()

You are here: C97net5.04 HTML Functions

Convert URL query to an array

function url_query_to_array ($query)

This function will convert url query to an array.

$query = the query string.

Example 1

<?php
require './includes/user_init.php';

$q = $_SERVER["QUERY_STRING"];
print_r (url_query_to_array ($q));
?>

If you call the script with a query, eg: test.php?a=1&b=2&p=1, it will produce an array ('a' => 1, 'b' => 2, 'p' => 1).

Posted on: Aug-24-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome